*** ka6sox is now known as zz_ka6sox | 00:04 | |
*** dreyna <dreyna!~dreyna@unknown-216-201.windriver.com> has quit IRC | 00:07 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 00:12 | |
*** armpit <armpit!~akuster@50-233-148-156-static.hfc.comcastbusiness.net> has quit IRC | 00:19 | |
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has quit IRC | 00:21 | |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto | 00:28 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 00:38 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 00:39 | |
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-yvlosrknvfhfiant> has joined #yocto | 00:44 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 00:44 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 00:46 | |
yann | D'oh - pkg-config strips any -I${includedir} - but unfortunately bitbake does not add it systematically - and that causes problems with oe_multilib_header as noted above | 01:03 |
---|---|---|
yann | -I${includedir}/. is a workaround, but well... who's prepending the $sysroot to pkgconfig paths ? | 01:05 |
manju | MACHINE_EXTRA_RRECOMMENDS += " kernel-modules" will this add all the kernel modules built into rootfs? | 01:06 |
manju | I dont see all the kernel modules in my rootfs, checking if there is a different method do it... | 01:07 |
*** roxell <roxell!~roxell@linaro/roxell> has quit IRC | 01:12 | |
nrossi | manju: MACHINE_EXTRA_RRECOMMENDS is only "recommends" and not all images add those packages (e.g. core-image-minimal does not, but any core-image derived does unless it overrides IMAGE_INSTALL/CORE_IMAGE_BASE_INSTALL) | 01:17 |
manju | thanks for the tip nathan...also the lockfiles worked great | 01:20 |
manju | flock has NFS issue, so using bitbake way of lockfiles really helped | 01:20 |
nrossi | manju: NFS has plenty of issues ;), its why oe-core generates a warning when you run on NFS :) | 01:21 |
manju | true that :) | 01:21 |
*** dscully <dscully!~dscully@24.249.154.174> has quit IRC | 01:29 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 01:47 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-hfcwltzrwaymuczf> has joined #yocto | 02:00 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 02:09 | |
*** roxell <roxell!~roxell@c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se> has joined #yocto | 02:10 | |
*** roxell <roxell!~roxell@linaro/roxell> has joined #yocto | 02:10 | |
khem | nrossi: infact it ends up as a RRECOMMENDS which means unless you add it to BAD_RECOMMENDATIONS it will get into image | 02:16 |
khem | I think RRECOMMENDS has issues with rpm package-management too | 02:17 |
khem | it works fine with ipk | 02:17 |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 02:19 | |
nrossi | khem: True, but packagegroup-base is not part of rdepends for core-image-minimal. So it skips packagegroup-machine-base entirely | 02:19 |
khem` | thats right | 02:20 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 02:21 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC | 02:23 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 02:25 | |
manju | khem: so having MACHINE_EXTRA_RRECOMMENDS in a custom image is not recommended? custom image is based off core-image-minimal to keep the size smaller | 02:25 |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 02:25 | |
khem` | manju: it depends what you want. Adding whole list may not be ideal | 02:28 |
khem` | but you may selectively add | 02:29 |
khem` | modules | 02:29 |
khem` | which are requested | 02:29 |
khem` | if you care for size then dont add MACHINE_EXTRA_RRECOMMENDS += " kernel-modules" | 02:30 |
manju | khem: yes make sense | 02:31 |
*** sameo <sameo!samuel@nat/intel/x-tswuccxjduwwhmca> has quit IRC | 02:31 | |
khem` | you can select individual modules packages | 02:32 |
khem` | and keep the size down | 02:32 |
bluelightning | just for clarity, setting MACHINE_EXTRA_RRECOMMENDS in an image recipe won't work - that variable needs to be set at the configuration level to take effect | 02:32 |
bluelightning | you can however add whatever you want to IMAGE_INSTALL | 02:32 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 02:44 | |
*** manju <manju!95c73efe@gateway/web/freenode/ip.149.199.62.254> has quit IRC | 02:53 | |
*** morphis_ <morphis_!~morphis@p50862810.dip0.t-ipconnect.de> has joined #yocto | 02:59 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 02:59 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 03:02 | |
*** morphis__ <morphis__!~morphis@pD9ED6584.dip0.t-ipconnect.de> has quit IRC | 03:02 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 03:09 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC | 03:14 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 03:22 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 03:29 | |
*** zz_ka6sox is now known as ka6sox | 03:32 | |
*** khem` is now known as onoffon | 03:38 | |
*** bananadev <bananadev!~onlyester@118.70.128.150> has joined #yocto | 03:43 | |
*** onoffon <onoffon!~khem@unaffiliated/khem> has quit IRC | 03:45 | |
*** zeddii_home <zeddii_home!~zeddii_ho@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has quit IRC | 03:54 | |
*** hsychla <hsychla!~hsychla@pd95c9392.dip0.t-ipconnect.de> has quit IRC | 04:04 | |
*** hsychla <hsychla!~hsychla@pd95c9392.dip0.t-ipconnect.de> has joined #yocto | 04:21 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto | 04:43 | |
nrossi | So just curious, what is the general expectation of compatibility with regards to running Yocto/OE/Poky on RHEL 6.x (which has a 2.6.32 kernel)? | 05:07 |
*** ka6sox is now known as zz_ka6sox | 05:08 | |
*** sgk <sgk!Syam@nat/redhat/x-lnvzoailjdhyqjbb> has joined #yocto | 05:09 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 05:19 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC | 05:29 | |
*** challinan <challinan!~chris@2603:3027:900:65e0:e928:f102:1f25:85a> has joined #yocto | 05:29 | |
*** armpit <armpit!~akuster@2601:202:4001:9ea0:c5c9:503:ecaf:3a27> has joined #yocto | 05:29 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto | 05:30 | |
*** zz_ka6sox is now known as ka6sox | 05:34 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto | 05:53 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 06:05 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 06:06 | |
*** AndersD <AndersD!~anders@213-64-218-49-no126.business.telia.com> has joined #yocto | 06:11 | |
LetoThe2nd | nrossi: IITC there was some check that the build system is at least on 3.0, but i might be mistaken | 06:13 |
LetoThe2nd | IIRC, even | 06:13 |
nrossi | LetoThe2nd: I was able to build without it complaining (oe-core master + poky distro), but the qemu recipe is broken. Just wanted to known whether it is actually incompatible rather than just broken. | 06:15 |
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto | 06:17 | |
LetoThe2nd | nrossi: ah ok. sorry, no in-depth knowledge here on my side | 06:18 |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 06:24 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 06:28 | |
*** agust <agust!~agust@p4FCB61F3.dip0.t-ipconnect.de> has joined #yocto | 06:29 | |
*** bananadev <bananadev!~onlyester@118.70.128.150> has quit IRC | 06:34 | |
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC | 06:40 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto | 06:52 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 06:56 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:56 | |
*** pohly <pohly!~pohly@p5DE8F72F.dip0.t-ipconnect.de> has joined #yocto | 07:00 | |
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has quit IRC | 07:01 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 07:16 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 07:18 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC | 07:31 | |
*** jku <jku!~jku@192.198.151.45> has joined #yocto | 07:35 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC | 07:38 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto | 07:39 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 07:42 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 07:42 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 07:45 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 07:52 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@2.238.240.162> has joined #yocto | 07:55 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 07:55 | |
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has joined #yocto | 07:56 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 08:05 | |
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto | 08:08 | |
*** ziggo <ziggo!~ziggo@217.89.178.116> has joined #yocto | 08:09 | |
*** fl0v0 <fl0v0!~fvo@p4FC0A2A1.dip0.t-ipconnect.de> has joined #yocto | 08:19 | |
*** mckoan|away is now known as mckoan | 08:25 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 08:28 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 08:31 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has joined #yocto | 08:32 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 08:38 | |
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has joined #yocto | 08:41 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 08:45 | |
*** aV_V <aV_V!~anatoli@146.66.253.137> has joined #yocto | 08:47 | |
aV_V | any idea where partitioning configuration is done? I want to increase my root partition | 08:50 |
*** dv <dv!~quassel@62.178.118.86> has quit IRC | 08:52 | |
*** dv <dv!~quassel@62.178.118.86> has joined #yocto | 08:52 | |
nrossi | aV_V: How are you building the disk image? IMAGE_FSTYPES, wic, etc? | 08:53 |
aV_V | nrossi: IMAGE_FSTYPES = "sdcard tar.xz" | 08:54 |
*** zeenix <zeenix!~zeenix@83.218.80.242> has joined #yocto | 08:55 | |
nrossi | aV_V: are you using a bsp layer like meta-fsl-arm? | 08:55 |
aV_V | nrossi: yes | 08:56 |
aV_V | I also have a bootscr script | 08:56 |
jku | aV_V: if you just want to increase the free space left on the rootfs look at IMAGE_ROOTFS_EXTRA_SPACE (and maybe IMAGE_OVERHEAD_FACTOR) | 08:56 |
aV_V | I'm looking at it but here are no size parameters | 08:56 |
jku | http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-IMAGE_ROOTFS_EXTRA_SPACE | 08:57 |
*** toscalix <toscalix!~toscalix@80.91.70.192> has joined #yocto | 08:58 | |
nrossi | aV_V: sure if that applies to the sdcard imagefstype, looks like it does use "ROOTFS_SIZE" though so might work (http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/classes/image_types_fsl.bbclass#n173) | 08:59 |
nrossi | s/sure/not sure/ | 08:59 |
*** JoiF <JoiF!~jofr@193.182.166.3> has joined #yocto | 09:01 | |
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto | 09:06 | |
jku | nrossi: I think that should work fine , image.bbclass calculates that based on all the configuration | 09:06 |
*** robsta <robsta!~robsta@193-83-7-26.adsl.highway.telekom.at> has joined #yocto | 09:07 | |
nrossi | jku: I'm not familiar with the fsl image types was all :) | 09:08 |
*** jku <jku!~jku@192.198.151.45> has left #yocto | 09:09 | |
fmeerkoetter | how can i deal with an autotools based project where out of tree builds are brocken? | 09:20 |
fmeerkoetter | its an upstream project (i can not just fix the autotools setup) | 09:20 |
JaMa | autotools-brokensep | 09:20 |
fmeerkoetter | JaMa: thanks! | 09:21 |
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC | 09:22 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto | 09:22 | |
*** joshuagl <joshuagl!~joshuagl@192.198.151.43> has joined #yocto | 09:26 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 09:31 | |
aV_V | jku, nrossi: I did IMAGE_OVERHEAD_FACTOR = "1.5" | 09:32 |
aV_V | that gave me 50% extra free space | 09:33 |
aV_V | thank you | 09:33 |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC | 09:35 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 09:38 | |
*** psnsilva_ <psnsilva_!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto | 09:40 | |
*** psnsilva_ <psnsilva_!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC | 09:41 | |
*** nighty <nighty!~nighty@p001.gate.atson.jp> has quit IRC | 09:43 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 09:45 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC | 09:50 | |
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has joined #yocto | 10:03 | |
*** gtristan <gtristan!~tristanva@121.131.110.69> has joined #yocto | 10:07 | |
*** seezer <seezer!~seezer@quassel/developer/seezer> has quit IRC | 10:08 | |
*** robsta <robsta!~robsta@193-83-7-26.adsl.highway.telekom.at> has quit IRC | 10:10 | |
*** seezer <seezer!quassel@quassel/developer/seezer> has joined #yocto | 10:11 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 10:11 | |
*** seezer <seezer!quassel@quassel/developer/seezer> has quit IRC | 10:11 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 10:12 | |
*** robsta <robsta!~robsta@193-83-7-26.adsl.highway.telekom.at> has joined #yocto | 10:18 | |
*** willeponken <willeponken!~willeponk@diderot.campus.ltu.se> has joined #yocto | 10:26 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 10:28 | |
*** berton <berton!~fabio@187.23.155.148> has joined #yocto | 10:34 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 10:35 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto | 10:36 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 10:37 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-ejbydrtkaivvecxv> has joined #yocto | 10:40 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC | 10:46 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 10:50 | |
*** bananadev <bananadev!~onlyester@118.70.128.150> has joined #yocto | 10:51 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 10:52 | |
*** ka6sox is now known as zz_ka6sox | 10:52 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 11:00 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC | 11:00 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 11:02 | |
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC | 11:08 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 11:09 | |
*** gtristan <gtristan!~tristanva@121.131.110.69> has quit IRC | 11:10 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 11:14 | |
*** ziggo <ziggo!~ziggo@217.89.178.116> has quit IRC | 11:23 | |
*** robsta <robsta!~robsta@193-83-7-26.adsl.highway.telekom.at> has quit IRC | 11:23 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto | 11:24 | |
*** fl0v01 <fl0v01!~fvo@p4FC0A6E3.dip0.t-ipconnect.de> has joined #yocto | 11:28 | |
*** fl0v0 <fl0v0!~fvo@p4FC0A2A1.dip0.t-ipconnect.de> has quit IRC | 11:29 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 11:36 | |
*** bananadev <bananadev!~onlyester@118.70.128.150> has quit IRC | 11:39 | |
*** jku <jku!~jku@192.198.151.45> has joined #yocto | 11:46 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-ejbydrtkaivvecxv> has quit IRC | 11:51 | |
*** clopez <clopez!~tau@neutrino.es> has quit IRC | 11:57 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 11:58 | |
*** robsta <robsta!~robsta@193-83-7-26.adsl.highway.telekom.at> has joined #yocto | 11:58 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-rsrlucajowehzfgv> has joined #yocto | 12:00 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-nsyswgwgdehzhtpe> has joined #yocto | 12:00 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-nsyswgwgdehzhtpe> has quit IRC | 12:02 | |
*** ernstp <ernstp!uid168075@gateway/web/irccloud.com/x-zosiplvsdvongola> has joined #yocto | 12:02 | |
*** clopez <clopez!~tau@neutrino.es> has joined #yocto | 12:03 | |
*** igor1 <igor1!~igor@vpn.aker.com.br> has joined #yocto | 12:10 | |
*** robsta <robsta!~robsta@193-83-7-26.adsl.highway.telekom.at> has quit IRC | 12:13 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 12:20 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 12:25 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 12:25 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-prwfwlwmrowazjgi> has joined #yocto | 12:26 | |
*** somebody_ <somebody_!~somebody@92-111-78-37.static.chello.nl> has joined #yocto | 12:27 | |
*** caiortp <caiortp!~inatel@131.221.242.10> has joined #yocto | 12:27 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 12:27 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-prwfwlwmrowazjgi> has quit IRC | 12:27 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-slysqlgbsblyiaqw> has joined #yocto | 12:31 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-kgwaedymealoctqa> has joined #yocto | 12:33 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-hfcwltzrwaymuczf> has quit IRC | 12:34 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto | 12:54 | |
somebody_ | hi | 12:56 |
*** somebody_ is now known as mathieu_la | 12:56 | |
mathieu_la | I'm trying to provide a kernel update using opkg. I set up a repo and I can install and upgrade packages from there. but opkg list doesnt show the new kernel version (even though it appears in the inventory on my webpage) | 12:59 |
mathieu_la | maybe I'm looking at the wrong package name | 13:00 |
mathieu_la | looking at kernel-4.4.18_4.4.28, current one is 4.4.13, my guess here is that the "name" is different because bitbake look at version after the _, but is it valid for opkg as well? | 13:01 |
mathieu_la | it doesnt even list the new one | 13:01 |
rob_w | how is the real current one name ? | 13:02 |
*** mortderire <mortderire!rkinsell@nat/intel/x-kgwaedymealoctqa> has quit IRC | 13:03 | |
ecksun | what is running the postinstall scripts on the system at first boot? | 13:03 |
*** mortderire <mortderire!rkinsell@nat/intel/x-fiiawgoaycpnrggs> has joined #yocto | 13:03 | |
mathieu_la | opkg list-installed returns : kernel-4.4.13 - 1:4.4.13+git0+680be5e27a-r0 | 13:04 |
rob_w | mathieu_la, so opkg list-upgradable does not show the repo one ? | 13:05 |
mathieu_la | I created a 'postinst' package that includes a few scripts | 13:05 |
mathieu_la | no | 13:05 |
rob_w | well ,sorry cant help en-detail here | 13:06 |
zeenix | rburton: the patch isn't as simple as sed/readdir_r/readdir/ btw | 13:06 |
*** hunk <hunk!ce7a6654@gateway/web/freenode/ip.206.122.102.84> has joined #yocto | 13:07 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-fiiawgoaycpnrggs> has quit IRC | 13:07 | |
hunk | Hello, I'm building with cmake and yocto. Now i have to add some CMAKE variable on the yocto build process | 13:07 |
hunk | How i can do that ? | 13:07 |
mathieu_la | maybe it's on the server. I'll try to build new versions of other packages as well and see what happens | 13:08 |
mathieu_la | with the EXTRA_OE_CMAKE var ? | 13:08 |
mathieu_la | also your recipe need to inherit cmake | 13:09 |
hunk | EXTRA_OECMAKE += "-Dtest_DIR=blub" | 13:10 |
hunk | I tried this | 13:10 |
hunk | this should work or? | 13:12 |
mathieu_la | I guess so yes | 13:13 |
zeenix | rburton: oh and i'm try to find out what enables Werror but haven't succeeded so far | 13:15 |
zeenix | rburton: is it possible there is some yocto-specific flag to enable that and i'm grepping for the wrong thing? | 13:15 |
rburton | zeenix: it may be the upstream makefile being stupid but i'd be surprised if we hadn't seen it already | 13:15 |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 13:23 | |
jku | zeenix: so which recipe was this actually? | 13:24 |
zeenix | jku: nss | 13:25 |
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto | 13:26 | |
zeenix | jku: i get it when building it native | 13:26 |
zeenix | apparently it's build system has some magic code for deciding Werror or not unless NSS_ENABLE_WERROR is defined | 13:27 |
* zeenix is grepping for NSS_ENABLE_WERROR if some recipe sets it | 13:27 | |
zeenix | ah | 13:29 |
zeenix | if i understand the script correct, nss itself set it if gcc >= 4.8 | 13:29 |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 13:29 | |
jku | zeenix: it's possible we don't use nss for much anything, so it might just be upstream defaulting to something stupid... | 13:30 |
zeenix | that seems to be the case | 13:31 |
*** pegu <pegu!~user@81.191.145.1> has joined #yocto | 13:33 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 13:34 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-tcknhdtowwdueump> has joined #yocto | 13:35 | |
jku | yep, quick search says the only thing that depends on it is lsb packagegroup | 13:35 |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 13:40 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC | 13:42 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 13:42 | |
*** lamego <lamego!~jose@134.134.139.78> has joined #yocto | 13:45 | |
*** robsta <robsta!~robsta@193-83-7-26.adsl.highway.telekom.at> has joined #yocto | 13:46 | |
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto | 13:46 | |
*** igor1 <igor1!~igor@vpn.aker.com.br> has quit IRC | 13:48 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:a178:eb83:846f:a785> has joined #yocto | 13:49 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 13:52 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 13:52 | |
*** rubdos <rubdos!~rubdos@ptr-2hj4tbiko60765s1693n9l8p8.ip6.access.telenet.be> has joined #yocto | 13:53 | |
*** Betarn <Betarn!b215570b@gateway/web/freenode/ip.178.21.87.11> has joined #yocto | 13:54 | |
*** robsta <robsta!~robsta@193-83-7-26.adsl.highway.telekom.at> has quit IRC | 13:57 | |
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC | 14:01 | |
*** robsta <robsta!~robsta@193-83-7-26.adsl.highway.telekom.at> has joined #yocto | 14:02 | |
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has quit IRC | 14:06 | |
jmesmon | I'm getting some warnings about "Unable to export ... expression was ... which triggered exception ...", is there a way to see the exception backtrace in these cases so I can track down the source? | 14:07 |
*** robsta <robsta!~robsta@193-83-7-26.adsl.highway.telekom.at> has quit IRC | 14:11 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 14:11 | |
*** davis <davis!~davis@50-76-27-165-static.hfc.comcastbusiness.net> has quit IRC | 14:26 | |
*** davis <davis!~davis@50-76-27-165-static.hfc.comcastbusiness.net> has joined #yocto | 14:27 | |
*** davis is now known as Guest4587 | 14:28 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 14:34 | |
*** morphis_ <morphis_!~morphis@p50862810.dip0.t-ipconnect.de> has quit IRC | 14:35 | |
*** zeenix <zeenix!~zeenix@83.218.80.242> has quit IRC | 14:37 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 14:44 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 14:44 | |
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has joined #yocto | 14:48 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 14:49 | |
*** jku <jku!~jku@192.198.151.45> has quit IRC | 14:54 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 14:55 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 14:55 | |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 14:55 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 14:55 | |
*** AndersD <AndersD!~anders@213-64-218-49-no126.business.telia.com> has quit IRC | 15:01 | |
kergoth | RP: ping | 15:06 |
*** mekuto <mekuto!~mekuto@unaffiliated/mekuto> has joined #yocto | 15:06 | |
RP | kergoth: pong | 15:10 |
kergoth | RP: I just noticed that, with BB_NO_NETWORK, an attempt to contact upstream in PREMIRRORS immediately halts mirror processing, even if there are *local* mirrors after the upstream ones. thoughts on doing something about that, i.e. postponing the error propogation until the end of mirror processing, only aborting on the attempt to contact upstream if we couldn't get it via any other means? alternatively, reordering premirrors only with respect to file:// | 15:11 |
kergoth | vs non-file:// and only when BB_NO_NETWORK is set? | 15:11 |
kergoth | just looking for a quick opinion on the idea before i open a bug | 15:11 |
kergoth | aborting the fetch when i have the file somewhere on disk is a bit silly :) | 15:12 |
kergoth | just due to mirrors ordering | 15:12 |
RP | kergoth: I'd have thought the error shouldn't be fatal | 15:13 |
RP | kergoth: only fatal if it couldn't find anything | 15:13 |
RP | so I guess that means postponing it | 15:13 |
*** benz <benz!8d710310@gateway/web/freenode/ip.141.113.3.16> has quit IRC | 15:13 | |
RP | kergoth: the git handling of PREMIRRORS for existing clones is also tricky with network access :/ | 15:13 |
kergoth | yeah, that's a tough one. i wish we knew whether a mirror tarball was better or worse than our current clone | 15:14 |
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto | 15:15 | |
kergoth | okay, i'll open a bug about the premirrors exception handling thing. should be enough to collect up the network access failure(s) and re-raise only if we failed to fetch, i expect. thanks | 15:15 |
*** harisokanovic <harisokanovic!~harisokan@130.164.62.171> has joined #yocto | 15:16 | |
*** mckoan is now known as mckoan|away | 15:17 | |
ecksun | I have found what looks like a bug with the DpkgPM, it seems to call the postinst scripts without any arguments, which I think never should happen (should be called with configure argument) | 15:18 |
*** zz_ka6sox is now known as ka6sox | 15:22 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC | 15:23 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto | 15:27 | |
mathieu_la | btw I found my opkg issue : I guess bitbake updates the package manifest only at image creation, so my Package file was outdated. I updated it with opkg-make-index and now it's fine | 15:28 |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has joined #yocto | 15:28 | |
kergoth | mathieu_la: there's also a package-index recipe which just wraps the opkg-make-index for you, for that purpose | 15:28 |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto | 15:30 | |
mathieu_la | oh nice thanks I'll use that next time, it's safer than the doing manually | 15:30 |
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has quit IRC | 15:30 | |
rburton | ecksun: file a bug please (we do say that dpkg is the least-tested backend) | 15:32 |
ecksun | rburton, cool, I mostly wanted to discuss with someone that Im correct about it | 15:33 |
ecksun | in debian the postinstall script is called with the argument "configure", which is missing from bitbake, which breaks my postinst scripts | 15:33 |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 15:33 | |
*** seezer <seezer!~seezer@quassel/developer/seezer> has joined #yocto | 15:34 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has quit IRC | 15:36 | |
ecksun | I will write a patch and send it to the mailinglist now | 15:37 |
ecksun | but speaking of patches, I sent a patch earlier to the mailing list, got a positive reply but I dont know what to do next, how do I get it merged? | 15:37 |
rburton | ecksun: it is likely queued or already merged | 15:40 |
rburton | what patch? | 15:40 |
rburton | patches haven't flowed in for a few days due to various "it all breaks with this patch in" problems | 15:40 |
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-yvlosrknvfhfiant> has quit IRC | 15:40 | |
ecksun | http://lists.openembedded.org/pipermail/openembedded-core/2016-October/128106.html | 15:41 |
khem | rburton: did the new V2 musl patch help | 15:41 |
rburton | khem: yes! thanks. | 15:41 |
khem | there was a pagesize related regression which had caused the crashes | 15:42 |
rburton | ecksun: that was marked here as "need to look at carefully" :) | 15:42 |
ecksun | rburton, alright | 15:43 |
ecksun | can I see that somehow? | 15:43 |
rburton | ecksun: marked here in that the patch has a star next to it :) | 15:43 |
ecksun | ah :D | 15:44 |
ecksun | so I just need to have patience then | 15:44 |
*** kscherer <kscherer!~kscherer@128.224.252.2> has joined #yocto | 15:53 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 15:59 | |
*** rubdos <rubdos!~rubdos@ptr-2hj4tbiko60765s1693n9l8p8.ip6.access.telenet.be> has quit IRC | 16:00 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 16:00 | |
jmesmon | Hi folks, I'm trying to use `bitbake my-image -c populate_sdk_ext` to build an extended sdk, but bitbake appears to be using some other DISTRO (not mine, at least) when it is fetching (???) things in copy_buildsystem, which leads to the build failing. Normal sdk builds without issue. Is there some caveat I need to be aware of wrt the sdk_ext? | 16:00 |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 16:04 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has joined #yocto | 16:05 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 16:09 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 16:11 | |
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has joined #yocto | 16:16 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 16:20 | |
*** dscully <dscully!~dscully@24.249.154.174> has joined #yocto | 16:21 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 16:24 | |
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has quit IRC | 16:24 | |
rburton | jmesmon: there is a problem that has just been resolved where if you use uninative on the host it fails when building the sdk, so current master enforces use of uninative as a workaround. | 16:25 |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 16:27 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 16:28 | |
*** aehs29 <aehs29!~aehernan@134.134.139.78> has joined #yocto | 16:29 | |
*** ernstp <ernstp!uid168075@gateway/web/irccloud.com/x-zosiplvsdvongola> has quit IRC | 16:32 | |
jmesmon | rburton: I'm not quite sure I understand: so populate_sdk_ext is setting DISTRO to uninative? Is that only for nativesdk related bitbake targets or all of them? Do I just need to ensure everything for target parses properly with DISTRO=uninative, or does it use some of the target metadata while DISTRO=uninative? | 16:35 |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:40 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-boldjsfeextqzfjo> has joined #yocto | 16:42 | |
*** psnsilva_ <psnsilva_!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto | 16:42 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 16:44 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 16:49 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 16:49 | |
*** JoiF <JoiF!~jofr@193.182.166.3> has quit IRC | 16:54 | |
*** aV_V <aV_V!~anatoli@146.66.253.137> has quit IRC | 16:55 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has quit IRC | 17:00 | |
*** fl0v01 <fl0v01!~fvo@p4FC0A6E3.dip0.t-ipconnect.de> has quit IRC | 17:07 | |
*** joshuagl <joshuagl!~joshuagl@192.198.151.43> has quit IRC | 17:08 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC | 17:09 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC | 17:10 | |
*** lolsborn <lolsborn!~lolsborn@67-5-130-58.ptld.qwest.net> has joined #yocto | 17:10 | |
*** gtristan <gtristan!~tristanva@110.11.226.29> has joined #yocto | 17:13 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto | 17:14 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has quit IRC | 17:14 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC | 17:20 | |
*** micheal_ <micheal_!~micheal@178.250.116.242> has quit IRC | 17:20 | |
*** ka6sox is now known as zz_ka6sox | 17:21 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto | 17:22 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.77> has joined #yocto | 17:23 | |
*** lolsborn <lolsborn!~lolsborn@67-5-130-58.ptld.qwest.net> has quit IRC | 17:24 | |
*** lolsborn_ <lolsborn_!~lolsborn@67-5-130-58.ptld.qwest.net> has joined #yocto | 17:25 | |
ecksun | is there some test-suite for the poky python code? | 17:26 |
ecksun | nvm, found a tests folder | 17:26 |
ecksun | doesnt seem to have much though | 17:27 |
lolsborn_ | on Beaglebone etc is the clock voltage set in the device tree now or some board specific code? | 17:28 |
rburton | ecksun: fwiw your systemd patch is now in my local branch | 17:29 |
rburton | ecksun: non-trivial to review but fell out the front page of my mail… sorry | 17:29 |
ecksun | rburton, cool! | 17:29 |
ecksun | no problem | 17:30 |
ecksun | I never realized until now that build-time systemctl command is just a shim | 17:31 |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC | 17:31 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-boldjsfeextqzfjo> has quit IRC | 17:39 | |
*** toscalix <toscalix!~toscalix@80.91.70.192> has quit IRC | 17:41 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.77> has quit IRC | 17:42 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.77> has joined #yocto | 17:43 | |
*** micheal <micheal!~micheal@178.250.116.242> has joined #yocto | 17:44 | |
*** zz_ka6sox is now known as ka6sox | 18:02 | |
*** mekuto <mekuto!~mekuto@unaffiliated/mekuto> has quit IRC | 18:03 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 18:04 | |
*** lolsborn_ <lolsborn_!~lolsborn@67-5-130-58.ptld.qwest.net> has quit IRC | 18:08 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has joined #yocto | 18:09 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 18:09 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 18:10 | |
*** sameo <sameo!~samuel@192.55.54.36> has joined #yocto | 18:12 | |
*** aehs29 <aehs29!~aehernan@134.134.139.78> has left #yocto | 18:29 | |
*** lolsborn <lolsborn!~lolsborn@67-5-130-58.ptld.qwest.net> has joined #yocto | 18:30 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 18:30 | |
*** lolsborn_ <lolsborn_!~lolsborn@67-5-130-58.ptld.qwest.net> has joined #yocto | 18:31 | |
*** lamego <lamego!~jose@134.134.139.78> has quit IRC | 18:33 | |
*** lolsborn <lolsborn!~lolsborn@67-5-130-58.ptld.qwest.net> has quit IRC | 18:34 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@93.68.191.22> has joined #yocto | 18:34 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 18:34 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.77> has quit IRC | 18:35 | |
*** Jefro <Jefro!~Jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 18:37 | |
*** lamego <lamego!~jose@134.134.139.82> has joined #yocto | 18:39 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.77> has joined #yocto | 18:39 | |
*** lolsborn_ <lolsborn_!~lolsborn@67-5-130-58.ptld.qwest.net> has quit IRC | 18:44 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-tcknhdtowwdueump> has quit IRC | 18:44 | |
*** jku <jku!~jku@dyj170ycrv18---3wlh9y-3.rev.dnainternet.fi> has joined #yocto | 18:47 | |
*** aehs29 <aehs29!~aehernan@134.134.139.83> has joined #yocto | 18:56 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:a178:eb83:846f:a785> has quit IRC | 18:58 | |
*** lolsborn_ <lolsborn_!~lolsborn@67-5-130-58.ptld.qwest.net> has joined #yocto | 19:01 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto | 19:02 | |
*** lamego <lamego!~jose@134.134.139.82> has quit IRC | 19:07 | |
*** lolsborn_ <lolsborn_!~lolsborn@67-5-130-58.ptld.qwest.net> has quit IRC | 19:09 | |
*** Biliogadafr1 <Biliogadafr1!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has joined #yocto | 19:15 | |
*** lamego <lamego!jose@nat/intel/x-bmcnebbnomdkeguh> has joined #yocto | 19:15 | |
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has quit IRC | 19:17 | |
*** obsrwr_home <obsrwr_home!~obsrwr@188.24.210.239> has joined #yocto | 19:24 | |
*** benjamirc2 <benjamirc2!besquive@nat/intel/x-vxtxvajgxxrwddud> has joined #yocto | 19:26 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.77> has quit IRC | 19:28 | |
*** lamego <lamego!jose@nat/intel/x-bmcnebbnomdkeguh> has quit IRC | 19:29 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 19:42 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:a178:eb83:846f:a785> has joined #yocto | 19:42 | |
*** psadro <psadro!~Thunderbi@216.234.148.135> has quit IRC | 19:43 | |
*** paulbarker <paulbarker!~pbarker@cpc11-shep11-2-0-cust130.8-3.cable.virginm.net> has joined #yocto | 19:47 | |
*** lamego <lamego!~jose@134.134.139.82> has joined #yocto | 19:47 | |
*** hw23 <hw23!ade134f2@gateway/web/freenode/ip.173.225.52.242> has joined #yocto | 19:50 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto | 19:50 | |
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has joined #yocto | 19:51 | |
*** paulg <paulg!~paulg@otwaon23-3096772825.sdsl.bell.ca> has joined #yocto | 19:51 | |
*** jw23 <jw23!~jeffrey@173.225.52.242> has joined #yocto | 19:53 | |
*** hw23 <hw23!ade134f2@gateway/web/freenode/ip.173.225.52.242> has quit IRC | 19:54 | |
*** rubdos <rubdos!~rubdos@ptr-2hj4tbiko60765s1693n9l8p8.ip6.access.telenet.be> has joined #yocto | 19:56 | |
rburton | halstead: are you doing admin on the ab tonight? | 19:56 |
halstead | rburton, Not at the moment. I'm working on testopia issues. | 19:57 |
rburton | halstead: should i be safe to fire a build? or can i ask you to fire one when you're done with yocto admin | 19:58 |
halstead | rburton, It looks like a good time right now. Shall I do it and ping you when it's ready? | 19:58 |
*** rubdos <rubdos!~rubdos@ptr-2hj4tbiko60765s1693n9l8p8.ip6.access.telenet.be> has quit IRC | 19:58 | |
halstead | rburton, How about you go ahead and fire it off. I'll get the work done afterward. | 19:58 |
rburton | ok. it might be a quick run. kill it if you need, it's just a test. | 19:59 |
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:c5ff:ee36:1987:ebfb> has joined #yocto | 20:00 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 20:04 | |
*** jw23 <jw23!~jeffrey@173.225.52.242> has quit IRC | 20:08 | |
*** benjamirc2 <benjamirc2!besquive@nat/intel/x-vxtxvajgxxrwddud> has quit IRC | 20:11 | |
*** benjamirc1 <benjamirc1!besquive@nat/intel/x-lttrxepaufwlwvqq> has joined #yocto | 20:18 | |
*** caiortp <caiortp!~inatel@131.221.242.10> has quit IRC | 20:23 | |
*** jku <jku!~jku@dyj170ycrv18---3wlh9y-3.rev.dnainternet.fi> has quit IRC | 20:24 | |
*** floob <floob!65a7060b@gateway/web/freenode/ip.101.167.6.11> has joined #yocto | 20:36 | |
floob | I'm trying to boot Yocto on Xen / EC2 and there is no eth0 device. Can anyone suggest what I need to do to enable eth0? thanks | 20:37 |
*** berton <berton!~fabio@187.23.155.148> has quit IRC | 20:40 | |
*** Jefro <Jefro!~Jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 20:41 | |
*** pohly <pohly!~pohly@p5DE8F72F.dip0.t-ipconnect.de> has quit IRC | 20:45 | |
*** pohly <pohly!~pohly@p5DE8F72F.dip0.t-ipconnect.de> has joined #yocto | 20:47 | |
*** pohly <pohly!~pohly@p5DE8F72F.dip0.t-ipconnect.de> has quit IRC | 20:52 | |
*** pohly <pohly!~pohly@p5DE8F72F.dip0.t-ipconnect.de> has joined #yocto | 20:53 | |
*** benjamirc1 <benjamirc1!besquive@nat/intel/x-lttrxepaufwlwvqq> has quit IRC | 21:00 | |
*** igor2 <igor2!~igor@177.159.144.73> has quit IRC | 21:03 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 21:05 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 21:08 | |
*** lamego <lamego!~jose@134.134.139.82> has quit IRC | 21:09 | |
*** lamego <lamego!~jose@134.134.139.78> has joined #yocto | 21:11 | |
*** sjolley1 <sjolley1!~sjolley@134.134.139.72> has quit IRC | 21:23 | |
*** sjolley <sjolley!sjolley@nat/intel/x-cparejufmdcmjwrr> has joined #yocto | 21:28 | |
*** obsrwr_home <obsrwr_home!~obsrwr@188.24.210.239> has quit IRC | 21:28 | |
*** marekbelisko <marekbelisko!~marekbeli@109-230-44-112.dynamic.orange.sk> has joined #yocto | 21:29 | |
*** marekbelisko <marekbelisko!~marekbeli@109-230-44-112.dynamic.orange.sk> has quit IRC | 21:32 | |
*** floob <floob!65a7060b@gateway/web/freenode/ip.101.167.6.11> has quit IRC | 21:33 | |
*** kscherer <kscherer!~kscherer@128.224.252.2> has quit IRC | 21:38 | |
*** Test <Test!d5b91bc5@gateway/web/freenode/ip.213.185.27.197> has joined #yocto | 21:38 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC | 21:43 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 21:44 | |
*** manju <manju!95c73efe@gateway/web/freenode/ip.149.199.62.254> has joined #yocto | 21:46 | |
*** pohly <pohly!~pohly@p5DE8F72F.dip0.t-ipconnect.de> has quit IRC | 21:47 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 21:51 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.76> has joined #yocto | 22:07 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 22:16 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 22:20 | |
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has quit IRC | 22:22 | |
*** lamego <lamego!~jose@134.134.139.78> has quit IRC | 22:24 | |
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has joined #yocto | 22:24 | |
manju | Hi all, how can I remove certain package information in sstate-cache? We want to publish sstate-cache for our customer, but we cannot have certain libraries (due to licensing issues) even though they are required during the build. | 22:27 |
dreyna | manju: I would think you cold run one of the bitbake clean command against the recipe(s) in question | 22:39 |
dreyna | s/cold/could | 22:39 |
manju | dreyna: yeah i was thinking on same lines probably -c cleansstate on that particular recipe | 22:40 |
dreyna | yes that is what i was thinking and have used in the past, when the sstatecache gets out of sync (recipes with untracked changed files). There is also "bitbake -c cleanall package" in the YP documentation | 22:42 |
dreyna | .. and also the documented example "bitbake -c cleansstate linux-yocto" | 22:43 |
dreyna | at ( http://www.yoctoproject.org/docs/2.2/mega-manual/mega-manual.html#build-the-modified-qemu-kernel-image) | 22:44 |
dreyna | yep, http://www.yoctoproject.org/docs/2.2/mega-manual/mega-manual.html#ref-tasks-cleansstate | 22:46 |
ramos | http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#ref-tasks-clean | 22:46 |
ramos | :D | 22:46 |
kergoth | manju: cleansstate task, or sstate-cache-management.sh, or manual, depending on what you need to remove | 22:46 |
ramos | +1 | 22:47 |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 22:48 | |
*** gtristan <gtristan!~tristanva@110.11.226.29> has quit IRC | 22:51 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 22:57 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 22:57 | |
*** paulg <paulg!~paulg@otwaon23-3096772825.sdsl.bell.ca> has quit IRC | 22:57 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 23:03 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 23:04 | |
-YoctoAutoBuilder- build #374 of nightly-checkuri is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-checkuri/builds/374 | 23:13 | |
manju | kergoth: thanks, sstate-cache-management.sh is what i needed | 23:16 |
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC | 23:16 | |
kergoth | np | 23:17 |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has quit IRC | 23:18 | |
*** xulfer <xulfer!~xulfer@random.cheapbsd.net> has quit IRC | 23:19 | |
*** xulfer <xulfer!~xulfer@random.cheapbsd.net> has joined #yocto | 23:20 | |
*** aehs29 <aehs29!~aehernan@134.134.139.83> has quit IRC | 23:22 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.76> has quit IRC | 23:23 | |
*** aehs29 <aehs29!~aehernan@134.134.139.74> has joined #yocto | 23:23 | |
*** andyrtr <andyrtr!~andyrtr@archlinux/developer/andyrtr> has joined #yocto | 23:24 | |
*** ash_charles <ash_charles!~acharles@2607:fad8:4:6:a178:eb83:846f:a785> has quit IRC | 23:27 | |
*** aehs29 <aehs29!~aehernan@134.134.139.74> has left #yocto | 23:29 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC | 23:30 | |
*** mrpelotazo <mrpelotazo!~mrpelotaz@HSI-KBW-109-192-066-161.hsi6.kabel-badenwuerttemberg.de> has quit IRC | 23:30 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC | 23:35 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto | 23:36 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-246-019.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 23:39 | |
*** agust <agust!~agust@p4FCB61F3.dip0.t-ipconnect.de> has quit IRC | 23:49 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 23:53 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 23:54 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!