Thursday, 2016-10-27

*** dreyna <dreyna!~dreyna@unknown-216-201.windriver.com> has quit IRC00:07
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto00:09
*** dreyna <dreyna!~dreyna@unknown-6-110.windriver.com> has joined #yocto00:09
*** dvhart <dvhart!~dvhart@134.134.139.83> has joined #yocto00:12
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC00:12
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto00:14
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC00:17
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto00:17
*** khem <khem!~khem@unaffiliated/khem> has quit IRC00:26
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto00:27
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:84d8:3fdc:d569:ffa3> has joined #yocto00:27
lolsbornIf I add the meta-oe layer how do I configure bb so that it only builds the packages I want / need00:29
moto-timobitbake is only going to be what is needed (DEPENDS, RDEPENDS, packagegroups, etc. define that)00:30
moto-timos/be/build00:30
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto00:34
*** dvhart <dvhart!~dvhart@134.134.139.83> has quit IRC00:46
lolsbornSo I added DEPENDS += "vim-tiny" to my local.conf  I have meta-oe in my bblayers.conf00:49
lolsbornbut I get ERROR: Nothing PROVIDES 'vim-tiny-native'00:49
lolsbornRequired build target 'core-image-base' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-base', 'makedevs-native', 'vim-tiny-native']00:50
*** dreyna_ <dreyna_!~dreyna@unknown-216-201.windriver.com> has joined #yocto00:50
*** dreyna <dreyna!~dreyna@unknown-6-110.windriver.com> has quit IRC00:51
dl9pfdenix: can I use fragments with linux-ti-staging ?00:51
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC00:56
*** dreyna_ <dreyna_!~dreyna@unknown-216-201.windriver.com> has quit IRC01:00
moto-timololsborn: vim_*.bb does not inherit native, so it will not provide a native build01:02
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:84d8:3fdc:d569:ffa3> has quit IRC01:03
moto-timololsborn: are you trying to add it to an image? You need to put IMAGE_INSTALL_append = " vim-tiny" in local.conf, not DEPENDS01:04
moto-timoDEPENDS is for build dependencies in recipes (.bb)01:04
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:40a:df9:114f:b218> has joined #yocto01:07
moto-timohttp://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-IMAGE_INSTALL01:08
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-wmkhhtakhyzresqr> has joined #yocto01:12
*** armpit <armpit!~akuster@50-233-148-156-static.hfc.comcastbusiness.net> has quit IRC01:14
*** manuel_ <manuel_!~manuel@c-24-61-43-145.hsd1.ma.comcast.net> has joined #yocto01:16
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has quit IRC01:24
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has joined #yocto01:24
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has quit IRC01:28
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has joined #yocto01:30
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC01:31
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC01:33
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto01:34
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has quit IRC01:34
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has joined #yocto01:44
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC01:56
*** manuel_ <manuel_!~manuel@c-24-61-43-145.hsd1.ma.comcast.net> has quit IRC01:58
denixdl9pf: why not?02:03
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:40a:df9:114f:b218> has quit IRC02:10
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto02:23
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto02:29
*** dv__ <dv__!~quassel@62.178.118.86> has joined #yocto02:30
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC02:30
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC02:35
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC02:47
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has quit IRC02:53
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has quit IRC03:01
*** warthog9 <warthog9!~warthog9@proxy.monkeyblade.net> has joined #yocto03:08
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC03:11
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has joined #yocto03:13
lolsbornHaving a hard time getting opkg installed.03:14
lolsbornlibarchive fails | NOTE: make 10 | make: *** No rule to make target '10'.  Stop. |ERROR: oe_runmake failed03:14
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto03:15
*** caiortp <caiortp!~caiortp@189-107-28-173.user.veloxzone.com.br> has quit IRC03:26
lolsbornSo this seems to happen to any package I add to IMAGE_INSTALL_append03:26
lolsbornor at least with opkg and tiny-vim03:27
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC03:30
kergothsounds like you've done something quite odd in your local.conf or recipes03:30
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto03:31
lolsbornYou are right!  I set PARALLEL_MAKE = "10" instead of -j 1003:34
bluelightninghmm, I wonder if we should validate that03:34
lolsborninstead of PARALLEL_MAKE it seems like it would be more aptly named MAKE_ARGS03:36
bluelightningwell it is meant to be single-purpose03:37
bluelightningI don't think any sane person would use it to pass anything other than -j03:38
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto03:38
lolsbornWell, not on purpose maybe ;-)03:38
bluelightning:D03:38
bluelightningthe syntax is a little bit weird I do agree though03:39
kergothagreed03:39
lolsbornMAKE_ARGS tells me not what it is supposed to be for, but is more clear as to what is happening to the build process.  PARALLEL_MAKE would be a better option, but if it is for a single purpose then it seems intuitive to not require -js03:42
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto03:52
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC03:52
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto04:12
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto04:15
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC04:37
*** gnac <gnac!~gnac@or-71-0-52-80.sta.embarqhsd.net> has joined #yocto04:46
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto04:47
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC04:50
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto04:51
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC04:53
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC05:04
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC05:04
*** blueness <blueness!~blueness@cpe-69-207-17-242.buffalo.res.rr.com> has joined #yocto05:06
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto05:08
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has quit IRC05:12
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto05:26
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has quit IRC05:30
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has quit IRC05:34
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC05:39
*** fray <fray!~mhatle@192.40.192.95> has quit IRC05:46
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC05:47
*** pohly <pohly!~pohly@p5DE8EE13.dip0.t-ipconnect.de> has joined #yocto05:54
*** agust <agust!~agust@p4FCB533A.dip0.t-ipconnect.de> has joined #yocto05:58
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has quit IRC06:03
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto06:05
*** hyde <hyde!uid25660@gateway/web/irccloud.com/x-gegqlfvxxuoxfyoc> has joined #yocto06:08
*** frsc <frsc!~frsc@dslb-178-010-252-042.178.010.pools.vodafone-ip.de> has joined #yocto06:14
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto06:15
*** mortderire <mortderire!~rkinsell@192.198.151.43> has joined #yocto06:20
*** mortderire <mortderire!~rkinsell@192.198.151.43> has quit IRC06:24
*** AndersD <AndersD!~anders@213-64-218-49-no126.business.telia.com> has joined #yocto06:24
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto06:29
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto06:33
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto06:35
*** nemoshudo <nemoshudo!c058a801@gateway/web/freenode/ip.192.88.168.1> has joined #yocto06:39
*** dv__ <dv__!~quassel@62.178.118.86> has quit IRC06:39
*** dv <dv!~quassel@62.178.118.86> has joined #yocto06:39
nemoshudohi all, how to prevent yocto checksum a file, my SRC_URI point to an local file. In case file not exist warning about checksum always occur06:40
nemoshudoexample: LOCAL_MIRROR ?= "file://." SRC_URI = "${LOCAL_MIRROR}/software/test.tar.gz"06:42
nemoshudoin parse process yocto always check and return warning about checksum, if test.tar.gz not exist06:43
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto06:51
*** jonver <jonver!~jonver___@dd577603a.access.telenet.be> has joined #yocto06:52
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-bfosstjtvxtmnsgb> has joined #yocto06:53
*** jbrianceau_away is now known as jbrianceau06:54
*** vdehors <vdehors!~vdehors@meu77-6-78-223-226-44.fbx.proxad.net> has joined #yocto06:56
*** fl0v0 <fl0v0!~fvo@pD9F6A948.dip0.t-ipconnect.de> has joined #yocto06:56
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC07:00
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto07:01
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto07:02
*** grma <grma!~gruberm@80.93.38.128> has quit IRC07:08
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto07:08
*** sveinse <sveinse!~chatzilla@156.92-221-160.customer.lyse.net> has quit IRC07:11
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto07:13
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has joined #yocto07:17
*** morphis_ <morphis_!~morphis@p50862B3F.dip0.t-ipconnect.de> has joined #yocto07:20
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto07:21
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has joined #yocto07:24
*** jku_ <jku_!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has joined #yocto07:27
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC07:37
*** grma <grma!~gruberm@80.93.38.128> has quit IRC07:37
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto07:38
*** toscalix <toscalix!~toscalix@80.91.70.192> has joined #yocto07:39
*** ziggo <ziggo!~ziggo@217.89.178.116> has joined #yocto07:40
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC07:41
*** fray <fray!~mhatle@192.40.192.95> has joined #yocto07:42
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto07:43
*** grma <grma!~gruberm@80.93.38.128> has quit IRC07:45
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto07:45
*** grma <grma!~gruberm@80.93.38.128> has quit IRC07:47
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto07:47
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC07:50
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto07:50
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto07:58
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto08:09
*** zeenix <zeenix!~zeenix@c83-254-44-114.bredband.comhem.se> has joined #yocto08:26
dl9pfdenix: just add to src_uri, or how to do it with the mapping file. confused.08:28
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC08:29
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto08:32
*** aV_V <aV_V!~anatoli@146.66.253.137> has joined #yocto08:41
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto08:46
*** aricz <aricz!~aricz@82.194.220.89> has joined #yocto08:49
*** joshuagl <joshuagl!~joshuagl@192.198.151.45> has joined #yocto09:02
*** nemoshudo <nemoshudo!c058a801@gateway/web/freenode/ip.192.88.168.1> has quit IRC09:03
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC09:08
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto09:08
*** fl0v0 <fl0v0!~fvo@pD9F6A948.dip0.t-ipconnect.de> has quit IRC09:25
*** dv <dv!~quassel@62.178.118.86> has quit IRC09:26
*** dv__ <dv__!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto09:26
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC09:40
*** flitjes <flitjes!9183bc48@gateway/web/freenode/ip.145.131.188.72> has joined #yocto09:42
flitjeshey guys, I was wondering. Is there a better way to compile your device tree after you've changed it in your devshell than calling make *.dtb in your devshell? Is there an alternitive task which can only compile the device tree? something like: bitbake -c compile_dtb linux-yocto ?09:44
*** Ox4 <Ox4!~user@unaffiliated/zloy> has quit IRC09:45
*** flitjes_ <flitjes_!~clitjes@176.56.236.185> has joined #yocto09:50
*** flitjes <flitjes!9183bc48@gateway/web/freenode/ip.145.131.188.72> has quit IRC09:51
*** flitjes_ is now known as flitjes09:51
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto09:56
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto10:02
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC10:02
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto10:02
*** JordonWu_ <JordonWu_!~quassel@221.226.9.57> has joined #yocto10:03
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC10:05
*** aricz <aricz!~aricz@82.194.220.89> has quit IRC10:08
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto10:13
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC10:15
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto10:18
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has left #yocto10:23
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC10:24
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto10:27
*** caiortp <caiortp!~inatel@131.221.240.204> has joined #yocto10:29
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto10:36
aV_Vlicense issue10:39
*** berton <berton!~fabio@187.23.155.148> has joined #yocto10:39
aV_VI have this error: This recipe does not have the LICENSE field set10:40
CTtpollardyou need to set it then :)10:40
aV_Vbut there is a commit on github that says:10:40
aV_VThe packagegroup does not use source code so there is no logic10:41
aV_Vin the recipe to use a license. Remove it from the recipe.10:41
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto10:41
CTtpollardset it to 'CLOSED'10:42
CTtpollardif you need to10:42
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has joined #yocto10:56
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC10:56
aV_VCTtpollard: ty10:56
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC10:59
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto10:59
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto10:59
*** mortderire2 <mortderire2!~rkinsell@192.198.151.45> has joined #yocto11:00
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC11:00
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has quit IRC11:00
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto11:02
*** mortderire2 <mortderire2!~rkinsell@192.198.151.45> has quit IRC11:02
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has joined #yocto11:05
*** jku_ <jku_!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has quit IRC11:05
*** fl0v0 <fl0v0!~fvo@pD9F6A948.dip0.t-ipconnect.de> has joined #yocto11:07
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC11:07
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto11:07
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has quit IRC11:08
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has joined #yocto11:09
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC11:09
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto11:09
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto11:10
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC11:10
aV_Vdoing DISTRO_FEATURES_remove = "x11 wayland"11:11
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto11:11
aV_Vimply that there also will be removed x11/wayland possible packages?11:11
Crofton|workbasically yes11:12
aV_Vok11:12
Crofton|workwell, you will not be able to build them11:12
*** nighty <nighty!~nighty@220.157.229.123> has joined #yocto11:12
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC11:16
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC11:17
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto11:18
dl9pfis it possible to disable sstate in a package recipe (aka do not do an sstate for it) ?11:21
dl9pffirst shot idea would be to empty the do_sstate* in a bbappend ?11:21
dl9pfhmm, sstate is a class, so remote from inherit ?!11:22
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has joined #yocto11:22
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC11:22
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC11:24
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto11:24
joshuaglit's added to the global INHERITS11:25
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC11:25
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto11:26
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto11:26
jkudl9pf: I guess the obvious (& annoying) question at this point is... why do you want to do that?11:26
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC11:27
*** fl0v01 <fl0v01!~fvo@pD9F6B163.dip0.t-ipconnect.de> has joined #yocto11:27
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto11:27
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC11:27
*** fl0v0 <fl0v0!~fvo@pD9F6A948.dip0.t-ipconnect.de> has quit IRC11:27
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC11:28
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC11:28
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto11:28
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto11:29
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has quit IRC11:29
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC11:31
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has joined #yocto11:31
aV_Vwhy there are so many tutorials on the net that are using local.conf to add features & packages? I do that on my recipe image, which would be the right way?11:33
aV_VI mean, local.conf is a "general" configuration that apply for all recipes, isn't?11:34
dl9pfjku: no sstate for a package ?11:34
jkudl9pf: yeah11:35
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has quit IRC11:35
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto11:35
dl9pfI don't want to keep it11:35
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has joined #yocto11:37
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC11:37
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has quit IRC11:41
*** Hauke <Hauke!~Hauke@hauke-m.de> has quit IRC11:41
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto11:41
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has quit IRC11:42
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has quit IRC11:43
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC11:43
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has joined #yocto11:43
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto11:43
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has joined #yocto11:44
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC11:44
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto11:45
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has quit IRC11:48
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has joined #yocto11:49
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC11:49
*** vdehors <vdehors!~vdehors@meu77-6-78-223-226-44.fbx.proxad.net> has quit IRC11:51
*** vdehors <vdehors!~vdehors@meu77-6-78-223-226-44.fbx.proxad.net> has joined #yocto11:52
*** aV_V <aV_V!~anatoli@146.66.253.137> has quit IRC11:53
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC11:54
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto11:54
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has quit IRC11:55
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has joined #yocto11:55
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC11:55
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto11:56
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto11:58
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has quit IRC11:58
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has joined #yocto12:01
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC12:01
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto12:03
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto12:03
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto12:04
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has quit IRC12:04
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC12:04
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto12:04
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has joined #yocto12:05
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC12:05
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC12:08
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto12:10
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has quit IRC12:10
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has joined #yocto12:15
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC12:15
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto12:19
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has quit IRC12:19
*** linulin <linulin!~foo@client-188-168-43-165.spb-teleport.ru> has quit IRC12:21
*** linulin <linulin!~foo@client-188-168-43-165.spb-teleport.ru> has joined #yocto12:21
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC12:21
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto12:22
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has joined #yocto12:23
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has joined #yocto12:25
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC12:25
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto12:26
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto12:27
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has quit IRC12:29
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC12:30
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto12:30
*** dv__ <dv__!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC12:32
*** hanthings_ <hanthings_!~nandor@194.9.252.237> has joined #yocto12:32
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto12:32
hanthings_Hi! How can I start the opkg postinstall log for the first boot? I do have the "debug-tweaks" enabled12:33
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has joined #yocto12:35
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC12:35
*** aV_V <aV_V!~anatoli@146.66.253.137> has joined #yocto12:43
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC12:44
*** sveinse <sveinse!~chatzilla@79.160.140.131> has joined #yocto12:44
sveinseI have the strangest of errors: We make a so library which use pthread_create() from it's cpp. In the recipe libpthread was forgotten. However the recipe compiled successfully, but it segfaults on target.12:44
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto12:44
sveinseI've traced down the .o file and the .so file and both show unknown symbol to pthread_create(), yet ldd on target does NOT show dependency to libpthread. So why didn't this fail during compilation?12:45
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto12:46
*** mortderire1 <mortderire1!~rkinsell@192.198.151.45> has quit IRC12:46
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC12:46
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has quit IRC12:48
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has joined #yocto12:49
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto12:49
*** jku_ <jku_!jku@nat/intel/x-bzzifcisndtjmdtu> has joined #yocto12:52
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has quit IRC12:53
*** lamego <lamego!jose@nat/intel/x-fwqpbhqrdnqmyhvw> has joined #yocto12:56
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto12:59
aV_VI have made changes on my layers (removed them and added news) and now can't clean13:00
aV_V--force didn't work13:00
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC13:01
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto13:02
*** ziggo <ziggo!~ziggo@217.89.178.116> has quit IRC13:03
*** marka <marka!~marka@128.224.252.2> has joined #yocto13:04
*** AndersD <AndersD!~anders@213-64-218-49-no126.business.telia.com> has quit IRC13:07
*** semi_ <semi_!~quassel@194.9.252.237> has quit IRC13:08
*** hyde <hyde!uid25660@gateway/web/irccloud.com/x-gegqlfvxxuoxfyoc> has quit IRC13:12
*** semi_ <semi_!~quassel@194.9.252.237> has joined #yocto13:14
*** semi_ is now known as semi13:22
sveinsewhat do I need to do to force fetching a repo from upstream?13:23
sveinseThe use case is that I change the rev= in SRC_URI in a recipe (using hg) and push the meta layer. The build server rebuilds by wiping tmp/ completely, but retains downloads and sstate. It then often fails to build, as bb fetches the repo from downloads rather than pulling the updated repo from upstream, and thus the build fails13:25
sveinseIn the sake of build server automation, I'd hope that -ccleanall on specific recipes can be avoided13:27
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC13:38
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto13:38
aV_Vfound it: LAYERDEPENDS_ was point to the old layer13:41
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto13:42
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto13:47
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC13:56
*** grma <grma!~gruberm@80.93.38.128> has quit IRC14:00
*** JordonWu_ <JordonWu_!~quassel@221.226.9.57> has quit IRC14:00
*** armpit <armpit!~akuster@2601:202:4001:9ea0:c57:6cb7:8938:cc04> has joined #yocto14:01
*** dvhart <dvhart!~dvhart@134.134.139.83> has joined #yocto14:04
*** madisox <madisox!~madison@12.30.244.5> has joined #yocto14:05
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has quit IRC14:05
*** falk0n <falk0n!~falk0n@a109-49-57-182.cpe.netcabo.pt> has joined #yocto14:10
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC14:14
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC14:17
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto14:18
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC14:24
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC14:30
*** sveinse <sveinse!~chatzilla@79.160.140.131> has quit IRC14:32
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC14:34
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto14:34
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC14:36
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has joined #yocto14:38
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has joined #yocto14:40
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC14:50
*** benjamirc1 <benjamirc1!besquive@nat/intel/x-mubyaffjwejkzeuc> has joined #yocto14:51
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC14:52
*** psadro <psadro!~Thunderbi@216.234.148.135> has quit IRC14:56
*** psadro1 <psadro1!~Thunderbi@216.234.148.135> has joined #yocto14:56
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC14:56
*** Gintaro <Gintaro!~gintaro@2a00:8080:10:148:9017:2cff:fe26:adf0> has quit IRC14:56
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto14:56
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto14:58
*** psadro1 is now known as psadro14:58
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has joined #yocto14:58
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC15:01
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto15:02
*** mdnneo <mdnneo!~umaucher@217.89.178.116> has quit IRC15:03
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has joined #yocto15:07
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto15:10
*** zeenix <zeenix!~zeenix@c83-254-44-114.bredband.comhem.se> has quit IRC15:18
*** ntl <ntl!~nathanl@cpe-24-242-74-130.austin.res.rr.com> has joined #yocto15:19
*** zeenix <zeenix!~zeenix@c83-254-44-114.bredband.comhem.se> has joined #yocto15:23
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC15:26
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto15:26
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has quit IRC15:33
*** aV_V <aV_V!~anatoli@146.66.253.137> has quit IRC15:35
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC15:37
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto15:37
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC15:39
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto15:39
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC15:48
*** jonver <jonver!~jonver___@dd577603a.access.telenet.be> has quit IRC15:50
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC15:55
*** sjolley <sjolley!sjolley@nat/intel/x-gxbznckurgzmjisa> has joined #yocto15:57
*** aehs29 <aehs29!~aehernan@134.134.139.82> has joined #yocto15:57
*** dvhart <dvhart!~dvhart@134.134.139.83> has quit IRC15:57
*** dvhart <dvhart!~dvhart@134.134.139.83> has joined #yocto15:58
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto15:59
*** joewei <joewei!24e756ce@gateway/web/freenode/ip.36.231.86.206> has joined #yocto16:01
*** fl0v01 <fl0v01!~fvo@pD9F6B163.dip0.t-ipconnect.de> has quit IRC16:02
*** frsc <frsc!~frsc@dslb-178-010-252-042.178.010.pools.vodafone-ip.de> has quit IRC16:02
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC16:04
*** circ-user-pnbED <circ-user-pnbED!~circuser-@138.207.0.2> has joined #yocto16:08
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has quit IRC16:08
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto16:08
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has quit IRC16:10
*** joewei <joewei!24e756ce@gateway/web/freenode/ip.36.231.86.206> has quit IRC16:15
*** jbrianceau is now known as jbrianceau_away16:17
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC16:21
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto16:21
*** zeenix <zeenix!~zeenix@c83-254-44-114.bredband.comhem.se> has quit IRC16:22
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has joined #yocto16:25
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has quit IRC16:25
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC16:33
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto16:33
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:3462:30d7:317a:838a> has joined #yocto16:36
*** cbzx <cbzx!6881c43b@gateway/web/freenode/ip.104.129.196.59> has joined #yocto16:36
*** vdehors <vdehors!~vdehors@meu77-6-78-223-226-44.fbx.proxad.net> has quit IRC16:42
*** sjolley <sjolley!sjolley@nat/intel/x-gxbznckurgzmjisa> has quit IRC16:43
*** sjolley <sjolley!sjolley@nat/intel/x-afuyfetzjkfsfkcu> has joined #yocto16:43
*** lolsborn_ <lolsborn_!~lolsborn@2601:1c0:6b01:b8f:a8af:edb0:5c7c:12e4> has joined #yocto16:51
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto16:51
*** benjamirc1 <benjamirc1!besquive@nat/intel/x-mubyaffjwejkzeuc> has quit IRC16:52
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:3462:30d7:317a:838a> has quit IRC16:53
*** ntl <ntl!~nathanl@cpe-24-242-74-130.austin.res.rr.com> has quit IRC16:56
*** nisha <nisha!~nisha@38.104.105.146> has joined #yocto16:56
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:a9fb:e341:12e8:95df> has joined #yocto16:59
*** lolsborn_ <lolsborn_!~lolsborn@2601:1c0:6b01:b8f:a8af:edb0:5c7c:12e4> has quit IRC17:01
*** dvhart <dvhart!~dvhart@134.134.139.83> has quit IRC17:02
*** ntl <ntl!~nathanl@cpe-24-242-74-130.austin.res.rr.com> has joined #yocto17:10
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto17:12
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC17:12
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto17:12
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC17:15
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC17:15
*** Strike_ <Strike_!18de02de@gateway/web/freenode/ip.24.222.2.222> has joined #yocto17:25
Strike_Is this a good place to ask questions?17:25
*** Strike_ is now known as Guest6044317:25
seebssure17:26
seebsI ask questions here sometimes.17:26
Guest60443I can't Convince my recipe to put the .so file produced by the recipe into sysroot.  It seems like this happens automagically with do_populate_sysroot, but it does not identify it and pop it in sysroot17:26
seebsSometimes there are answers. Sometimes the answers even show up the same day!17:26
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto17:26
Guest60443:D thanks17:26
Guest60443I have a feeling this is a oneliner, like inherit this or that, or do_populate_sysroot_append17:28
neverpanicyou haven't shared a recipe or information on where your .so actually is17:28
Guest60443I Imagine you don't want me to spam it in here, so where do you guys usually collaborate17:29
Guest60443Its not comitted publicly at this point I'm working on getting it to compile :)17:29
seebsI recommend gist, usually, for posting text files and the like.17:30
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has joined #yocto17:31
Guest60443https://gist.github.com/strike5150/c61b2b6a0433ba8b9bf23fbe3eab337517:33
Guest60443Thanks for the tip neverpanic17:34
neverpanic/usr/local is not part of Yocto's normal packaging routine17:35
neverpanicI'd recommend not to use /usr/local though, since you're building the completely platform, where you should just be putting things in /usr17:35
neverpanicAlso, use ${prefix} or ${libdir}17:35
Guest60443ok I'll give that a try, so its basically not picking it up because its notlooking17:36
Guest60443at least not there17:36
neverpanicAnd yes, paths in /usr/local are not automatically staged into the sysroot, see http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/staging.bbclass#n51 and the value of $SYSROOT_DIRS for why those are not showing up in the sysroot17:37
*** gtristan <gtristan!~tristanva@110.11.179.37> has joined #yocto17:37
Guest60443thank you <317:37
*** Guest60443 is now known as Strike515017:40
Strike5150clear17:43
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto17:48
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto17:49
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has quit IRC17:52
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has joined #yocto17:53
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC18:00
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto18:00
*** falk0n <falk0n!~falk0n@a109-49-57-182.cpe.netcabo.pt> has quit IRC18:09
*** dv <dv!~quassel@62-178-118-86.cable.dynamic.surfer.at> has quit IRC18:12
*** dv <dv!~quassel@62.178.118.86> has joined #yocto18:13
*** bluelightning <bluelightning!~paul@118.148.113.65> has joined #yocto18:14
*** bluelightning <bluelightning!~paul@118.148.113.65> has quit IRC18:14
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto18:14
frayhttp://oldcomputers.net/pics/macportable.jpg18:16
frayoops wrong page18:16
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-bfosstjtvxtmnsgb> has quit IRC18:19
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC18:21
*** toanju <toanju!~toanju@x4db44507.dyn.telefonica.de> has joined #yocto18:28
*** toanju <toanju!~toanju@x4db44507.dyn.telefonica.de> has quit IRC18:28
*** toscalix <toscalix!~toscalix@80.91.70.192> has quit IRC18:45
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC18:48
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto18:48
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC18:50
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto18:56
*** dv <dv!~quassel@62.178.118.86> has quit IRC18:59
*** dv__ <dv__!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto19:00
*** sgw_ <sgw_!~sgw_@134.134.139.76> has quit IRC19:06
*** arkver <arkver!~arkver@host86-131-60-92.range86-131.btcentralplus.com> has joined #yocto19:07
*** nisha <nisha!~nisha@38.104.105.146> has quit IRC19:07
arkverHi. Anyone know if there's a way to get yocto/bitbake to generate a list of needed download files for an image?19:08
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC19:09
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto19:12
neverpanicyou can certainly write a custom task in a bbclass that prints this information from SRC_URI, use INHERIT += "yourbbclass" in local.conf, provide a recursive task and run bitbake -c yourrecursivetask $image19:12
neverpanicNot sure if there's something prebuilt already19:12
arkverok, thanks. May be quicker just to copy all 19G of source tarballs into my new build VM. :)19:15
kergothcould use archiver for that, in symlink mode19:15
kergothconfiguredd to keep original files, anyway19:16
neverpanicOr, just share the download dir with your VM, or set it as premirror?19:16
*** Strike5150 <Strike5150!18de02de@gateway/web/freenode/ip.24.222.2.222> has quit IRC19:17
arkverTrying to move my regular build env onto a laptop for an offsite meeting tomorrow. Will just copy the whole dir, ta. Can play with nicer things when I've more time.19:19
*** Strike5150 <Strike5150!18de02de@gateway/web/freenode/ip.24.222.2.222> has joined #yocto19:22
Strike5150I'm using the following cmake, and yocto/bitbake doesn't seem to find c++ includes without specific directives.19:22
Strike5150https://gist.github.com/strike5150/4fd8eee9db0170d9458ac30dea1701f819:23
Strike5150:q19:23
Strike5150the corresponding recipe https://gist.github.com/strike5150/dfd38ce4e49f24c007f1dd5a860cc95919:24
arkverkergoth: archiver class is only mentioned a bit briefly in the manuals, afaict, but looks interesting. I guess you need to look at the bbclass to see info on symlink mode.19:26
arkverneverpanic: premirror of the old DL_DIR to get a new clean one seems like a nice plan.19:26
neverpanicStrike5150: don't just set(CMAKE_CXX_FLAGS), that's bad practice, and it overwrites any of the flags Yocto might have for you19:28
neverpanicAlso, your include_directories(${CMAKE_INSTALL_INCLUDEDIR}...) statements are probably useless, because that'll be /usr/include on a cross-compile build, but that's not where the headers are19:29
neverpanicactually, that's harmful, because you might have system headers there, which leads to host contamination19:29
neverpanicarkver: Yes, make your DL_DIR available as premirror, then run -c fetchall $image19:30
*** sgw_ <sgw_!~sgw_@134.134.137.75> has joined #yocto19:38
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto19:40
*** arkver <arkver!~arkver@host86-131-60-92.range86-131.btcentralplus.com> has quit IRC19:43
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC19:47
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has quit IRC19:48
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto19:49
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has quit IRC19:50
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto19:58
*** Jefro <Jefro!~Jefro@2601:1c0:6100:7:155c:3472:253:e025> has joined #yocto19:59
*** stephano <stephano!stephano@nat/intel/x-oozezgrnwkqcyetb> has joined #yocto20:00
*** dreyna <dreyna!~dreyna@unknown-216-200.windriver.com> has joined #yocto20:01
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@31.159.189.12> has joined #yocto20:02
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto20:02
*** Strike5150 <Strike5150!18de02de@gateway/web/freenode/ip.24.222.2.222> has quit IRC20:04
*** caiortp <caiortp!~inatel@131.221.240.204> has quit IRC20:05
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC20:08
*** Jefro <Jefro!~Jefro@2601:1c0:6100:7:155c:3472:253:e025> has quit IRC20:09
*** joshuagl <joshuagl!~joshuagl@192.198.151.45> has quit IRC20:16
*** berton <berton!~fabio@187.23.155.148> has quit IRC20:19
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto20:21
*** pohly <pohly!~pohly@p5DE8EE13.dip0.t-ipconnect.de> has quit IRC20:26
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC20:36
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto20:36
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto20:37
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC20:37
*** marka <marka!~marka@128.224.252.2> has quit IRC20:38
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC20:43
*** igor2 <igor2!~igor@177.159.144.73> has quit IRC20:43
*** benjamirc1 <benjamirc1!~besquive@134.134.139.74> has joined #yocto20:47
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto20:49
*** stephano <stephano!stephano@nat/intel/x-oozezgrnwkqcyetb> has quit IRC20:52
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC20:57
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC20:57
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC20:58
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC20:59
*** circ-user-pnbED <circ-user-pnbED!~circuser-@138.207.0.2> has quit IRC21:17
*** cbzx <cbzx!6881c43b@gateway/web/freenode/ip.104.129.196.59> has quit IRC21:21
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC21:21
*** ntl <ntl!~nathanl@cpe-24-242-74-130.austin.res.rr.com> has quit IRC21:25
*** nisha <nisha!~nisha@38.104.105.146> has joined #yocto21:30
*** sjolley <sjolley!sjolley@nat/intel/x-afuyfetzjkfsfkcu> has quit IRC21:32
*** sjolley <sjolley!~sjolley@134.134.139.74> has joined #yocto21:33
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC21:34
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC21:36
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has joined #yocto21:36
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto21:38
*** sjolley <sjolley!~sjolley@134.134.139.74> has quit IRC21:39
*** caiortp <caiortp!~caiortp@189-107-28-173.user.veloxzone.com.br> has joined #yocto21:45
* armpit kicks off krogoth-next build21:46
*** lamego <lamego!jose@nat/intel/x-fwqpbhqrdnqmyhvw> has quit IRC21:46
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC21:56
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto21:58
*** Hauke <Hauke!~Hauke@hauke-m.de> has joined #yocto21:59
*** gtristan <gtristan!~tristanva@110.11.179.37> has quit IRC21:59
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto22:00
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC22:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC22:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto22:01
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto22:01
*** caiortp <caiortp!~caiortp@189-107-28-173.user.veloxzone.com.br> has quit IRC22:04
*** sjolley <sjolley!~sjolley@134.134.137.73> has joined #yocto22:05
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC22:06
*** caiortp <caiortp!~caiortp@189-107-28-173.user.veloxzone.com.br> has joined #yocto22:08
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto22:10
*** anselmolsm <anselmolsm!~anselmols@134.134.139.77> has quit IRC22:10
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC22:11
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has quit IRC22:15
*** sjolley <sjolley!~sjolley@134.134.137.73> has quit IRC22:15
*** benjamirc1 <benjamirc1!~besquive@134.134.139.74> has quit IRC22:18
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto22:19
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC22:23
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto22:23
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:a9fb:e341:12e8:95df> has quit IRC22:24
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:a9fb:e341:12e8:95df> has joined #yocto22:24
*** sjolley <sjolley!~sjolley@134.134.139.83> has joined #yocto22:25
*** lolsborn <lolsborn!~lolsborn@2601:1c0:6b01:b8f:a9fb:e341:12e8:95df> has quit IRC22:29
*** lolsborn <lolsborn!~lolsborn@c-24-21-23-7.hsd1.or.comcast.net> has joined #yocto22:29
*** adelcast <adelcast!~adelcast@130.164.62.126> has quit IRC22:33
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC22:34
*** mr_science <mr_science!~sarnold@66.159.242.209> has joined #yocto22:37
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto22:37
*** adelcast <adelcast!~adelcast@130.164.62.126> has joined #yocto22:37
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC22:44
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC22:44
*** Biliogadafr <Biliogadafr!~PIN@nat-minsk-pool-46-53-202-183.telecom.by> has quit IRC22:49
*** agust <agust!~agust@p4FCB533A.dip0.t-ipconnect.de> has quit IRC22:50
*** aehs29 <aehs29!~aehernan@134.134.139.82> has left #yocto22:51
*** nerdboy <nerdboy!~sarnold@66.159.242.209> has joined #yocto22:53
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto22:53
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto22:58
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto23:05
*** simfir <simfir!~quassel@mail.f9s.eu> has quit IRC23:12
*** simfir <simfir!~quassel@mail.f9s.eu> has joined #yocto23:13
-YoctoAutoBuilder- build #609 of nightly-deb-non-deb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb-non-deb/builds/60923:16
*** sjolley <sjolley!~sjolley@134.134.139.83> has quit IRC23:22
*** sjolley <sjolley!~sjolley@134.134.139.83> has joined #yocto23:22
-YoctoAutoBuilder- build #955 of nightly-x32 is complete: Failure [failed Running Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/95523:27
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC23:31
-YoctoAutoBuilder- build #934 of nightly-ipk is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/93423:34
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto23:34
*** Jefro <Jefro!~Jefro@c-73-11-86-179.hsd1.or.comcast.net> has joined #yocto23:34
-YoctoAutoBuilder- build #914 of nightly-deb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/91423:35
*** nighty <nighty!~nighty@220.157.229.123> has quit IRC23:44
-YoctoAutoBuilder- build #928 of nightly-rpm is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/92823:56

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!