*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 00:08 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 00:10 | |
*** Squix <Squix!~Squix__@p021.net112139202.tokai.or.jp> has joined #yocto | 00:14 | |
*** dvhart <dvhart!dvhart@nat/intel/x-kcsdszjjoxtijzfp> has quit IRC | 00:16 | |
*** sjolley <sjolley!~sjolley@134.134.137.73> has joined #yocto | 00:27 | |
*** awafaa_ <awafaa_!sid716@gateway/web/irccloud.com/x-dihvaovksddenhmj> has joined #yocto | 00:39 | |
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-gtlhkqhkmrndgpms> has quit IRC | 00:44 | |
*** awafaa_ is now known as awafaa | 00:44 | |
*** adelcast <adelcast!~adelcast@130.164.62.193> has quit IRC | 00:45 | |
*** maxtothemax <maxtothemax!maxtothema@nat/intel/x-khonletvnnhkmisw> has quit IRC | 01:01 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 01:05 | |
-YoctoAutoBuilder- build #36 of nightly-deb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/36 | 01:05 | |
*** alexhairyman <alexhairyman!~alexhairy@c-174-52-148-159.hsd1.ut.comcast.net> has joined #yocto | 01:09 | |
*** phantoneD <phantoneD!destroy@a89-154-119-158.cpe.netcabo.pt> has quit IRC | 01:10 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 01:10 | |
-YoctoAutoBuilder- build #37 of nightly-rpm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/37 | 01:16 | |
-YoctoAutoBuilder- build #37 of nightly-ipk is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/37 | 01:28 | |
*** joeythesaint <joeythesaint!~jjm@24-246-4-250.cable.teksavvy.com> has quit IRC | 01:40 | |
regorianer | question: my makefile does have a LDFLAGS set, but yocto overrides it with "export LDFLAGS="some values". how do I keep (well, better just append) my LDFLAGS to the LDFLAGS which is used by yocto ?? | 01:56 |
---|---|---|
kergoth | LDFLAGS += ldflags-you-require in the makefile, would be an option | 01:57 |
kergoth | override LDFLAGS += ldflags-you-require if you want it to append even if ldflags is set on the make commandline | 01:57 |
kergoth | iirc, anyway | 01:57 |
kergoth | the thing is | 01:57 |
kergoth | for non-autotools recipes, the default value of EXTRA_OEMAKE includes -e | 01:58 |
kergoth | make -e prefers the env vars to its own | 01:58 |
kergoth | the better alternative to that is to explicitly pass the vars you know your makefile obeys | 01:58 |
kergoth | e.g. EXTRA_OEMAKE = "'CC=${CC}' 'LD=${CCLD}' 'CFLAGS=${CFLAGS}' 'LDFLAGS=${LDFLAGS}'" | 01:58 |
kergoth | but even doing that, if you want to add your own but still obey those, you'll likely want to use override / += in the makefile | 01:59 |
kergoth | you can use ?= for a default value when nothing passes it in, as well | 01:59 |
kergoth | i'd really recommend the gnu make manual at gnu.org | 01:59 |
kergoth | it's really quite good, i've referred to it often over the years | 01:59 |
kergoth | not enough upstream folks give thought to how to obey externally passed in values in a clean way, so kudos there. every distro has to be able to do this for upstream projects, for consistent tuning and the like | 02:00 |
* kergoth wanders off | 02:00 | |
regorianer | okay thanks, i will try :) | 02:01 |
*** oneQubit <oneQubit!~oneQubit@c-98-231-154-140.hsd1.md.comcast.net> has quit IRC | 02:09 | |
*** nitink <nitink!nitink@nat/intel/x-mvwvkjsowdivgphl> has quit IRC | 02:23 | |
*** nitink <nitink!~nitink@134.134.139.72> has joined #yocto | 02:23 | |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC | 02:44 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto | 04:22 | |
*** alexhairyman <alexhairyman!~alexhairy@c-174-52-148-159.hsd1.ut.comcast.net> has quit IRC | 04:43 | |
*** sudipj <sudipj!~sudipj@164.129.115.76> has joined #yocto | 05:21 | |
*** dv__ <dv__!~quassel@chello080108088242.14.11.vie.surfer.at> has joined #yocto | 05:45 | |
*** dv_ <dv_!~quassel@chello080108088242.14.11.vie.surfer.at> has quit IRC | 05:46 | |
*** agust <agust!~agust@p4FC4620E.dip0.t-ipconnect.de> has joined #yocto | 05:58 | |
erbo | If the webmaster is here, there's a copy/paste error on the Daisy-page where it says the release notes are for Dora. https://www.yoctoproject.org/download/yocto-project-16 | 06:17 |
*** zeeblex <zeeblex!~apalalax@134.134.139.70> has joined #yocto | 06:22 | |
*** akS <akS!d44db44a@gateway/web/freenode/ip.212.77.180.74> has joined #yocto | 06:25 | |
*** e8johan_ <e8johan_!~quassel@194-237-7-146.customer.telia.com> has joined #yocto | 06:25 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC | 06:27 | |
*** denix <denix!~denix@pool-71-191-205-189.washdc.fios.verizon.net> has quit IRC | 06:27 | |
*** denix <denix!~denix@pool-71-191-205-189.washdc.fios.verizon.net> has joined #yocto | 06:28 | |
erbo | So, anyone know what has changed in the way ROOTFS_POSTPROCESS_COMMAND works lately? Previously I could add regular shell commands like echo "foo" > ${IMAGE_ROOTFS}/bar , but now I just get a warning "WARNING: Function <my shell command> doesn't exist" | 06:58 |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has joined #yocto | 06:59 | |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has joined #yocto | 07:00 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-ropiskhgzptmoljx> has joined #yocto | 07:03 | |
*** jbrianceau_away is now known as jbrianceau | 07:04 | |
*** kroon <kroon!~kroon@193.15.174.198> has joined #yocto | 07:05 | |
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has quit IRC | 07:10 | |
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has joined #yocto | 07:16 | |
*** dany <dany!~Thunderbi@sestofw01.enea.se> has quit IRC | 07:17 | |
*** dany <dany!~Thunderbi@c-4f665791-74736162.cust.telenor.se> has joined #yocto | 07:18 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 07:19 | |
*** florian <florian!~fuchs@port-217-146-132-69.static.qsc.de> has joined #yocto | 07:20 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:20 | |
khem | sgw_: thanks, I have pushed a fix for cairo issue to the contrib branch. ppc ICE issue is still open, try out the new patchset and let me know how it goes | 07:21 |
*** olani <olani!user@nat/axis/x-teclshqecvehzakk> has quit IRC | 07:22 | |
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has quit IRC | 07:27 | |
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has joined #yocto | 07:27 | |
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto | 07:36 | |
*** belen <belen!~Adium@5751cae3.skybroadband.com> has joined #yocto | 07:38 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 07:39 | |
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has joined #yocto | 07:43 | |
*** AlexG <AlexG!ageorges@nat/intel/x-ozovfatdjglirxbs> has joined #yocto | 07:47 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 08:04 | |
*** dany <dany!~Thunderbi@c-4f665791-74736162.cust.telenor.se> has quit IRC | 08:07 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 08:08 | |
RP | erbo: they were changed to execute via exec_func so you may need to define a function with those commands in | 08:09 |
erbo | RP: I did a function foo() { my shell-code stuff} in the image recipe and then ROOTFS_POSTPROCESS_COMMAND += "foo()" , but then I got the same error about "Function foo doesn't exist" | 08:10 |
*** dany <dany!~Thunderbi@192.36.1.230> has joined #yocto | 08:10 | |
erbo | that's how I should to it, right? | 08:10 |
erbo | I did call it do_<something> but there's no special treatment of functions prefixed with do_ , or? | 08:12 |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 08:12 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC | 08:12 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:12 | |
*** belen1 <belen1!~Adium@192.198.151.44> has joined #yocto | 08:13 | |
erbo | hmm, maybe I shouldn't include the trailing () in ROOTFS_POSTPROCESS_COMMAND | 08:14 |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 08:14 | |
RP | erbo: I suspect the trailing () was a problem | 08:15 |
erbo | RP: I'll try again in a sec | 08:15 |
*** dany <dany!~Thunderbi@192.36.1.230> has quit IRC | 08:17 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 08:17 | |
*** belen2 <belen2!~Adium@192.198.151.44> has joined #yocto | 08:22 | |
*** belen1 <belen1!~Adium@192.198.151.44> has quit IRC | 08:24 | |
*** _valle_ <_valle_!~valle@194-218-94-206.customer.telia.com> has quit IRC | 08:30 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 08:30 | |
erbo | RP: removing () did the trick, thanks | 08:34 |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 08:41 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 08:42 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 08:52 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 09:04 | |
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC | 09:08 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 09:10 | |
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has quit IRC | 09:12 | |
*** belen2 <belen2!~Adium@192.198.151.44> has quit IRC | 09:16 | |
*** ddalex <ddalex!~ddalex@83.217.123.106> has joined #yocto | 09:16 | |
*** belen <belen!~Adium@5751cae3.skybroadband.com> has left #yocto | 09:17 | |
*** belen1 <belen1!~Adium@192.198.151.43> has joined #yocto | 09:19 | |
bluelightning | morning all | 09:22 |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 09:30 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 09:33 | |
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has quit IRC | 09:45 | |
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has joined #yocto | 09:48 | |
*** sameo <sameo!~samuel@192.55.54.40> has joined #yocto | 09:49 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 09:53 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 09:59 | |
*** belen <belen!~Adium@192.198.151.43> has joined #yocto | 10:03 | |
*** belen1 <belen1!~Adium@192.198.151.43> has quit IRC | 10:04 | |
*** mulhern <mulhern!~mulhern@50.189.153.218> has joined #yocto | 10:07 | |
*** arky <arky!~arky@197.237.140.136> has joined #yocto | 10:09 | |
*** sanny1 <sanny1!~elinux1@122.165.223.135> has joined #yocto | 10:11 | |
*** e8johan_ <e8johan_!~quassel@194-237-7-146.customer.telia.com> has quit IRC | 10:15 | |
*** sanny1 <sanny1!~elinux1@122.165.223.135> has quit IRC | 10:15 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 10:17 | |
*** jasmi <jasmi!~elinux1@122.165.223.135> has joined #yocto | 10:17 | |
-YoctoAutoBuilder- build #57 of nightly-fsl-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc-lsb/builds/57 | 10:20 | |
jasmi | hai all, am building customized kernel (version - 3.6.9) for arm using yocto-toolchain. it is often showing do_compile error which is http://pastebin.com/psvXu1Fb . I couldn't get the solution ,can anyone help me to fix it. | 10:22 |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 10:22 | |
LetoThe2nd | i think it basically means that there's something fishy with your kernel config | 10:25 |
LetoThe2nd | and, why not 3.10 which is the current "officially" supported version by them atmel guys? | 10:25 |
*** jonatan <jonatan!~jonatan@194-237-7-146.customer.telia.com> has joined #yocto | 10:33 | |
*** belen <belen!~Adium@192.198.151.43> has quit IRC | 10:36 | |
*** belen <belen!Adium@nat/intel/x-rglimkhsstsdlaae> has joined #yocto | 10:38 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 10:39 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC | 10:39 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 10:39 | |
simonl | jasmi: Double check that you have actually configured the kernel to support at least one board type. I think this was my problem when I encountered that error | 10:41 |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto | 10:49 | |
jasmi | simonl: Yes i have configured the kernel to support for these boards http://pastebin.com/k0y5S7RB. | 10:54 |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has joined #yocto | 10:56 | |
*** _valle_ <_valle_!~valle@194-218-94-206.customer.telia.com> has joined #yocto | 10:57 | |
-YoctoAutoBuilder- build #57 of nightly-qa-skeleton is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/57 | 10:58 | |
*** AlexG <AlexG!ageorges@nat/intel/x-ozovfatdjglirxbs> has quit IRC | 11:00 | |
*** dany <dany!~Thunderbi@sestofw01.enea.se> has joined #yocto | 11:26 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC | 11:29 | |
-YoctoAutoBuilder- build #57 of minnow is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/minnow/builds/57 | 11:37 | |
-YoctoAutoBuilder- build #58 of buildtools is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/buildtools/builds/58 | 11:41 | |
-YoctoAutoBuilder- build #56 of nightly-fsl-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc/builds/56 | 11:45 | |
-YoctoAutoBuilder- build #57 of nightly-qa-extras is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-extras/builds/57 | 11:55 | |
*** belen <belen!Adium@nat/intel/x-rglimkhsstsdlaae> has quit IRC | 11:59 | |
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has joined #yocto | 11:59 | |
-YoctoAutoBuilder- build #57 of nightly-qa-pam is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-pam/builds/57 | 12:03 | |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 12:05 | |
*** akS <akS!d44db44a@gateway/web/freenode/ip.212.77.180.74> has quit IRC | 12:10 | |
-YoctoAutoBuilder- build #57 of nightly-qa-logrotate is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-logrotate/builds/57 | 12:11 | |
*** T0mW <T0mW!~Tom@70.15.161.110.res-cmts.t132.ptd.net> has quit IRC | 12:12 | |
*** dv__ is now known as dv_ | 12:14 | |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has quit IRC | 12:17 | |
*** bard3307 <bard3307!40c71302@gateway/web/freenode/ip.64.199.19.2> has joined #yocto | 12:18 | |
-YoctoAutoBuilder- build #57 of minnow-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/minnow-lsb/builds/57 | 12:23 | |
simonl | When building an image with IMAGE_FEATURES += " dbg-pkgs " the image creation silently fails. | 12:27 |
*** pev <pev!~pev@95.151.249.114> has joined #yocto | 12:27 | |
simonl | The build completes, but no image is created and the symlink is deleted | 12:28 |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 12:28 | |
*** e8johan <e8johan!~quassel@c-5eeaaac7-74736162.cust.telenor.se> has joined #yocto | 12:28 | |
*** dany <dany!~Thunderbi@sestofw01.enea.se> has quit IRC | 12:29 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 12:30 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 12:31 | |
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:3e97:eff:feb5:1e2b> has joined #yocto | 12:32 | |
*** roric <roric!~roric@c-2d9c70d5.013-177-67626713.cust.bredbandsbolaget.se> has joined #yocto | 12:37 | |
simonl | why would this happen, it's not obvious to me which log to look in | 12:39 |
*** dany <dany!~Thunderbi@sestofw01.enea.se> has joined #yocto | 12:41 | |
-YoctoAutoBuilder- build #59 of build-appliance is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/59 | 12:51 | |
*** e8johan <e8johan!~quassel@c-5eeaaac7-74736162.cust.telenor.se> has quit IRC | 12:52 | |
TuTizz | morning every one, I got a little problem with lm_sensor, when I tried to build it, I have got the "lmsensors not found in the base feeds" error, I found some similar error on inet but that seem wrong to my problem | 12:54 |
TuTizz | I found the ALLOW_EMPTY_${PN} patch, but not allow the application to be install | 12:56 |
bluelightning | TuTizz: maybe the "lmsensors" package doesn't actually contain it itself? are there other lmsensors-* packages that you should be installing instead? | 12:56 |
TuTizz | there is lmsensors-config_1.0.bb and lmsensors_3.3.3.bb | 12:57 |
bluelightning | TuTizz: I mean packages, not recipes | 12:57 |
bluelightning | the lmsensors recipe will produce a number of packages | 12:57 |
bluelightning | you can see those by looking in packages-split under the workdir for the recipe | 12:58 |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has left #yocto | 12:58 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto | 12:58 | |
bluelightning | (and often they will be defined in the recipe itself) | 12:58 |
TuTizz | yep saw them | 12:58 |
TuTizz | (sry for the disconnection, did I miss something?) | 12:58 |
bluelightning | no, don't think so | 12:59 |
TuTizz | ok ty | 12:59 |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC | 13:00 | |
*** e8johan <e8johan!~quassel@c-5eeaaac7-74736162.cust.telenor.se> has joined #yocto | 13:01 | |
-YoctoAutoBuilder- build #59 of nightly-x86-64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/59 | 13:03 | |
-YoctoAutoBuilder- build #55 of nightly-mips-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips-lsb/builds/55 | 13:07 | |
TuTizz | bluelightning, :) I think I understand, I have to swap, in my image, lmsensor by lmsensors-sensord (if I want sensord), is that it? | 13:14 |
TuTizz | Yes, this is it :D, thanks you. | 13:15 |
bluelightning | TuTizz: right, that's what I was thinking | 13:15 |
*** e8johan <e8johan!~quassel@c-5eeaaac7-74736162.cust.telenor.se> has quit IRC | 13:17 | |
simonl | Should adding dbg-pkgs to IMAGE_FEATURES disable .ubi images? | 13:18 |
bluelightning | simonl: definitely not | 13:19 |
bluelightning | simonl: anything in log.do_rootfs to indicate what might be going wrong? | 13:19 |
simonl | not really last I checked a couple of tries ago | 13:21 |
simonl | but I found something else: I think the extra packages might make the image to big to fit the ubi image | 13:22 |
simonl | *too | 13:22 |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has joined #yocto | 13:23 | |
simonl | I _always_ discover key things like this seconds after asking... :P | 13:24 |
bluelightning | simonl: it should error out if that were the case; if it's not doing that there must be a bug | 13:24 |
*** belen <belen!Adium@nat/intel/x-wqjqdpbrdelklqos> has joined #yocto | 13:26 | |
simonl | Yeah, getting no error isn't that nice... I'll look around a bit more and then I might submit a bug | 13:27 |
bluelightning | simonl: that would be great, thanks | 13:28 |
bluelightning | simonl: which branch / version of the build system is this with btw? | 13:28 |
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has quit IRC | 13:29 | |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto | 13:31 | |
simonl | not quite up-to-date 1.5.x | 13:31 |
*** blitz00 <blitz00!~stefans@192.198.151.44> has joined #yocto | 13:31 | |
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has joined #yocto | 13:31 | |
simonl | I read something about 1.6 earlier, but I don't think I'll have the time to try that right now... | 13:33 |
*** behanw <behanw!~behanw@S0106dc9fdb80cffd.gv.shawcable.net> has joined #yocto | 13:33 | |
bluelightning | ok, just wondering | 13:33 |
bluelightning | even if it was 1.5 we'd want the issue fixed there as well, if it's an issue in the core | 13:33 |
-YoctoAutoBuilder- build #57 of nightly-qa-systemd is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/57 | 13:34 | |
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:3e97:eff:feb5:1e2b> has quit IRC | 13:35 | |
*** belen <belen!Adium@nat/intel/x-wqjqdpbrdelklqos> has quit IRC | 13:46 | |
*** BCMM_ <BCMM_!~BCMM@unaffiliated/bcmm> has joined #yocto | 13:51 | |
*** belen <belen!~Adium@192.198.151.43> has joined #yocto | 13:52 | |
*** bunk <bunk!~bunk@cs185055.pp.htv.fi> has joined #yocto | 13:52 | |
*** jasmi <jasmi!~elinux1@122.165.223.135> has quit IRC | 13:53 | |
*** sjolley <sjolley!~sjolley@134.134.137.73> has quit IRC | 14:08 | |
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has joined #yocto | 14:12 | |
*** mago_ <mago_!~mago@c193-14-123-186.cust.tele2.se> has quit IRC | 14:14 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has quit IRC | 14:17 | |
*** AlexG <AlexG!~ageorges@192.198.151.43> has joined #yocto | 14:26 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto | 14:29 | |
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has quit IRC | 14:32 | |
deuter | is it possible run stellarium on vivante drivers ? | 14:32 |
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has joined #yocto | 14:32 | |
*** sjolley <sjolley!~sjolley@134.134.137.71> has joined #yocto | 14:33 | |
-YoctoAutoBuilder- build #56 of nightly-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/56 | 14:34 | |
*** dvhart <dvhart!~dvhart@134.134.139.70> has joined #yocto | 14:38 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 14:45 | |
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has left #yocto | 14:52 | |
*** shoragan <shoragan!~shoragan@debian/developer/shoragan> has quit IRC | 14:57 | |
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has joined #yocto | 14:59 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 15:00 | |
*** kroon <kroon!~kroon@193.15.174.198> has quit IRC | 15:07 | |
*** pev <pev!~pev@95.151.249.114> has quit IRC | 15:10 | |
*** scot <scot!~scot@130.164.62.160> has quit IRC | 15:14 | |
*** codinho_ <codinho_!~me@251.110.188.90.etth.tomsknet.ru> has joined #yocto | 15:17 | |
*** scot <scot!~scot@130.164.62.160> has joined #yocto | 15:26 | |
*** BCMM_ <BCMM_!~BCMM@unaffiliated/bcmm> has quit IRC | 15:28 | |
*** sakoman <sakoman!~steve@static-74-41-60-154.dsl1.pco.ca.frontiernet.net> has quit IRC | 15:29 | |
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has quit IRC | 15:31 | |
*** tonghuix_ <tonghuix_!~tonghuix@114.245.188.72> has joined #yocto | 15:33 | |
*** kroon <kroon!~kroon@89-253-118-72.customers.ownit.se> has joined #yocto | 15:41 | |
*** yzhao2 <yzhao2!~yzhao2@128.224.252.2> has joined #yocto | 15:41 | |
*** sakoman <sakoman!~steve@static-74-41-60-154.dsl1.pco.ca.frontiernet.net> has joined #yocto | 15:45 | |
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has joined #yocto | 15:48 | |
-YoctoAutoBuilder- build #56 of nightly-fsl-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm/builds/56 | 15:55 | |
*** scot <scot!~scot@130.164.62.160> has quit IRC | 15:59 | |
*** scot <scot!~scot@130.164.62.160> has joined #yocto | 16:02 | |
*** zeeblex <zeeblex!~apalalax@134.134.139.70> has left #yocto | 16:02 | |
*** pev <pev!~pev@95.151.249.114> has joined #yocto | 16:02 | |
*** codinho_ <codinho_!~me@251.110.188.90.etth.tomsknet.ru> has quit IRC | 16:04 | |
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has quit IRC | 16:08 | |
Saur | RP: I guess it was not intentional, but e45da211a7 made the PR for meta/recipes-core/initscripts/initscripts_1.0.bb go backwards... | 16:10 |
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has joined #yocto | 16:10 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC | 16:12 | |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has quit IRC | 16:13 | |
*** mebrown <mebrown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has joined #yocto | 16:13 | |
*** madisox <madisox!~madisox@nat/cisco/x-asnwcbxdsexciwbp> has quit IRC | 16:14 | |
RP | Saur: will fix, thanks | 16:16 |
*** codinho_ <codinho_!~me@251.110.188.90.etth.tomsknet.ru> has joined #yocto | 16:21 | |
-YoctoAutoBuilder- build #59 of nightly-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/59 | 16:21 | |
-YoctoAutoBuilder- build #58 of nightly-x86-64-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64-lsb/builds/58 | 16:21 | |
*** dlerner <dlerner!~dlerner@128.224.250.2> has left #yocto | 16:26 | |
nerdboy | moin | 16:28 |
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has quit IRC | 16:28 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 16:31 | |
*** scot <scot!~scot@130.164.62.160> has quit IRC | 16:32 | |
*** AlexG <AlexG!~ageorges@192.198.151.43> has quit IRC | 16:34 | |
*** khem <khem!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC | 16:34 | |
*** khem` is now known as khem | 16:34 | |
*** scot <scot!~scot@130.164.62.160> has joined #yocto | 16:39 | |
-YoctoAutoBuilder- build #58 of nightly-multilib is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/58 | 16:40 | |
*** dvhart <dvhart!~dvhart@134.134.139.70> has quit IRC | 16:48 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 16:54 | |
*** belen1 <belen1!~Adium@192.198.151.43> has joined #yocto | 16:59 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 17:01 | |
*** belen <belen!~Adium@192.198.151.43> has quit IRC | 17:01 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 17:03 | |
*** berndhs <berndhs!~berndhs@cl-35.chi-03.us.sixxs.net> has joined #yocto | 17:05 | |
*** ddalex <ddalex!~ddalex@83.217.123.106> has quit IRC | 17:08 | |
*** sameo <sameo!~samuel@192.55.54.40> has quit IRC | 17:09 | |
*** scot <scot!~scot@130.164.62.160> has quit IRC | 17:10 | |
*** codinho_ <codinho_!~me@251.110.188.90.etth.tomsknet.ru> has quit IRC | 17:17 | |
kergoth | RP: ping | 17:18 |
RP | kergoth: pong | 17:19 |
kergoth | RP: have you ever seen a rogue missing variable dependency? | 17:19 |
kergoth | https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg34511.html is someone in the community hitting one | 17:19 |
kergoth | but we've seen it a few times at mentor elsewhere | 17:19 |
kergoth | it emits a function and its deps to run it, but the function fails due to a dependent function not having been emitted | 17:19 |
kergoth | but it's not reproducible, i've *never* hit one personally, only our jenkins builds | 17:20 |
RP | kergoth: I've never seen that happen... | 17:20 |
kergoth | we've occasionally had to throw up explicit vardeps additions because it tended to fail at particular spots, though not always | 17:20 |
RP | kergoth: not good. I wouldn't know where to start with that either :/ | 17:21 |
kergoth | I added debug messages to dump the variable dep info right before running the function, and sure enough, in the failing case it was missing a number of deps | 17:21 |
kergoth | but i was never able to determine *why*, being unable to repro | 17:21 |
kergoth | :\ | 17:21 |
kergoth | quite strange | 17:21 |
RP | kergoth: something cache related maybe? | 17:21 |
RP | kergoth: specifically the codeparser cache? | 17:21 |
kergoth | Yeah, I was thinking along those lines also, maybe some sort of contamination amongst vars? | 17:21 |
RP | kergoth: what version was this? | 17:21 |
kergoth | We just hit one a couple weeks ago with daisy, but we've seen it on and off for a very long time. It's never been enough of a blocker to force me to spend 100% of my time on it | 17:22 |
kergoth | particularly when it tends to stick at a particular circumstance, and we can work around those cases with a vardeps addition | 17:22 |
RP | kergoth: I wondered about http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=e955def4d3929f44d27d2958ab3ff4b48534f26f but that one was deterministic | 17:22 |
* kergoth nods | 17:23 | |
RP | kergoth: Parsing order and/or the state of the codeparser cache would be interesting if this happens on a build and you can save it off | 17:23 |
RP | kergoth: compare the codeparser result with a fresh build | 17:24 |
khem | RP: I have the musl support in my kraj/musl branch whats your opinion on approach to getting it in | 17:24 |
kergoth | Okay, thanks for the tip, will look in that vicinity if we ever hit it again | 17:24 |
RP | khem: Lets talk at ELC, I haven't thought much about that yet | 17:25 |
* RP needs to head afk | 17:25 | |
khem | RP: ok | 17:25 |
kergoth | I kind of want something like http://rr-project.org/ for bugs like this. full process state replay | 17:25 |
khem | I have now got x86/mips also building btw. | 17:25 |
kergoth | too bad gdb with python is not pleasant :) | 17:25 |
-YoctoAutoBuilder- build #56 of nightly-fsl-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm-lsb/builds/56 | 17:25 | |
*** dvhart <dvhart!dvhart@nat/intel/x-birkbkpowyvhmqhf> has joined #yocto | 17:26 | |
khem | kergoth: you want to use gdb to debug python | 17:26 |
kergoth | I don't *want* to, no | 17:26 |
kergoth | I just wish it didn't suck, since this bug isn't reproducible, so it'd be nice to capture and replay the state after the fact | 17:27 |
khem | ah | 17:27 |
khem | debugging tools always suc | 17:27 |
khem | k | 17:27 |
kergoth | indeed | 17:28 |
kergoth | Hmmm.. | 17:30 |
khem | many a times I want to debug an issue and I end up debugging/fixing the debugger first :) | 17:31 |
kergoth | Hmm, if RP's theory is correct, maybe I should inject a line into bitbake to randomize the bbfiles parse order, and then run a from-scratch parse repeatedly, monitoring the codeparser cache for changes :) | 17:32 |
*** Crofton <Crofton!~balister@pool-108-44-95-152.ronkva.east.verizon.net> has quit IRC | 17:33 | |
*** arky <arky!~arky@197.237.140.136> has quit IRC | 17:33 | |
*** Crofton|work <Crofton|work!~balister@pool-108-44-95-152.ronkva.east.verizon.net> has quit IRC | 17:33 | |
*** jbrianceau is now known as jbrianceau_away | 17:33 | |
kergoth | https://gist.github.com/kergoth/11297333 | 17:37 |
kergoth | heh | 17:37 |
* kergoth plays around | 17:37 | |
*** blloyd_ <blloyd_!~blloyd@COX-66-210-177-72-static.coxinet.net> has joined #yocto | 17:37 | |
*** blloyd__ <blloyd__!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC | 17:41 | |
*** belen1 <belen1!~Adium@192.198.151.43> has quit IRC | 17:42 | |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 17:45 | |
*** sjolley <sjolley!~sjolley@134.134.137.71> has quit IRC | 17:45 | |
*** Crofton|work <Crofton|work!~balister@pool-71-171-32-164.ronkva.east.verizon.net> has joined #yocto | 17:46 | |
*** Crofton <Crofton!~balister@pool-71-171-32-164.ronkva.east.verizon.net> has joined #yocto | 17:47 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 17:49 | |
-YoctoAutoBuilder- build #58 of nightly-x32 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x32/builds/58 | 18:02 | |
*** dvhart <dvhart!dvhart@nat/intel/x-birkbkpowyvhmqhf> has quit IRC | 18:03 | |
-YoctoAutoBuilder- build #58 of nightly-fsl-ppc-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc-lsb/builds/58 | 18:06 | |
*** bluelightning <bluelightning!~paul@176.12.107.140> has joined #yocto | 18:07 | |
*** bluelightning <bluelightning!~paul@176.12.107.140> has quit IRC | 18:07 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:07 | |
*** simonl <simonl!uid6729@gateway/web/irccloud.com/x-drsllbdpotyetbbk> has quit IRC | 18:18 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:26 | |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC | 18:28 | |
*** bard3307 <bard3307!40c71302@gateway/web/freenode/ip.64.199.19.2> has quit IRC | 18:28 | |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto | 18:32 | |
*** Crofton <Crofton!~balister@pool-71-171-32-164.ronkva.east.verizon.net> has quit IRC | 18:32 | |
*** blloyd__ <blloyd__!~blloyd@COX-66-210-177-72-static.coxinet.net> has joined #yocto | 18:32 | |
*** blloyd_ <blloyd_!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC | 18:35 | |
*** j6V6t <j6V6t!~jvanderpo@rrcs-24-97-209-160.nys.biz.rr.com> has joined #yocto | 18:35 | |
*** scot <scot!~scot@130.164.62.160> has joined #yocto | 18:36 | |
*** j6V6t <j6V6t!~jvanderpo@rrcs-24-97-209-160.nys.biz.rr.com> has left #yocto | 18:36 | |
kergoth | oh damn | 18:39 |
kergoth | I'm definitely seeing differences in bb_codeparser.dat between two different parses with different file parse orders | 18:39 |
kergoth | this is worrisome | 18:39 |
* kergoth digs | 18:42 | |
*** blloyd_ <blloyd_!~blloyd@COX-66-210-177-72-static.coxinet.net> has joined #yocto | 18:47 | |
*** roric <roric!~roric@c-2d9c70d5.013-177-67626713.cust.bredbandsbolaget.se> has quit IRC | 18:49 | |
khem | sgw_: there ? | 18:50 |
*** blloyd__ <blloyd__!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC | 18:50 | |
khem | sgw_: I have rebased gcc 4.9 branch on top of the libgcc-initial changes that rp did and made appropriate adjustments to gcc 4.9 as well | 18:51 |
khem | so please retry with the latest whenever you try again | 18:51 |
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has quit IRC | 18:52 | |
-YoctoAutoBuilder- build #57 of nightly-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/57 | 18:53 | |
*** j6V6t <j6V6t!~jvanderpo@rrcs-24-97-209-160.nys.biz.rr.com> has joined #yocto | 18:57 | |
*** arky <arky!~arky@197.237.140.136> has joined #yocto | 18:58 | |
*** arky <arky!~arky@197.237.140.136> has quit IRC | 19:01 | |
*** arky <arky!~arky@197.237.140.136> has joined #yocto | 19:01 | |
*** arky <arky!~arky@197.237.140.136> has quit IRC | 19:02 | |
*** arky <arky!~arky@197.237.140.136> has joined #yocto | 19:03 | |
*** arky <arky!~arky@197.237.140.136> has quit IRC | 19:08 | |
*** j6V6t <j6V6t!~jvanderpo@rrcs-24-97-209-160.nys.biz.rr.com> has left #yocto | 19:08 | |
*** arky <arky!~arky@197.237.140.136> has joined #yocto | 19:09 | |
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has joined #yocto | 19:23 | |
kergoth | RP: I think I found the cause. Not 100% certain, but I know I found at least one bug :) | 19:26 |
kergoth | RP: ShellParser.parse_shell() stores execs from self.allexecs/self.funcdefs by hash of the value. But this isn't only called on the value of the entire shell value, it's also called on subshells. So context is leaking. execs from the calling function are leaking into the execs of the subshell component, and further, it's *resetting* self.execs to the execs of the hashed subshell value, not the overarching variable value when pulling from the | 19:29 |
kergoth | cache. I expect if we split off _parse_shell which doesn't interact with the cache at all, and use that for subshells, our cached shell execs will become much more deterministic, if not entirely so | 19:29 |
kergoth | e.g. if a shell task runs `find ${S} | grep -v aclocal-copy`, parse_shell('find ${S} | grep -v aclocal-copy') is run, but the object has state from the overall variable at that time | 19:30 |
* kergoth tests | 19:31 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 19:35 | |
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has quit IRC | 19:36 | |
kergoth | I'm guessing this mostly caused issues between two different functions which, while different, shared a common subshell. | 19:37 |
kergoth | I'm not sure this will fix the issues we've seen, but it's a start | 19:37 |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 19:37 | |
kergoth | not seeing any delta between codeparser.dat between parses with randomized bbfile parse order anymore, but still testing | 19:37 |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-ropiskhgzptmoljx> has quit IRC | 19:37 | |
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has joined #yocto | 19:51 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 19:52 | |
* kergoth does more local sanity test builds before submitting this to the bitbake list | 19:57 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 19:58 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 19:59 | |
*** btooth <btooth!~daniel@HSI-KBW-095-208-152-206.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 20:05 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has joined #yocto | 20:24 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-zukbtvosntgbupyq> has joined #yocto | 20:28 | |
sgw_ | khem: I will locally, but probably will wait for the ICE patch before hitting the AB again | 20:34 |
sgw_ | 1amh0me | 20:37 |
sgw_ | dang, there goes that one! | 20:37 |
* sgw_ sez ignore the man behind the screen ;-) | 20:37 | |
*** arky <arky!~arky@197.237.140.136> has quit IRC | 20:38 | |
*** arky <arky!~arky@197.237.140.136> has joined #yocto | 20:40 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 20:53 | |
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has quit IRC | 20:54 | |
-YoctoAutoBuilder- build #59 of nightly-multilib is complete: Failure [failed BuildImages_4] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/59 | 20:57 | |
*** stryx`_ <stryx`_!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 21:00 | |
*** btooth <btooth!~daniel@HSI-KBW-095-208-152-206.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 21:01 | |
*** arky <arky!~arky@197.237.140.136> has quit IRC | 21:04 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC | 21:05 | |
*** arky <arky!~arky@197.237.140.136> has joined #yocto | 21:12 | |
*** arky <arky!~arky@197.237.140.136> has joined #yocto | 21:12 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has quit IRC | 21:15 | |
-YoctoAutoBuilder- build #57 of nightly-ppc-lsb is complete: Failure [failed BuildImages BuildImages_1 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/57 | 21:16 | |
*** arky <arky!~arky@197.237.140.136> has quit IRC | 21:23 | |
kergoth | ick, the prelink-cross repository is a single 'trunk' subdir? somebody sucked at the svn conversion :) | 21:27 |
*** sjolley <sjolley!~sjolley@134.134.139.70> has joined #yocto | 21:29 | |
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has quit IRC | 21:30 | |
khem | sgw_: you can disable ppc | 21:41 |
khem | for now | 21:41 |
khem | atleast we will see other issues | 21:41 |
*** blloyd__ <blloyd__!~blloyd@COX-66-210-177-72-static.coxinet.net> has joined #yocto | 21:44 | |
*** blloyd_ <blloyd_!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC | 21:46 | |
*** blloyd <blloyd!~blloyd@COX-66-210-177-72-static.coxinet.net> has joined #yocto | 21:46 | |
*** scot <scot!~scot@130.164.62.160> has quit IRC | 21:48 | |
*** blloyd__ <blloyd__!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC | 21:49 | |
*** dvhart <dvhart!dvhart@nat/intel/x-mogrsprxzoiuuhxq> has joined #yocto | 21:59 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** scot <scot!~scot@130.164.62.160> has joined #yocto | 22:02 | |
*** dvhart <dvhart!dvhart@nat/intel/x-mogrsprxzoiuuhxq> has quit IRC | 22:12 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 22:14 | |
*** blloyd <blloyd!~blloyd@COX-66-210-177-72-static.coxinet.net> has quit IRC | 22:19 | |
darknighte | RP: when will you be travelling to ELC? | 22:19 |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 22:19 | |
RP | darknighte: monday | 22:27 |
darknighte | RP: ahh, same as me. | 22:28 |
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has quit IRC | 22:47 | |
-YoctoAutoBuilder- build #58 of nightly-world is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world/builds/58 | 22:56 | |
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has joined #yocto | 23:06 | |
*** agust <agust!~agust@p4FC4620E.dip0.t-ipconnect.de> has quit IRC | 23:08 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-zukbtvosntgbupyq> has quit IRC | 23:14 | |
-YoctoAutoBuilder- build #58 of nightly-x86-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/58 | 23:21 | |
*** ant_home <ant_home!~andrea@host154-252-dynamic.0-87-r.retail.telecomitalia.it> has quit IRC | 23:25 | |
*** lyang0 <lyang0!~lyang001@1.202.252.122> has quit IRC | 23:28 | |
*** wgao <wgao!~wgao@1.202.252.122> has quit IRC | 23:29 | |
*** Trixar_za <Trixar_za!~trixarian@li618-159.members.linode.com> has left #yocto | 23:43 | |
*** behanw <behanw!~behanw@S0106dc9fdb80cffd.gv.shawcable.net> has quit IRC | 23:52 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!