Tuesday, 2015-07-14

*** DriverCoder <DriverCoder!~mdrustad@134.134.139.76> has quit IRC00:01
*** scottrif <scottrif!~srifenb@134.134.139.72> has quit IRC00:02
*** tsramos <tsramos!tsramos@nat/intel/x-umgfguhdhvbtgawq> has joined #yocto00:04
gabrbeddkergoth: ok, thanks!00:04
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-rbbdlmsbrcjjtxrw> has quit IRC00:06
*** tsramos <tsramos!tsramos@nat/intel/x-umgfguhdhvbtgawq> has quit IRC00:06
*** felipealmeida <felipealmeida!~felipealm@189-25-49-70.user.veloxzone.com.br> has joined #yocto00:08
felipealmeidahello, how do I make my image to have libgcc_s.so*00:09
felipealmeidaI've tried CORE_IMAGE_EXTRA_INSTALL and IMAGE_INSTALL_append, neither work00:10
felipealmeidalibgcc worked00:12
*** paulg <paulg!~paulg@24-246-6-178.cable.teksavvy.com> has joined #yocto00:15
*** evanmeagher <evanmeagher!~evanmeagh@104.131.150.129> has joined #yocto00:20
*** jorticus <jorticus!~jared@131.203.63.230> has joined #yocto00:35
*** roxell <roxell!~roxell@linaro/roxell> has quit IRC00:35
*** jkridner|work <jkridner|work!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto00:36
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC00:37
*** roxell <roxell!~roxell@linaro/roxell> has joined #yocto00:42
*** OutOfNoWhere <OutOfNoWhere!~rpb@199.68.195.101> has joined #yocto00:53
*** berton <berton!~fabio@201.22.227.56> has quit IRC00:56
*** berton <berton!~fabio@201.22.227.56> has joined #yocto01:10
*** paulg <paulg!~paulg@24-246-6-178.cable.teksavvy.com> has quit IRC01:13
*** ambrosius <ambrosius!~textual@38.111.148.194> has quit IRC01:20
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto01:35
*** sjolley <sjolley!~sjolley@134.134.137.75> has joined #yocto01:44
*** OutOfNoWhere <OutOfNoWhere!~rpb@199.68.195.101> has quit IRC01:50
*** berton <berton!~fabio@201.22.227.56> has quit IRC02:12
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto02:16
*** behanw <behanw!~behanw@2001:470:b26c:0:e04f:1c39:6e8c:bf0e> has quit IRC02:23
*** nighty-_ <nighty-_!~nighty@hokuriku.rural-networks.com> has quit IRC02:32
*** dv__ <dv__!~quassel@chello062178118086.5.14.vie.surfer.at> has joined #yocto02:40
*** dv_ <dv_!~quassel@chello062178118086.5.14.vie.surfer.at> has quit IRC02:40
*** dvhart <dvhart!~dvhart@134.134.139.76> has quit IRC03:00
*** dvhart <dvhart!~dvhart@134.134.139.76> has joined #yocto03:01
*** benjamirc <benjamirc!besquive@nat/intel/x-alihecvdqfgbjhmb> has joined #yocto03:23
*** aehs29 <aehs29!~aehernan@134.134.139.70> has joined #yocto04:29
aehs29does the FILES_${PN} variable work for native packages?04:32
aehs29I'm having an issue where after do_install I got some files inside the image directory04:33
aehs29but then they never end up in sysroot-destdir04:34
kergothnative recipes aren't packaged at all.04:34
kergothso packaging variables aren't going to do a whole lot04:34
aehs29I figured its the installed vs shipped issue, but I think for native packages it works a little  bit different04:34
aehs29hmm04:34
kergothnope, its probably the fact that only certain paths are copied from ${D} into the sysroot04:35
kergothat a guess04:35
aehs29you got any ideas why I dont get thos files inside sysroot-destdir?04:35
kergothsee staging.bbclass, sysroot_stage_all & friends04:35
aehs29image/include...04:35
kergotheither you're installing to incorrect paths, or you're trying to add something to a custom path that isn't deployed by default04:35
aehs29image/lib///04:35
aehs29...*04:35
kergothyeah, that won't do squat04:35
kergothuse our variables04:35
kergoth${includedir}04:36
kergoth${libdir} or ${base_libdir}04:36
kergothetc04:36
aehs29so basically i screwed up during config04:36
kergothinclude is relative to prefix, so it'll end up being image/usr/include, for example, not image/include04:36
kergothnot sure what you mean by config, but it sounds like do_install needs to be fixed to install to the correct places with our variables, yes04:36
aehs29because I didnt use /usr as prefix04:37
aehs29when running ./configure04:37
aehs29oh ok04:37
aehs29kergoth: thanks!04:37
aehs29i'll give that a try04:37
*** redengin <redengin!~redengin@c-73-193-21-136.hsd1.wa.comcast.net> has joined #yocto04:39
*** zeddii_home <zeddii_home!~zeddii_ho@CPEe8de27b71faa-CMbcc810032faf.cpe.net.cable.rogers.com> has quit IRC04:54
*** marek__ <marek__!~marek@81.89.61.168.vnet.sk> has joined #yocto04:58
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto05:07
*** benjamirc <benjamirc!besquive@nat/intel/x-alihecvdqfgbjhmb> has quit IRC05:07
*** mansandersson <mansandersson!~Mans@212.162.190.58> has joined #yocto05:15
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC05:16
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto05:18
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC05:19
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has quit IRC05:26
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto05:27
*** jorticus <jorticus!~jared@131.203.63.230> has quit IRC05:29
*** miandonmenmian <miandonmenmian!~miandonme@140.206.114.194> has joined #yocto05:30
*** ][Sno][ is now known as [Sno]05:35
*** pohly <pohly!~pohly@p5DE8C2A8.dip0.t-ipconnect.de> has joined #yocto05:37
*** hundeboll <hundeboll!~hundeboll@open-mesh.org/catwoman/hundeboll> has quit IRC05:53
*** hundeboll <hundeboll!~hundeboll@open-mesh.org/catwoman/hundeboll> has joined #yocto05:54
*** frsc <frsc!~frsc@80.149.173.68> has joined #yocto05:55
*** frsc <frsc!~frsc@80.149.173.68> has quit IRC06:18
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC06:19
*** wadim_1 <wadim_1!~egorov@mail.rapiddevelopmentkit.de> has joined #yocto06:24
*** wadim_ <wadim_!~egorov@mail.phytec.co.uk> has joined #yocto06:24
*** wadim_1 <wadim_1!~egorov@mail.rapiddevelopmentkit.de> has quit IRC06:24
*** frsc <frsc!~frsc@80.149.173.68> has joined #yocto06:30
*** frsc <frsc!~frsc@80.149.173.68> has quit IRC06:34
*** frsc <frsc!~frsc@80.149.173.68> has joined #yocto06:34
*** ambrosius <ambrosius!~textual@c-76-21-79-185.hsd1.ca.comcast.net> has joined #yocto06:37
*** frsc <frsc!~frsc@80.149.173.68> has quit IRC06:39
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto06:41
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has joined #yocto06:44
*** ryansturmer <ryansturmer!~textual@cpe-71-70-216-0.nc.res.rr.com> has quit IRC06:46
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@93-47-95-152.ip112.fastwebnet.it> has joined #yocto06:52
*** ant_work <ant_work!~ant__@host222-188-static.61-79-b.business.telecomitalia.it> has joined #yocto07:15
*** ambrosius <ambrosius!~textual@c-76-21-79-185.hsd1.ca.comcast.net> has quit IRC07:24
*** jku <jku!jku@nat/intel/x-tkvudecuvxbligsr> has joined #yocto07:38
*** jku <jku!jku@nat/intel/x-tkvudecuvxbligsr> has quit IRC07:40
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has joined #yocto07:43
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto07:54
*** bboozzoo <bboozzoo!~Maciej_Bo@staticline-31-182-60-238.toya.net.pl> has joined #yocto07:55
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-tgqspqrlkoajqqfu> has joined #yocto07:57
*** ftonello <ftonello!~felipe@81.145.202.106> has joined #yocto07:59
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto08:02
bluelightningmorning all08:03
*** fray <fray!~mhatle@192.40.192.95> has quit IRC08:05
bboozzoomorning08:07
*** jnevens <jnevens!51531879@gateway/web/freenode/ip.81.83.24.121> has joined #yocto08:12
*** mckoan|away is now known as mckoan08:13
jnevensHello, I have a build error while building glibc for an sdk08:16
jnevenshttp://pastebin.com/DgjFJAG508:16
jnevensdoes anyone have an idea how to solve this ? Thnx!08:16
*** jnevens_ <jnevens_!~jnevens@81.83.24.121> has joined #yocto08:30
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto08:42
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-pflzftsmtwgaqizj> has joined #yocto08:43
*** jbrianceau_away is now known as jbrianceau_home08:43
*** adireflex <adireflex!~adireflex@85.30.105.145> has joined #yocto08:52
*** Crofton|work <Crofton|work!~balister@pool-108-44-115-34.ronkva.east.verizon.net> has quit IRC09:01
*** tmpsantos <tmpsantos!~tmpsantos@91-158-160-81.elisa-laajakaista.fi> has joined #yocto09:03
*** tmpsantos <tmpsantos!~tmpsantos@91-158-160-81.elisa-laajakaista.fi> has left #yocto09:03
*** tmpsantos_ <tmpsantos_!~tmpsantos@91-158-160-81.elisa-laajakaista.fi> has joined #yocto09:04
*** tmpsantos <tmpsantos!~tmpsantos@91-158-160-81.elisa-laajakaista.fi> has joined #yocto09:04
*** tmpsantos <tmpsantos!~tmpsantos@91-158-160-81.elisa-laajakaista.fi> has left #yocto09:05
*** belen <belen!Adium@nat/intel/x-ekivybsnllezulsu> has joined #yocto09:12
*** Crofton|work <Crofton|work!~balister@pool-108-44-109-102.ronkva.east.verizon.net> has joined #yocto09:14
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto09:15
*** belen <belen!Adium@nat/intel/x-ekivybsnllezulsu> has quit IRC09:54
*** Crofton|work <Crofton|work!~balister@pool-108-44-109-102.ronkva.east.verizon.net> has quit IRC09:57
*** belen <belen!Adium@nat/intel/x-srsqcqgzziakofdp> has joined #yocto10:00
*** fray <fray!~mhatle@192.40.192.95> has joined #yocto10:05
*** Crofton|work <Crofton|work!~balister@pool-71-171-10-162.ronkva.east.verizon.net> has joined #yocto10:11
*** abelloni <abelloni!~abelloni@128-79-216-6.hfc.dyn.abo.bbox.fr> has quit IRC10:15
*** abelloni <abelloni!~abelloni@128-79-216-6.hfc.dyn.abo.bbox.fr> has joined #yocto10:15
*** jbrianceau_home is now known as jbrianceau_away10:17
*** raykinsella781 <raykinsella781!rkinsell@nat/intel/x-ojedlujiytdvxoaz> has joined #yocto10:23
*** raykinsella78 <raykinsella78!rkinsell@nat/intel/x-pflzftsmtwgaqizj> has quit IRC10:25
*** maxin <maxin!~majo@sestofw01.enea.se> has joined #yocto10:27
*** rperier <rperier!~quassel@2001:41d0:52:100::44a> has quit IRC10:32
*** rperier <rperier!~quassel@2001:41d0:52:100::44a> has joined #yocto10:33
*** rperier <rperier!~quassel@2001:41d0:52:100::44a> has quit IRC10:34
*** rperier <rperier!~quassel@ubuntu/member/rperier> has joined #yocto10:34
*** miandonmenmian_ <miandonmenmian_!~miandonme@210.22.153.182> has joined #yocto10:38
*** miandonmenmian <miandonmenmian!~miandonme@140.206.114.194> has quit IRC10:38
*** miandonmenmian_ <miandonmenmian_!~miandonme@210.22.153.182> has quit IRC10:46
*** miandonmenmian <miandonmenmian!~miandonme@140.206.114.194> has joined #yocto10:48
*** pidge <pidge!~pidge@2a02:8084:0:3000:cd8d:ddb3:5a44:8bfd> has joined #yocto10:59
*** miandonmenmian <miandonmenmian!~miandonme@140.206.114.194> has quit IRC11:24
*** fray <fray!~mhatle@192.40.192.95> has quit IRC11:26
*** fray <fray!~mhatle@192.40.192.95> has joined #yocto11:26
*** jnevens <jnevens!51531879@gateway/web/freenode/ip.81.83.24.121> has quit IRC11:32
raykinsella781Where does yocto put its log files for a specific recipe build?11:47
bboozzooraykinsella781: the logs are in ${WORKDIR}/temp, you can run bitbake -e <recipe> |grep 'WORKDIR=' to locate it11:58
*** sveinse <sveinse!~chatzilla@79.160.140.131> has joined #yocto12:09
*** timsche <timsche!~quassel@port-92-192-16-210.dynamic.qsc.de> has joined #yocto12:12
sveinseWhen a package has PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental,", how can I from my config enable experimental?12:13
sveinsespecifically, how can I enable experimental from my local.conf ?12:17
bboozzoosveinse: try PACKAGECONFIG_append_pn-<recipe> = " experimental"12:18
sveinsebboozzoo: Like this: PACKAGECONFIG_append_5.32-bluez5 = "experimental" ?12:19
bboozzoosveinse: PACKAGECONFIG_append_pn-bluez5 = " experimental"12:20
bboozzoonote the space after " and before experimental, I always whether it's append or += that adds whitespace12:20
rburton+= adds whitespace12:21
sveinsewhere can I find the compilation output of bluez5 ?12:21
*** jku <jku!jku@nat/intel/x-uywwqmfitilcsizv> has joined #yocto12:24
*** Ox4 <Ox4!~user@unaffiliated/zloy> has joined #yocto12:26
Ox4good day everyone12:26
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-tgqspqrlkoajqqfu> has quit IRC12:26
Ox4could somebody tell me how to build backport kernel drivers as modules in yocto?12:26
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto12:27
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has joined #yocto12:28
bboozzoosveinse: the output (as in after make install) should be in ${WORKDIR}/image12:28
*** adireflex <adireflex!~adireflex@85.30.105.145> has quit IRC12:29
*** adireflex <adireflex!~adireflex@85.30.105.145> has joined #yocto12:29
sveinsebboozzoo: No, the bitmake logs from building bluez5. I'm looking for verifying that my experimental setting actually works12:29
sveinse*bitbake12:29
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC12:31
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto12:32
bboozzoosveinse: clean and rebuild (bitbake -v bluez5) and look through logs, or look for EXTRA_OECONF in recipe env (bitbake -e ..)12:39
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto12:40
bluelightningOx4: that's not something someone can give you a definitive how-to guide on, it's going to depend entirely on what the driver is and what kernel version you're backporting to12:46
bluelightningOx4: as far as our build system goes, pretty much everything you need to know about building the kernel and/or external kernel modules is in the kernel development manual: http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html12:47
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has joined #yocto13:12
*** berton <berton!~fabio@201.22.227.56> has joined #yocto13:12
*** adireflex <adireflex!~adireflex@85.30.105.145> has quit IRC13:12
*** anselmolsm <anselmolsm!~anselmols@192.55.55.39> has joined #yocto13:12
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC13:28
Ox4bluelightning: I am working on external kernel 2.6.3713:29
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto13:29
Ox4and a kernel dev which I am working with made some backports for wireless drivers13:29
bluelightningOx4: ok, so it sounds like you have a patch from them and you know want to apply it?13:31
Ox4bluelightning: actually already knew, thank you for the document13:32
Ox4bluelightning: I have another problem. I have a bunch of directories in git repository, but I want to fetch and work with only one. How can I do that?13:33
*** jkridner|work <jkridner|work!~jkridner@pdpc/supporter/active/jkridner> has quit IRC13:33
bluelightningOx4: there is an option to do that that you can specify on the SRC_URI entry, called subpath13:34
bluelightningOx4: which version of the build system are you using?13:34
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC13:34
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto13:34
Ox4bluelightning: I use master branch of yocto13:36
bluelightningOx4: ok, I just wanted to check if you had a fix that was made to that a few months ago13:36
bluelightningthere is a caveat however - subpath will unpack only the directory you specify, however it will not reduce what is actually fetched from the git server, it will still fetch the whole repository13:37
Ox4bluelightning: subpath=Core/backports/;user... is it ok?13:39
bluelightningI would advise removing that trailing /13:40
bluelightningbut otherwise yes13:41
Ox4bluelightning: here is the skeleton of bb files for modules: http://dpaste.com/2WXT37B.txt13:45
Ox4bluelightning: and from the kernel developer I received the following howto: http://dpaste.com/3XH2QNA13:46
*** tsramos <tsramos!~tsramos@192.55.54.42> has joined #yocto13:48
bluelightningOx4: I'm not actually a kernel person I'm afraid13:48
Ox4hm13:48
bluelightningand you still should drop that trailing / from the subpath value13:48
Ox4ok, I will correct that string13:48
*** nighty-_ <nighty-_!~nighty@hokuriku.rural-networks.com> has joined #yocto13:54
Ox4bluelightning: it seems yocto doesn't fetch the folder with modules :-(13:54
bluelightningOx4: how are you determining that?13:54
Ox4bluelightning: I don't see the fetched files13:55
bluelightningOx4: where are you looking?13:56
Ox4bluelightning: in build/tmp/work/myboard/wireless-mod/0.1-r013:58
Ox4bluelightning: also I appended -vD flags to bitbake13:58
bluelightningAFAIK, you should see a directory called backports there13:59
*** belen <belen!Adium@nat/intel/x-srsqcqgzziakofdp> has quit IRC13:59
*** belen <belen!Adium@nat/intel/x-moxvbnfifewzlarx> has joined #yocto14:00
Ox4bluelightning: find -name 'backports' returns nothing14:00
*** ant_work <ant_work!~ant__@host222-188-static.61-79-b.business.telecomitalia.it> has quit IRC14:00
*** benjamirc <benjamirc!~besquive@134.134.139.74> has joined #yocto14:01
*** munch_ <munch_!~mark@c-50-129-137-132.hsd1.il.comcast.net> has joined #yocto14:02
*** munch_ is now known as Guest4687814:03
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto14:05
*** jnevens_ <jnevens_!~jnevens@81.83.24.121> has quit IRC14:05
*** tsramos_ <tsramos_!~tsramos@192.55.54.42> has joined #yocto14:05
bluelightningOx4: I just tested this trivial recipe here, and it unpacks to the matchbox2 subdirectory where I would expect it to: http://pastebin.com/YtEJv6FC14:07
*** tsramos <tsramos!~tsramos@192.55.54.42> has quit IRC14:09
bluelightningso I'm a bit confused as to what might be happening in your case14:10
Ox4bluelightning: Sato is in the root of the repo?14:13
*** mansandersson <mansandersson!~Mans@212.162.190.58> has quit IRC14:14
bluelightningOx4: yep: http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-sato/tree/14:14
*** lamego <lamego!lamego@nat/intel/x-exqgnsnalvtrigzj> has joined #yocto14:16
*** wadim_ <wadim_!~egorov@mail.phytec.co.uk> has quit IRC14:17
*** belen <belen!Adium@nat/intel/x-moxvbnfifewzlarx> has quit IRC14:18
*** belen <belen!Adium@nat/intel/x-scwjyjauecotzbey> has joined #yocto14:18
*** benjamirc <benjamirc!~besquive@134.134.139.74> has quit IRC14:22
Ox4bluelightning: fixed, I've forgotten to edit S variable. Thank you for the support14:26
bluelightningso, the files were there then14:27
*** adelcast <adelcast!~adelcast@130.164.62.224> has left #yocto14:28
*** marek__ <marek__!~marek@81.89.61.168.vnet.sk> has quit IRC14:30
*** sveinse <sveinse!~chatzilla@79.160.140.131> has quit IRC14:32
Ox4bluelightning: yes14:32
JaMawho has the permissions to make repository private on github.com/openembedded?14:33
JaMaWe missed our date for oe-core/meta-oe repos removal on 4th July14:33
*** T0mW <T0mW!~Tom@70.15.161.110.res-cmts.t132.ptd.net> has joined #yocto14:34
*** belen <belen!Adium@nat/intel/x-scwjyjauecotzbey> has quit IRC14:36
*** belen <belen!Adium@nat/intel/x-peaxgycjrocdfeoc> has joined #yocto14:37
bluelightningJaMa: I don't, FWIW14:38
bluelightningkhem may14:38
T0mWI'm attempting to move my project from Daisy (1.6) to Fido (1.8) and having problems with the linux kernel build.  Why is the kernel now split between work & work-shared?14:49
T0mWMy old kernel recipe is broken.14:49
T0mWnm it is all in tmp/work-shared, but why?14:51
rburtonT0mW: lots of different recipes want the kernel source, so that saves extracting it over and over14:52
rburton(same rationale for gcc being in work-shared)14:52
T0mWyeah, okay.14:52
T0mWIt built, but now I'm trying to find where the object files are.14:52
bluelightningT0mW: if you haven't seen it: http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#moving-to-the-yocto-project-1.8-release14:53
bluelightningthere is a very short bit in there about what needs changing in kernel recipes14:53
*** ka6sox is now known as zz_ka6sox14:53
T0mWbluelightning: thanks, was looking for a doc about the new strategy14:53
bluelightningwe always write a migration section in the manual for new releases, so it's a good reference when you're upgrading14:54
*** darkspike <darkspike!~darkspike@217.110.68.82> has quit IRC14:55
*** zz_ka6sox is now known as ka6sox14:56
*** jku <jku!jku@nat/intel/x-uywwqmfitilcsizv> has quit IRC14:57
kergothhey all15:00
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto15:02
*** adelcast <adelcast!~adelcast@130.164.62.82> has joined #yocto15:02
[Sno]rburton: just because I didn't get an answer to "how to submit (perl) patches" - writing a mail and appending some patches to it is fine?15:03
[Sno]or do they have to be inline as git send-email does?15:03
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC15:04
rburtongit-send-email is preferred as its easy for everyone to read, review, and apply15:04
rburtonconfiguring it is mostly trivial15:04
[Sno]but difficult to send15:04
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC15:04
[Sno]well, how to configure without storing (or re-entering) my gmail password?15:04
rburtonsetup a local mta if that bothers you15:05
rburtonmost linux distros can setup a relaying smtp that only listens to localhost in matter of seconds15:05
[Sno]this mta has to know the credentials for the gmail account either15:06
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC15:06
[Sno]it remains that the mails must be sent from my desktop, which is trusty enough15:07
[Sno]my desktop is MacOS X15:07
rburtonthe mta can send directly to google15:07
rburtonor via your isp, or something.15:07
rburtonpersonally i write my credentials in the file and hope if someone steals my laptop the last thing they're interested in is my google password15:08
[Sno]you mean, mta sends to my gmail address, and I forward it?15:08
kergothi just re-input my google password when i run send-email, not that terrible, not like i'm emailing patches 4 times a day15:08
rburtondepends on your setup.  some of my machines have MTAs that forward to my ISP's relay15:08
[Sno]thing is, google is connected to so many other online services meanwhile, it's a desaster when one get's my google credentials15:09
kergothjust store the 2fa app password for send-email in 1password with everything else, copy/paste when i send-email15:10
* kergoth shrugs15:10
kergothand with that being a 2fa password, its trivial to revoke if someone gets that one, its not the same as the regular pass15:10
[Sno]kergoth: I mean, if contributions are welcome, the way to contribute should be much easier than setting up an mta or trusting send-email doesn't "cache " the credentials somewhere15:10
kergothif you think git is caching your credentials, you might as well give up using source control at all and put your crap in a zip file15:10
kergothif you don't trust your tools, don't use them15:11
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has quit IRC15:11
[Sno]well, ok - I don't use git send-email ^^15:11
kergothyou're welcome to manually export your patches from git and somehow get them in emails, the rest of us will use what works and isn't a pain in the ass15:11
rburtonthe problem is attaching patches to mails makes it very tricky to review them15:12
rburtonas you can't just write a comment after a line anymore15:12
*** timsche_ <timsche_!~quassel@port-92-192-53-8.dynamic.qsc.de> has joined #yocto15:12
[Sno]rburton: that's why I chose the github way - you can comment there if you want15:12
kergothyeah, they really need to be inline15:12
kergothyocto doesn't use github, the process is email, and that won't be changing anytime soon15:12
kergothsame with the underlying oe projects15:13
[Sno]well, then I keep my stuff15:13
[Sno]fine for me15:13
kergothyou're really that lazy?15:13
kergoththat's pretty sad15:13
[Sno]it's not lazy!15:13
* kergoth gets back to work15:13
[Sno]I do not trust git send-email15:13
zeddiiha15:13
* zeddii is with kergoth15:13
zeddiithe thousands and thousands of patches and sends with it have never caused me any trouble.15:13
* zeddii also goes back to work.15:14
Ox4guys, can I add my own function in the bb file?15:14
rburtonOx4: not sure exactly what you mean, but lets go with "yes"15:14
kergothalso, thousands of kernel devs use it, and its code is open and honestly fairly trivial. if you're that paranoid, read the send-email code and get on with your day15:14
*** timsche <timsche!~quassel@port-92-192-16-210.dynamic.qsc.de> has quit IRC15:14
rburtonkergoth: i'd be worried about apple injecting backdoors into its smtp implementations for the nsa15:15
[Sno]kergoth: and much many others use rt gnats and are happy with that15:15
[Sno]and even more send pull-requests via githun15:15
[Sno]what do you want to say?15:16
kergothhonestly, your paranoia is not our problem. either use it or don't15:16
[Sno]that's true - and I'm happy to push my local changes on my github fork whether you benefit from it or not15:17
[Sno]fair enough15:17
*** paulg_ <paulg_!~paulg@128.224.252.2> has joined #yocto15:17
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto15:18
*** xulfer <xulfer!~xulfer@2001:41d0:2:5ee0::> has quit IRC15:22
*** xulfer <xulfer!~xulfer@2001:41d0:2:5ee0::> has joined #yocto15:24
*** aehs29 <aehs29!~aehernan@134.134.139.70> has quit IRC15:26
*** sjolley <sjolley!~sjolley@134.134.137.75> has quit IRC15:26
*** rperier <rperier!~quassel@ubuntu/member/rperier> has quit IRC15:27
*** rperier <rperier!~quassel@2001:41d0:52:100::44a> has joined #yocto15:29
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto15:33
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC15:35
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-oergimqdeylegrzn> has joined #yocto15:35
*** bluelightning_ is now known as bluelightning15:35
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has joined #yocto15:39
*** TobSnyder <TobSnyder!~schneider@ip923450f2.dynamic.kabel-deutschland.de> has quit IRC15:40
*** Crofton <Crofton!~balister@ip-69-10-116-171.midstate.ip.cablemo.net> has joined #yocto15:41
Ox4guys, I have git repo for needed wireless firmware binaries, how to install it to the image?15:45
*** roric <roric!~roric@83.140.117.51> has quit IRC15:45
*** jnevens_ <jnevens_!~jnevens@30.163-241-81.adsl-dyn.isp.belgacom.be> has joined #yocto15:47
kergothyou'll need to create a recipe for it which has that repo url in SRC_URI and which installs them to the appropriate place in do_install15:48
kergothmuch like the existing firmware-wireless recipe15:48
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC15:51
*** Crofton <Crofton!~balister@ip-69-10-116-171.midstate.ip.cablemo.net> has quit IRC15:52
*** mckoan is now known as mckoan|away15:55
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto15:57
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC15:59
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto16:00
*** sjolley <sjolley!sjolley@nat/intel/x-ixrbcxemteeaymcr> has joined #yocto16:02
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto16:03
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC16:03
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto16:03
*** Crofton <Crofton!~balister@166.175.186.206> has joined #yocto16:04
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC16:06
*** belen <belen!Adium@nat/intel/x-peaxgycjrocdfeoc> has quit IRC16:06
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has joined #yocto16:07
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has quit IRC16:07
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto16:07
*** belen <belen!Adium@nat/intel/x-wonbnivhswvzzpvt> has joined #yocto16:07
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC16:08
*** bluelightning_ is now known as bluelightning16:08
Ox4kergoth: and append MACHINE_EXTRA_RDEPENDS += "firmware" to machine.conf file?16:09
kergoththat'd do, yeah16:10
*** raykinsella781 <raykinsella781!rkinsell@nat/intel/x-ojedlujiytdvxoaz> has left #yocto16:12
Ox4btw, is there a way to see the list of packages which will be installed to image?16:12
kergothdamn, my recipetool_appendsrcfile test is hanging at the get_bb_var() :(16:12
kergothOx4: not directly. you can see what packages will be installed by examining PACKAGE_INSTALL in that recipe (e.g. bitbake -e yourimage), but obviously those packages will depend on others that aren't listed there16:12
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC16:13
kergothbut, after you create the image, a manifest is emitted so you can see wht was installed16:13
Ox4kergoth: thank you16:13
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto16:25
*** Crofton <Crofton!~balister@166.175.186.206> has quit IRC16:28
*** aehs29 <aehs29!~aehernan@134.134.139.76> has joined #yocto16:30
*** ambrosius <ambrosius!~textual@38.111.148.194> has joined #yocto16:35
*** aehs291 <aehs291!aehernan@nat/intel/x-vhfwdibnvppzfxqs> has joined #yocto16:39
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC16:40
*** aehs29 <aehs29!~aehernan@134.134.139.76> has quit IRC16:40
*** dlan <dlan!~dennis@gentoo/developer/dlan> has quit IRC16:52
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC16:58
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has joined #yocto16:59
*** sjolley <sjolley!sjolley@nat/intel/x-ixrbcxemteeaymcr> has quit IRC17:00
*** dlan <dlan!~dennis@116.228.88.131> has joined #yocto17:00
*** dlan <dlan!~dennis@gentoo/developer/dlan> has joined #yocto17:00
*** sjolley <sjolley!~sjolley@134.134.137.73> has joined #yocto17:01
evanmeagherwhat are the typical workflows for getting images built with poky actually onto boards?17:05
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC17:06
evanmeagheri'm having troubel finding any concrete info in the manual about how to actually flash or otherwise install an image onto a baord17:06
kergoththat's completely dependent on the hardware in question. check the readme and whatnot in the bsp layer17:07
*** aehs29 <aehs29!~aehernan@134.134.139.76> has joined #yocto17:22
*** belen <belen!Adium@nat/intel/x-wonbnivhswvzzpvt> has quit IRC17:23
*** aehs291 <aehs291!aehernan@nat/intel/x-vhfwdibnvppzfxqs> has quit IRC17:24
*** aehs291 <aehs291!~aehernan@134.134.139.72> has joined #yocto17:27
kergothgahhh17:29
*** aehs29 <aehs29!~aehernan@134.134.139.76> has quit IRC17:30
*** realBigfoot <realBigfoot!~realBigfo@134.191.220.71> has joined #yocto17:34
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-oergimqdeylegrzn> has quit IRC17:36
T0mWwell, that was fun.  Once I finally figured out the the config_prepend to 'make oldconfig' was no longer needed, the kernel build moved beyond 'do_configure'.17:38
T0mWIt builds now.17:38
*** mkeeter <mkeeter!~mkeeter@209.6.175.242> has joined #yocto17:39
kergothhmm, that should never have been needed, cml1.bbclass automatically runs that17:40
* kergoth shrugs17:40
T0mWyeah, I'm moving up from 1.6 (Daisy)17:41
T0mWmy custom recipe for kernel build..17:41
fishey1What's the bitbake syntax for referencing to a variable like `PACKAGECONFIG[dri3]` in a specific package (it doesn't appear `PACKAGECONFIG_pn-mesa[dri3]` works)17:41
kergotholdconfig has been run for kernels automatically since we first wrote kernel.bbclass. guessing that must have been a workaround17:42
kergothfishey1: why would you want to do that?17:42
kergothwhat are you trying to accomplish, i should say17:42
fishey1so I can fix a bug in the mesa bitbake file without creating yet another bbappend17:42
fishey1kergoth: ^17:42
kergothsounds like what you want is a bbappend.17:43
fishey1Though in general I still want to know how to do it.17:43
kergothyou can't combine overrides with flags, not doable. you'd have to use anonymous python, which is uglier than the append would be17:43
fishey1aw17:43
*** madisox <madisox!~madison@70.90.175.93-BusName-ca.sfba.hfc.comcastbusiness.net> has joined #yocto17:58
*** madisox <madisox!~madison@70.90.175.93-BusName-ca.sfba.hfc.comcastbusiness.net> has left #yocto17:58
*** belen1 <belen1!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto18:03
*** timsche_ <timsche_!~quassel@port-92-192-53-8.dynamic.qsc.de> has quit IRC18:07
*** belen1 <belen1!~Adium@17.114.2.81.in-addr.arpa> has quit IRC18:14
*** belen1 <belen1!Adium@nat/intel/x-xqrkgvlxfkftbekh> has joined #yocto18:20
*** tismith_ <tismith_!~toby@203.62.184.110> has joined #yocto18:25
*** cazze_ <cazze_!~cazze@mail.cap7.net> has joined #yocto18:26
*** ndec <ndec!~ndec@linaro/ndec> has joined #yocto18:26
*** tripzero_ <tripzero_!~tripzero@134.134.139.76> has joined #yocto18:26
*** mckoan_ <mckoan_!~marco@unaffiliated/mckoan> has joined #yocto18:26
*** smartin__ <smartin__!~smartin@207.ip-37-59-126.eu> has joined #yocto18:26
*** seebs <seebs!~seebs@exchange.northfieldhospital.org> has joined #yocto18:29
*** otavio_ <otavio_!~otavio@debian/developer/otavio> has joined #yocto18:29
*** kergoth` <kergoth`!~kergoth@107.170.225.75> has joined #yocto18:29
*** belen1 <belen1!Adium@nat/intel/x-xqrkgvlxfkftbekh> has quit IRC18:29
*** xulfer_ <xulfer_!~xulfer@2001:41d0:2:5ee0::> has joined #yocto18:29
*** felipealmeida_ <felipealmeida_!~felipealm@189-25-49-70.user.veloxzone.com.br> has joined #yocto18:30
*** xulfer <xulfer!~xulfer@2001:41d0:2:5ee0::> has quit IRC18:30
*** lamego <lamego!lamego@nat/intel/x-exqgnsnalvtrigzj> has quit IRC18:30
*** redengin <redengin!~redengin@c-73-193-21-136.hsd1.wa.comcast.net> has quit IRC18:30
*** mckoan|away <mckoan|away!~marco@unaffiliated/mckoan> has quit IRC18:30
*** otavio <otavio!~otavio@debian/developer/otavio> has quit IRC18:30
*** kergoth <kergoth!~kergoth@107.170.225.75> has quit IRC18:30
*** kscherer <kscherer!~kscherer@128.224.252.2> has quit IRC18:30
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC18:30
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC18:30
*** smartin <smartin!~smartin@207.ip-37-59-126.eu> has quit IRC18:30
*** tismith <tismith!~toby@203.62.184.110> has quit IRC18:30
*** aoibhinn <aoibhinn!uid95825@gateway/web/irccloud.com/x-puaglggoywkdlxcz> has quit IRC18:30
*** smurray <smurray!uid98062@gateway/web/irccloud.com/x-vokiujsneummisjw> has quit IRC18:30
*** fitzsim <fitzsim!~user@2001:420:284a:1300:6e0b:84ff:fe09:4e9f> has quit IRC18:30
*** tripzero <tripzero!~tripzero@134.134.139.76> has quit IRC18:30
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-091-089-220-009.hsi2.kabel-badenwuerttemberg.de> has quit IRC18:30
*** scot <scot!~scot@130.164.62.160> has quit IRC18:30
*** ulf` <ulf`!ulf@nat/intel/x-yscfxjdeshsmmuor> has quit IRC18:30
*** deception <deception!~deception@unaffiliated/deception> has quit IRC18:30
*** ndec|vacations <ndec|vacations!~ndec@linaro/ndec> has quit IRC18:30
*** felipealmeida <felipealmeida!~felipealm@189-25-49-70.user.veloxzone.com.br> has quit IRC18:30
*** cazze <cazze!~cazze@mail.cap7.net> has quit IRC18:30
*** kergoth` is now known as kergoth18:30
*** felipealmeida_ is now known as felipealmeida18:30
*** xulfer_ is now known as xulfer18:31
*** deception_ <deception_!~deception@unaffiliated/deception> has joined #yocto18:31
*** deception_ is now known as deception18:31
*** paul_ <paul_!~paul@72.1.195.9> has joined #yocto18:35
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-091-089-220-009.hsi2.kabel-badenwuerttemberg.de> has joined #yocto18:39
kergothgah, this intermittent parse hang is driving me nuts18:54
* kergoth looks into running python script introspection tools18:54
*** smartin__ is now known as smartin18:56
*** seebs <seebs!~seebs@exchange.northfieldhospital.org> has quit IRC19:14
*** mkeeter <mkeeter!~mkeeter@209.6.175.242> has quit IRC19:23
*** mkeeter <mkeeter!~mkeeter@209.6.175.242> has joined #yocto19:23
*** belen1 <belen1!Adium@nat/intel/x-yhcglxnotwywmino> has joined #yocto19:25
*** lamego <lamego!lamego@nat/intel/x-nwzgbltpenaaomhd> has joined #yocto19:32
*** lamego <lamego!lamego@nat/intel/x-nwzgbltpenaaomhd> has quit IRC19:35
*** lamego <lamego!~lamego@134.134.139.72> has joined #yocto19:36
*** Hauke <Hauke!~Hauke@hauke-m.de> has joined #yocto19:38
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has quit IRC19:40
*** mkeeter <mkeeter!~mkeeter@209.6.175.242> has quit IRC19:45
*** bluelightning <bluelightning!~paul@167.127.187.81.in-addr.arpa> has joined #yocto19:45
*** bluelightning <bluelightning!~paul@167.127.187.81.in-addr.arpa> has quit IRC19:45
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto19:45
*** fitzsim <fitzsim!~user@2001:420:284a:1300:8d06:443f:71b3:36bb> has joined #yocto19:47
*** mr_science <mr_science!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto19:49
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto19:49
*** madisox <madisox!~madison@70.90.175.93-BusName-ca.sfba.hfc.comcastbusiness.net> has joined #yocto19:49
*** scot <scot!~scot@130.164.62.160> has joined #yocto19:49
*** redengin <redengin!~redengin@c-73-193-21-136.hsd1.wa.comcast.net> has joined #yocto19:49
*** madisox <madisox!~madison@70.90.175.93-BusName-ca.sfba.hfc.comcastbusiness.net> has left #yocto19:49
*** fitzsim <fitzsim!~user@2001:420:284a:1300:8d06:443f:71b3:36bb> has quit IRC19:51
*** adireflex <adireflex!~adireflex@85.30.105.145> has joined #yocto19:54
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto19:56
*** smurray <smurray!uid98062@gateway/web/irccloud.com/x-yuukcgimfxkufbqf> has joined #yocto19:57
*** belen1 <belen1!Adium@nat/intel/x-yhcglxnotwywmino> has quit IRC19:57
*** pohly <pohly!~pohly@p5DE8C2A8.dip0.t-ipconnect.de> has quit IRC19:58
*** fitzsim <fitzsim!~user@2001:420:284a:1300:8d06:443f:71b3:36bb> has joined #yocto19:59
*** paul_ is now known as paulg19:59
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto20:01
*** aoibhinn <aoibhinn!uid95825@gateway/web/irccloud.com/x-tzosyafogpdmgygr> has joined #yocto20:02
*** seebs_ <seebs_!~seebs@184.223.49.197> has joined #yocto20:02
*** fitzsim` <fitzsim`!~user@2001:420:284a:1300:6e0b:84ff:fe09:4e9f> has joined #yocto20:02
*** smurray <smurray!uid98062@gateway/web/irccloud.com/x-yuukcgimfxkufbqf> has quit IRC20:05
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC20:05
*** timsche <timsche!~quassel@port-92-192-53-8.dynamic.qsc.de> has joined #yocto20:06
*** smurray <smurray!sid98062@gateway/web/irccloud.com/x-frctdcwnehbvarzk> has joined #yocto20:06
*** fitzsim <fitzsim!~user@2001:420:284a:1300:8d06:443f:71b3:36bb> has quit IRC20:07
*** seebs_ <seebs_!~seebs@184.223.49.197> has quit IRC20:08
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto20:08
fishey1kergoth: the one at 96% or so?20:12
* fishey1 also has been in pain for many months20:12
fishey1I end up needing to manually kill bitbake from htop and then retry20:13
-YoctoAutoBuilder- build #44 of ptest-x86 is complete: Failure [failed BuildImages Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org/main/builders/ptest-x86/builds/4420:16
kergothfishey1: thats wha ti keep doing too, need to diagnose20:18
-YoctoAutoBuilder- build #41 of nightly-mips64 is complete: Failure [failed BuildImages Running Sanity Tests Building Toolchain Images Building Toolchain Images_1 UploadToasterEventlog] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/4120:18
*** behanw <behanw!~behanw@2001:470:b26c:0:907e:3100:ed62:77e8> has joined #yocto20:19
*** moto-timo <moto-timo!~timo@fsf/member/moto-timo> has quit IRC20:19
*** ecdhe <ecdhe!~ecdhe@173-22-126-166.client.mchsi.com> has quit IRC20:20
kergothkeeps blockin gprogress on my tasks20:20
-YoctoAutoBuilder- build #395 of nightly-non-gpl3 is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-non-gpl3/builds/39520:20
-YoctoAutoBuilder- build #392 of nightly-fsl-arm is complete: Failure [failed BuildImages Building Toolchain Images Building Toolchain Images_1 BuildImages_1 BuildImages_2 UploadToasterEventlog] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm/builds/39220:21
-YoctoAutoBuilder- build #50 of nightly-rpm-non-rpm is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm-non-rpm/builds/5020:23
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto20:23
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has quit IRC20:23
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto20:23
-YoctoAutoBuilder- build #384 of nightly-fsl-ppc is complete: Failure [failed BuildImages Building Toolchain Images Building Toolchain Images_1 UploadToasterEventlog] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc/builds/38420:24
-YoctoAutoBuilder- build #49 of nightly-arm64 is complete: Failure [failed BuildImages Running Sanity Tests Building Toolchain Images Building Toolchain Images_1 UploadToasterEventlog] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/4920:25
*** lamego <lamego!~lamego@134.134.139.72> has quit IRC20:25
-YoctoAutoBuilder- build #387 of nightly-ppc-lsb is complete: Failure [failed BuildImages BuildImages_1 UploadToasterEventlog] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/38720:26
-YoctoAutoBuilder- build #383 of nightly-ipk is complete: Failure [failed BuildImages Running Sanity Tests Running Sanity Tests_1 Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/38320:27
-YoctoAutoBuilder- build #382 of nightly-rpm is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/38220:27
-YoctoAutoBuilder- build #378 of nightly-deb is complete: Failure [failed BuildImages Running Sanity Tests Running Sanity Tests_1 Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/37820:28
-YoctoAutoBuilder- build #379 of nightly-arm-lsb is complete: Failure [failed BuildImages BuildImages_1 UploadToasterEventlog] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/37920:28
*** moto-timo <moto-timo!~timo@fsf/member/moto-timo> has joined #yocto20:30
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC20:31
T0mWgrr "cannot find -lgcc" (u-boot)20:33
*** dv__ is now known as dv_20:33
*** paulg <paulg!~paul@72.1.195.9> has quit IRC20:36
*** lamego <lamego!lamego@nat/intel/x-ycwsjpxfsuusqozv> has joined #yocto20:37
*** paulg <paulg!~paul@72.1.195.9> has joined #yocto20:38
*** earthrocker <earthrocker!~notliketh@unaffiliated/earthrocker> has joined #yocto20:39
*** ulf` <ulf`!~ulf@134.134.139.74> has joined #yocto20:42
-YoctoAutoBuilder- build #390 of nightly-oecore is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oecore/builds/39020:43
*** adire <adire!~adireflex@79.126.198.40> has joined #yocto20:48
*** adireflex <adireflex!~adireflex@85.30.105.145> has quit IRC20:49
*** adire is now known as adireflex20:50
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC20:50
*** sameo <sameo!~samuel@192.55.55.41> has joined #yocto20:57
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC21:00
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has quit IRC21:01
*** ambrosius <ambrosius!~textual@38.111.148.194> has quit IRC21:13
*** alimon <alimon!~alimon@134.134.139.74> has quit IRC21:28
*** alimon <alimon!alimon@nat/intel/x-gnneymyqpexanntb> has joined #yocto21:28
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC21:29
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto21:31
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto21:31
*** adireflex <adireflex!~adireflex@79.126.198.40> has quit IRC21:34
*** adireflex <adireflex!~adireflex@79.126.198.40> has joined #yocto21:34
*** paulg <paulg!~paul@72.1.195.9> has quit IRC21:36
-YoctoAutoBuilder- build #388 of nightly-qa-logrotate is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/38821:37
*** lamego <lamego!lamego@nat/intel/x-ycwsjpxfsuusqozv> has quit IRC21:46
*** berton <berton!~fabio@201.22.227.56> has quit IRC21:50
*** shoragan <shoragan!~shoragan@debian/developer/shoragan> has quit IRC21:53
-YoctoAutoBuilder- build #389 of nightly-qa-skeleton is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/38921:56
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto21:56
*** lamego <lamego!~lamego@134.134.139.70> has joined #yocto21:59
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC22:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto22:01
*** belen1 <belen1!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto22:01
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC22:04
*** belen1 <belen1!~Adium@17.114.2.81.in-addr.arpa> has quit IRC22:06
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has quit IRC22:10
aehs291does anyone know what the syntax is for SRC_URI to NOT unpack the tarfile?22:13
*** tsramos_ <tsramos_!~tsramos@192.55.54.42> has quit IRC22:14
*** paul_ <paul_!~paul@72.1.195.9> has joined #yocto22:16
*** paul_ <paul_!~paul@72.1.195.9> has quit IRC22:24
*** adireflex <adireflex!~adireflex@79.126.198.40> has quit IRC22:24
*** shoragan <shoragan!~shoragan@debian/developer/shoragan> has joined #yocto22:25
*** roric <roric!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC22:28
*** adireflex <adireflex!~adireflex@79.126.198.40> has joined #yocto22:36
*** adireflex <adireflex!~adireflex@79.126.198.40> has quit IRC22:44
*** adireflex <adireflex!~adireflex@79.126.198.40> has joined #yocto22:44
*** pidge <pidge!~pidge@2a02:8084:0:3000:cd8d:ddb3:5a44:8bfd> has quit IRC22:51
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto22:59
-YoctoAutoBuilder- build #396 of nightly-non-gpl3 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-non-gpl3/builds/39623:00
gabrbeddaehs291: wow! maybe rename it foo.tar.gz -> foo.not-a-tar-gz23:00
gabrbedd:-)23:00
gabrbeddaehs291: http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#bb-the-unpack23:01
gabrbeddaehs291: add ";unpack=0", maybe?23:01
*** sameo <sameo!~samuel@192.55.55.41> has quit IRC23:02
*** anselmolsm <anselmolsm!~anselmols@192.55.55.39> has quit IRC23:02
*** nighty-_ <nighty-_!~nighty@hokuriku.rural-networks.com> has quit IRC23:04
*** timsche <timsche!~quassel@port-92-192-53-8.dynamic.qsc.de> has quit IRC23:10
*** lamego <lamego!~lamego@134.134.139.70> has quit IRC23:17
*** paulg <paulg!~paulg@24-246-6-178.cable.teksavvy.com> has joined #yocto23:20
*** sjolley <sjolley!~sjolley@134.134.137.73> has quit IRC23:26
*** adireflex <adireflex!~adireflex@79.126.198.40> has quit IRC23:27
-YoctoAutoBuilder- build #391 of nightly-oecore is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oecore/builds/39123:32
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC23:40
*** ecdhe <ecdhe!~ecdhe@173-22-126-166.client.mchsi.com> has joined #yocto23:58

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