Friday, 2014-01-24

*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC00:03
*** Jefro <Jefro!~jefro@pool-117-94.mcoe.us> has quit IRC00:09
*** denix <denix!~denix@pool-108-18-138-84.washdc.fios.verizon.net> has quit IRC00:10
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto00:19
*** sjolley <sjolley!~sjolley@134.134.137.73> has joined #yocto00:29
-YoctoAutoBuilder- build #19 of build-appliance is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/build-appliance/builds/1900:46
*** Jefro <Jefro!~jefro@pool-117-94.mcoe.us> has joined #yocto00:49
*** staylor <staylor!~staylor@198.53.128.171> has joined #yocto01:29
*** denix <denix!~denix@pool-108-18-138-84.washdc.fios.verizon.net> has joined #yocto01:34
staylordenix: JaMa mentioned you might be a good person to ask about meta-qt5?01:39
denixstaylor: what's up?01:40
*** behanw <behanw!~behanw@207.6.123.58> has quit IRC01:41
staylortrying to setup nativesdk-qtbase (or just meta-toolchain) and it's not clear to me if it's supported in master right now or not.01:41
staylorfor example adding qt5 with working cinematic demo works fine in my image, but when doing a bitbake -c populate_sdk image I don't get the sdk installed.01:42
*** behanw <behanw!~behanw@207.6.123.58> has joined #yocto01:42
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC01:42
*** Jefro <Jefro!~jefro@pool-117-94.mcoe.us> has quit IRC01:44
staylordenix: any ideas?01:53
denixstaylor: I don't do -c populate_sdk, I do meta-toolchain instead. I don't think there are recipes in meta-qt5 for that yet01:55
*** khem` <khem`!~kraj@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto01:56
staylordenix: which qmake do you use for cross compile the one in x86_64-linux/usr/bin/qt5?02:01
*** kraj <kraj!~kraj@66.129.239.12> has joined #yocto02:01
*** kraj is now known as khem02:01
*** seanvk <seanvk!~seanvk@134.134.137.75> has quit IRC02:01
*** khem` <khem`!~kraj@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC02:01
*** behanw <behanw!~behanw@207.6.123.58> has quit IRC02:12
denixstaylor: there's one that gets built as part of nativesdk-qtbase02:12
*** behanw <behanw!~behanw@207.6.123.58> has joined #yocto02:13
*** nitink <nitink!~nitink@134.134.139.70> has quit IRC02:25
staylordenix: did you have to do anything to get it to build?  bitbake nativesdk-qtbase errors out on packaging saying all files are installed but not shipped.02:28
denixstaylor: what are you using it with?02:50
*** nitink <nitink!~nitink@134.134.139.76> has joined #yocto02:57
*** silviof1 <silviof1!~silviof@unaffiliated/silviof> has joined #yocto03:01
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC03:05
staylordenix: meta-qt5 and the freescale meta repo (pulls down oe/etc) all master, then bitbake nativesdk-qtbase errors out on having installed files not in a package (looks like all of it).03:11
khemwhats the erorr ?03:14
*** b1gtuna <b1gtuna!~adam@206.116.3.18> has quit IRC03:18
denixstaylor: there may be files not packaged, but is it a fatal error in your distro?03:26
*** sjolley <sjolley!~sjolley@134.134.137.73> has quit IRC03:26
*** sjolley <sjolley!sjolley@nat/intel/x-ojrzhwxnoittqmsb> has joined #yocto03:26
khempoky marks them errors now03:30
mranostaykhem: better poky harder :P03:32
denixmranostay: +1 :)03:32
khemyeh yeh03:34
*** fray <fray!U2FsdGVkX1@gate.crashing.org> has quit IRC04:02
*** onoffon <onoffon!~kraj@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto04:05
*** khem <khem!~kraj@66.129.239.12> has quit IRC04:05
*** behanw <behanw!~behanw@207.6.123.58> has quit IRC04:34
*** behanw <behanw!~behanw@207.6.123.58> has joined #yocto04:37
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto04:39
*** dlern <dlern!~dlerner@128.224.250.2> has quit IRC04:40
*** dlern <dlern!~dlerner@128.224.250.2> has joined #yocto04:41
*** onoffon is now known as khem04:53
khemdenix: when will dora branch for meta-ti will be created04:54
staylordenix: I can certainly have yocto ignore the files not packaged, but it's all of them (or nearly all) including qmake and related configurations.04:56
denixstaylor: not according to this https://github.com/meta-qt5/meta-qt5/blob/master/recipes-qt/qt5/nativesdk-qtbase.inc#L4604:57
denixkhem: what's the difference from master?04:57
staylordenix: I've got that line too, but I see that the files are installing into /opt/poky/... which tells me it's ignoring the prefix for ~/yocto/build/tmp/...05:00
khemdenix: not yet05:00
denixstaylor: don't know what /opt/poky is05:00
denixkhem: so, what's the point of a separate branch, if there are no differences :)05:01
staylorit's where the sdk would install to, but I'm not sure why doing a bitbake nativesdk-qtbase would be installing into there05:01
denixare you getting files installed into /opt while bitbaking something?05:02
staylorit's not actually installing there no, I guess I was interpreting it wrong but it's complaining about files in /opt/poky (which is where the nativesdk would install into) not being part of the package.05:05
staylorI guess what I'm getting at is if it's working for others, curious if there's a step I'm missing I'm not changing anything just checking out meta-qt5 master and trying a bitbake nativesdk-qtbase05:06
*** peterlei <peterlei!~peterlei@c-98-228-236-251.hsd1.il.comcast.net> has quit IRC05:07
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC05:07
*** peterlei <peterlei!~peterlei@c-98-228-236-251.hsd1.il.comcast.net> has joined #yocto05:07
denixstaylor: qtbase has gazillion files, nativesdk-qtbase only picks up few tools and skips the rest. can you tell your config to not fail on unpackaged files?05:08
stayloryeah that's no problem, is it just a case that it was tested against a version of yocto which doesn't error out on this condition?05:10
staylorwhere should I expect the correct qmake to be located after this?  It's not installed as part of the deploy/sdk script.05:13
denixstaylor: do you have a meta-toolchain recipe that picks nativesdk-qtbase?05:14
denixstaylor: and yes, it was tested against a different version of yocto :)05:15
staylorno, that would be the missing link.  I've been using my conf/local.conf to add qtbase and whatnot which works fine for my target installation but I've not created any special layers05:15
staylorso when I do a meta-toolchain it's not building nativesdk-qtbase when I do meta-toolchain I've just been building it with a direct bitbake nativesdk-qtbase, I'm not clear on the connection to get that installed correctly so I can build packages out of yocto.05:16
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto05:18
denixstaylor: when you bitbake nativesdk-qtbase, you get packages. you'd need a packagegroup that lists necessary nativesdk-qtbase-tools etc. packages to bundle into an sdk...05:22
staylorso it05:23
staylorso it's not a command you run but an actual configuration you need to create defining the package group?05:24
staylorI wasn't familiar with packagegroups, thanks I'll look into that seems like it explains the missing piece to building/installing the correct host tools.05:27
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto05:28
denixwell, I told you in the beginning, that corresponding meta-toolchain piece is not there yet...05:30
*** behanw <behanw!~behanw@207.6.123.58> has quit IRC05:36
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC05:36
*** behanw <behanw!~behanw@207.6.123.58> has joined #yocto05:36
*** av500 <av500!~av500@b2b-46-252-131-98.unitymedia.biz> has left #yocto05:37
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto05:37
staylordenix: yeah but when you say that you just mean what's missing is a packagegroup definition telling nativesdk-qtbase to install say nativesdk-qtbase-tools?06:06
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC06:08
*** fray <fray!U2FsdGVkX1@gate.crashing.org> has joined #yocto06:09
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC06:12
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has joined #yocto06:13
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC06:13
*** behanw <behanw!~behanw@207.6.123.58> has quit IRC06:15
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto06:19
*** Net147 <Net147!~Net147@60-241-181-112.static.tpgi.com.au> has joined #yocto06:20
*** onoffon <onoffon!~kraj@66.129.239.12> has joined #yocto06:24
*** khem <khem!~kraj@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC06:25
*** khem` <khem`!~kraj@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto06:30
*** khem` is now known as khem06:30
*** onoffon <onoffon!~kraj@66.129.239.12> has quit IRC06:31
*** kbart <kbart!~KBart@213.197.143.19> has joined #yocto06:39
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has joined #yocto06:44
*** nitink <nitink!~nitink@134.134.139.76> has quit IRC06:45
*** nitink <nitink!~nitink@134.134.139.76> has joined #yocto06:46
*** staylor <staylor!~staylor@198.53.128.171> has quit IRC06:58
*** ChenQi <ChenQi!~chenqi@1.202.252.122> has quit IRC07:02
*** ChenQi <ChenQi!~chenqi@1.202.252.122> has joined #yocto07:03
*** roric_ <roric_!~roric@port-212-202-245-234.static.qsc.de> has joined #yocto07:03
*** erbo <erbo!~erik@host.62.65.125.245.bitcom.se> has quit IRC07:07
*** erbo <erbo!~erik@host.62.65.125.245.bitcom.se> has joined #yocto07:09
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto07:09
*** roric_ <roric_!~roric@port-212-202-245-234.static.qsc.de> has quit IRC07:11
*** Net147 <Net147!~Net147@60-241-181-112.static.tpgi.com.au> has quit IRC07:32
*** dany <dany!~Thunderbi@i59F7884F.versanet.de> has joined #yocto07:36
*** agust <agust!~agust@pD9E2F0FD.dip0.t-ipconnect.de> has joined #yocto07:37
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC07:40
*** zeeblex <zeeblex!~apalalax@134.134.139.76> has joined #yocto07:40
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC07:46
*** boucman_work <boucman_work!~rosen@wesnoth/developer/boucman> has joined #yocto07:53
*** abogani <abogani!8c69cf01@gateway/web/freenode/ip.140.105.207.1> has joined #yocto07:59
*** sjolley <sjolley!sjolley@nat/intel/x-ojrzhwxnoittqmsb> has quit IRC08:00
aboganiHi All,08:01
aboganiSorry to bother with a simple and stupid question.08:01
aboganiI have added a library to the core-image-minimal (through  IMAGE_INSTALL_append) *but* headers files aren't present in the sdk generated with meta-toolchain.08:01
aboganiHow can I obtain a toolchain with necessary headers?08:02
aboganiThanks in advance!08:02
*** zecke <zecke!~ich@p5099b351.dip0.t-ipconnect.de> has joined #yocto08:03
ChenQiabogani: How about using 'bitbake core-image-minimal -cpopulate_sdk' to generate the SDK?08:04
* abogani runs to try it...08:05
*** roric_ <roric_!~roric@134.191.244.57> has joined #yocto08:06
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has joined #yocto08:08
ndecabogani: don't forget the space: -c populate_sdk08:12
*** khem <khem!~kraj@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC08:12
aboganiChenQi: It works, thanks!08:14
aboganindec: I haven't forgot the space. ;)08:14
ndeccool ;-)08:15
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto08:17
*** mckoan|away is now known as mckoan08:26
mckoangood morning08:26
*** bluelightning <bluelightning!~paul@167.127.187.81.in-addr.arpa> has joined #yocto08:30
*** bluelightning <bluelightning!~paul@167.127.187.81.in-addr.arpa> has quit IRC08:30
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto08:30
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has joined #yocto08:34
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has quit IRC08:38
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has joined #yocto08:38
*** sameo <sameo!~samuel@192.55.55.41> has quit IRC08:42
*** roxell <roxell!~roxell@linaro/roxell> has quit IRC08:46
*** roxell <roxell!~roxell@c-853670d5.07-21-73746f28.cust.bredbandsbolaget.se> has joined #yocto08:48
*** roxell <roxell!~roxell@linaro/roxell> has joined #yocto08:48
*** abogani <abogani!8c69cf01@gateway/web/freenode/ip.140.105.207.1> has quit IRC08:49
*** silviof1 is now known as silviof08:50
*** ant_work <ant_work!~ant__@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto09:00
*** lpapp_ <lpapp_!~lpapp@kde/lpapp> has joined #yocto09:03
lpapp_hi rburton and bluelightning09:03
lpapp_the SDK will also contain the toolchain (i.e. compiler, linker, etc?)09:03
lpapp_?09:03
bluelightninglpapp_: given that's almost the entire point of the SDK, yes09:04
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto09:05
lpapp_well, not only.09:05
lpapp_also the libraries and headers so that you do not need to grab the dependencies.09:06
lpapp_getting the toolchain is simpler than grabbing all the dependencies.09:06
lpapp_bluelightning: I am referring here to an external toolchain FWIW.09:06
lpapp_bluelightning: rburton also, which variables does the intalled SDK set up?09:07
lpapp_(cannot find it in the documentation after a quick search, and the SDK installation does not output them either...)09:07
*** rainerschuster <rainerschuster!~Adium@pD9518378.dip0.t-ipconnect.de> has joined #yocto09:07
*** rainerschuster <rainerschuster!~Adium@pD9518378.dip0.t-ipconnect.de> has left #yocto09:08
bluelightninglpapp_: I think the answer is no, out of the box09:09
lpapp_bluelightning: answer to which question?09:10
lpapp_to external toolchain?09:10
bluelightningyes09:12
lpapp_bluelightning: what about the SDK variables?09:13
bluelightninglpapp_: I'd suggest checking the manual09:13
lpapp_yeah, well, I did.09:14
bluelightninghttp://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#sdk-dev-environment09:14
lpapp_http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#sdk-dev-environment09:15
lpapp_I only found that.09:15
lpapp_but that is about the SDK build09:15
lpapp_not the SDK usage itself.09:15
*** sameo <sameo!samuel@nat/intel/x-jiartocjvbmsvtyu> has joined #yocto09:15
lpapp_bluelightning: I do not see the relevance in there.09:16
lpapp_bluelightning: what I am expecting is at the very least, the installation path put into a sysroot environment variable.09:16
bluelightninglpapp_: if you mean the default installation path, the variable you want is SDKPATH09:17
lpapp_well, in an ideal world, I would need an include path or library, at least.09:18
lpapp_but the bare minimum is the sysroot path, yes.09:18
lpapp_so that I can build the formers myself.09:18
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto09:18
lpapp_provided the SDK is FHS compliant.09:19
lpapp_bluelightning: what does it mean no out of the box ?09:20
lpapp_is it easy to circumvent with setting some rule for the sdk generation?09:20
lpapp_bluelightning: why is the SDKPATH hidden gem undocumented?09:24
bluelightningit's like any undocumented variable in our system, we just haven't got to it09:25
bluelightningI have to go, bbl09:25
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC09:25
lpapp_https://bugzilla.yoctoproject.org/show_bug.cgi?id=575509:28
yoctiBug 5755: normal, Undecided, ---, david.c.stewart, NEW , Document the SDKPATH variable09:28
*** florian <florian!~fuchs@port-217-146-132-69.static.qsc.de> has joined #yocto09:28
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto09:28
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto09:39
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has joined #yocto09:41
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC09:45
*** lpapp_ <lpapp_!~lpapp@kde/lpapp> has quit IRC09:50
*** ddalex <ddalex!ddalex@nat/intel/x-blhaeqqcrdglgphy> has joined #yocto09:50
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC09:57
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has joined #yocto10:00
*** dshankar <dshankar!~darshansh@108-221-16-188.lightspeed.sntcca.sbcglobal.net> has joined #yocto10:04
dshankari just built chromium for ARM (imx6 cpu) with yocto on my PC, but i'm getting the following error: "chromium-32.0.1664.3-r2.cortexa9hf_vfp_neon.rpm is for architecture cortexa9hf_vfp_neon ; the package cannot be built on this system"10:05
dshankarthat's when I use alien to install on debian. when I try with rpm -ivh it errors due to failed dependencies even though all the dependency packages are right there in the same directory. Clearly I'm doing something wrong :-)10:06
dshankarany ideas?10:06
*** belen <belen!~Adium@134.134.139.72> has joined #yocto10:12
*** ChenQi <ChenQi!~chenqi@1.202.252.122> has left #yocto10:21
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC10:21
*** roric_ <roric_!~roric@134.191.244.57> has quit IRC10:29
zeckedshankar: logic error? you built it but you can not build it?10:49
dshankarzecke: hm I see what you mean.10:49
dshankarto be clear, I ran bitbake chromium on my PC with some recipes, and the /tmp/deploy folder contains a uImage + folder full of RPMs (including the chromium rpm)10:50
dshankarI tried to install just the chromium rpm with rpm, yum, and alien on my ARM device (all of which failed)10:50
dshankarmy goal was to cross compile chromium, and not to build a linux kernel. not sure how I ended up with a uImage in my /tmp/deploy10:52
zeckedshankar: but the base distribution is not yocto built?10:54
zeckeah debian10:54
zeckewell. the arch is simply not compatible10:54
dshankaryes I think it was by someone else before me10:54
dshankarzecke: in what sense? at an OS level? at a CPU level?10:55
zeckedshankar: first by configuration/architecture. With ABI you might be lucky.. but the eglibc chromium was built against might not match10:56
*** lpapp <lpapp!~lpapp@kde/lpapp> has left #yocto10:56
dshankarI don't quite understand everything you said (I'm a noob at all this sorry!). by ABI do you mean armel vs armhf? I'm running deb jessie armhf and built chromium for armhf as well10:58
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto11:01
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC11:01
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto11:01
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC11:03
*** oneQubit <oneQubit!~oneQubit@li439-130.members.linode.com> has quit IRC11:05
*** pidge <pidge!~eflanagan@83.217.123.106> has joined #yocto11:08
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto11:22
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC11:44
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto11:45
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto11:54
*** ScriptRipper <ScriptRipper!~ScriptRip@178-26-43-81-dynip.superkabel.de> has joined #yocto12:15
*** ScriptRipper <ScriptRipper!~ScriptRip@opensuse/member/MartinMohring> has joined #yocto12:16
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto12:23
*** rainerschuster1 <rainerschuster1!~Adium@67.134.158.25> has joined #yocto12:24
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC12:26
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto12:27
*** roric_ <roric_!~roric@88.128.80.11> has joined #yocto12:29
*** rainerschuster1 <rainerschuster1!~Adium@67.134.158.25> has left #yocto12:36
* JimBaxter returns (" " [11m 5s]) (total away time: 11m 5s)12:38
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC12:38
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto12:39
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has quit IRC12:40
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC12:44
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto12:56
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC13:03
*** roric_ <roric_!~roric@88.128.80.11> has quit IRC13:23
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has quit IRC13:27
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has joined #yocto13:33
*** yocti <yocti!~supybot@yocto-www.yoctoproject.org> has joined #yocto13:45
*** mario-go` is now known as mario-goulart13:50
*** zarusky <zarusky!~zarul@ubuntu/member/zarul> has joined #yocto13:57
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has joined #yocto13:57
*** j6V6t <j6V6t!~jvanderpo@rrcs-24-97-209-160.nys.biz.rr.com> has joined #yocto14:00
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has quit IRC14:08
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has joined #yocto14:08
*** ScriptRipper <ScriptRipper!~ScriptRip@opensuse/member/MartinMohring> has quit IRC14:11
*** ScriptRipper1 <ScriptRipper1!~ScriptRip@178-26-51-16-dynip.superkabel.de> has joined #yocto14:14
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has quit IRC14:16
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has joined #yocto14:16
*** belen <belen!~Adium@134.134.139.72> has quit IRC14:17
*** mks_ <mks_!~kbouhara@hyperion.atermes.fr> has quit IRC14:17
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC14:20
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC14:22
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-gtuqrdtiunzwkkzo> has joined #yocto14:26
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto14:26
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto14:26
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has quit IRC14:28
*** Garibaldi|work_ <Garibaldi|work_!~andydalt@nat/cisco/x-czdmemzdnlvrtnhv> has joined #yocto14:34
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-gtuqrdtiunzwkkzo> has quit IRC14:35
*** Garibaldi|work_ is now known as Garibaldi|work14:35
gjohnsonis there still work being done on getting qemu working with wayland/weston?  I have come across a lot of articles talking about egl/opengl es2 with qemu but most of them are from 201114:46
*** rainerschuster <rainerschuster!~Adium@pD9518378.dip0.t-ipconnect.de> has joined #yocto14:46
*** roxell <roxell!~roxell@linaro/roxell> has quit IRC14:47
*** roxell <roxell!~roxell@c-853670d5.07-21-73746f28.cust.bredbandsbolaget.se> has joined #yocto14:48
*** roxell <roxell!~roxell@linaro/roxell> has joined #yocto14:48
*** zeeblex <zeeblex!~apalalax@134.134.139.76> has left #yocto14:48
*** rainerschuster <rainerschuster!~Adium@pD9518378.dip0.t-ipconnect.de> has left #yocto14:49
*** wfailla <wfailla!~wfailla@2001:6f8:12d9:13:221:9bff:fece:4c90> has joined #yocto14:50
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has quit IRC14:56
wfaillahi, i am trying to create a recipe that will build pg-journal(https://github.com/intgr/pg_journal) the problem is that it uses pgxs to build the postgresql module and when it runs do_compile make throws "make: *** No targets. Stpo.", could it be that because it uses pgxs to make this module that it cant finde any src?14:57
*** jwhitmore <jwhitmore!~jwhitmore@host213-122-97-194.range213-122.btcentralplus.com> has joined #yocto14:59
*** blitz00 <blitz00!~stefans@192.198.151.44> has joined #yocto15:00
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has joined #yocto15:00
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has quit IRC15:01
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has joined #yocto15:01
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto15:02
*** mks <mks!~kbouhara@hyperion.atermes.fr> has joined #yocto15:03
*** zz_akbennett is now known as akbennett15:05
*** _TuTizz <_TuTizz!~TuTizz@46.18.96.158> has joined #yocto15:09
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC15:11
*** kbart <kbart!~KBart@213.197.143.19> has quit IRC15:16
-YoctoAutoBuilder- build #25 of nightly-x32 is complete: Failure [failed Running Sanity Tests Running Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x32/builds/2515:19
-YoctoAutoBuilder- build #25 of nightly-x86-64 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86-64/builds/2515:29
*** kscherer <kscherer!~kscherer@128.224.252.2> has joined #yocto15:30
*** ant_work <ant_work!~ant__@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC15:31
*** sjolley <sjolley!sjolley@nat/intel/x-pcaesuudvzomhhsn> has joined #yocto15:32
*** BSDCat <BSDCat!~unique@calvin.idempot.net> has left #yocto15:33
*** sjolley1 <sjolley1!~sjolley@134.134.139.74> has joined #yocto15:34
*** dany <dany!~Thunderbi@i59F7884F.versanet.de> has quit IRC15:35
*** sjolley <sjolley!sjolley@nat/intel/x-pcaesuudvzomhhsn> has quit IRC15:37
*** zecke <zecke!~ich@p5099b351.dip0.t-ipconnect.de> has quit IRC15:41
*** sjolley1 <sjolley1!~sjolley@134.134.139.74> has quit IRC15:48
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC15:54
*** joseppc <joseppc!~Josep@sestofw01.enea.se> has quit IRC15:54
*** dlern <dlern!~dlerner@128.224.250.2> has quit IRC15:54
*** dlern <dlern!~dlerner@128.224.250.2> has joined #yocto15:55
*** joseppc <joseppc!~Josep@sestofw01.enea.se> has joined #yocto15:56
*** rainerschuster1 <rainerschuster1!~Adium@67.134.158.25> has joined #yocto15:59
*** daiane <daiane!~Thunderbi@gate-tx3.freescale.com> has joined #yocto15:59
*** rainerschuster1 <rainerschuster1!~Adium@67.134.158.25> has left #yocto16:00
*** rainerschuster <rainerschuster!~Adium@67.134.158.25> has joined #yocto16:06
*** rainerschuster <rainerschuster!~Adium@67.134.158.25> has left #yocto16:06
*** wfailla <wfailla!~wfailla@2001:6f8:12d9:13:221:9bff:fece:4c90> has quit IRC16:12
*** khem <khem!~kraj@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto16:13
-YoctoAutoBuilder- build #25 of nightly-multilib is complete: Failure [failed Running Sanity Tests_2 Running Sanity Tests_3] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-multilib/builds/2516:15
*** palcone <palcone!lau@nat/intel/x-cgatjhpldfxftqps> has quit IRC16:15
-YoctoAutoBuilder- build #25 of nightly-arm-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-arm-lsb/builds/2516:15
gjohnsonHas anyone tried creating an image you can boot with virtual box?  I tried booting my qemu image but it seems to be failing somewhere in the kernel.16:16
ndecgjohnson: see http://twoerner.blogspot.fr/2013/12/using-oeyocto-to-create-vms.html16:20
*** sjolley <sjolley!sjolley@nat/intel/x-rhczmgynbiovlwhx> has joined #yocto16:20
ndecit is possible, and it works fine ;-016:20
gjohnsonnedec: thanks, I will take a look16:21
*** wfailla <wfailla!~wfailla@2001:6f8:12d9:13:221:9bff:fece:4c90> has joined #yocto16:21
*** blitz00 <blitz00!~stefans@unaffiliated/blitz00> has quit IRC16:25
-YoctoAutoBuilder- build #26 of nightly-mips is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-mips/builds/2616:27
*** zecke <zecke!~ich@91-64-90-223-dynip.superkabel.de> has joined #yocto16:30
gjohnsonwhat does it mean to build distroless?16:32
*** riskable <riskable!~quassel@2601:e:8c00:7e:8483:609b:917e:5241> has quit IRC16:33
kergothit means what it says, build without a distro set, using all defaults for everything16:34
rburtongjohnson: that there isn't a distro policy overriding the default policy in oe-core16:34
-YoctoAutoBuilder- build #26 of nightly-x86 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86/builds/2616:34
*** zecke <zecke!~ich@91-64-90-223-dynip.superkabel.de> has quit IRC16:34
gjohnsonso in the local.conf just don't set a distro.  I will try that.16:34
bluelightningDISTRO = "" for older versions or DISTRO = "nodistro" for master16:35
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto16:38
*** zecke <zecke!~ich@91-64-90-223-dynip.superkabel.de> has joined #yocto16:42
*** ant_home <ant_home!~ant__@host68-1-dynamic.51-79-r.retail.telecomitalia.it> has joined #yocto16:43
*** wfailla <wfailla!~wfailla@2001:6f8:12d9:13:221:9bff:fece:4c90> has quit IRC16:44
*** rainerschuster1 <rainerschuster1!~Adium@pD9518378.dip0.t-ipconnect.de> has joined #yocto16:45
*** rainerschuster1 <rainerschuster1!~Adium@pD9518378.dip0.t-ipconnect.de> has left #yocto16:51
*** staylor <staylor!~staylor@mail.au-zone.com> has joined #yocto16:53
*** _TuTizz <_TuTizz!~TuTizz@46.18.96.158> has quit IRC16:53
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC16:54
*** Squix__ <Squix__!~Squix___@p021.net112139202.tokai.or.jp> has quit IRC17:07
*** boucman_work <boucman_work!~rosen@wesnoth/developer/boucman> has quit IRC17:08
kergothguh, the tmux devshell seems awfully broken again17:09
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC17:10
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto17:10
*** jackmitchell <jackmitchell!~Thunderbi@cbnluk-gw0.cambridgebroadband.com> has quit IRC17:11
*** mckoan is now known as mckoan|away17:19
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC17:21
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto17:27
*** nitink <nitink!~nitink@134.134.139.76> has quit IRC17:36
*** b1gtuna <b1gtuna!~adam@206.116.3.18> has joined #yocto17:42
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC17:43
b1gtunaGood morning everyone! Quick question (I hope), I built core-image-sato successfully on Dora. It boots fine but I'd like to disable the login manager (GDM?) entirely and go straight into the desktop. Is there an easy way of doing this? I played around with the /etc/gdm but I only broke the system.17:44
rburtonb1gtuna: core-image-sato doesnt have a login manager, so presumably you're building Angstrom and that's adding one for you17:44
mr_sciencemoin17:45
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC17:45
b1gtunarburton: ah.... i'm using Gumstix. Thanks for the pointer.17:45
mr_scienceb1gtuna: the poky core-image-sato should do exactly what you said17:46
mr_scienceie, boot straight into the sato dsektop17:46
rburtonb1gtuna: changing the x init manager back to what oe-core has will probably do it17:46
rburtonor maybe gumstix have some other changes that add a login manager17:47
mr_sciencethe simplest would be the mini-X-session thing17:47
rburtonfwiw, the bit of oe-core you want to use is xserver-nodm (no display manager)17:47
b1gtunamr_science: rburton: yes it has to be something in the gumstix layer17:47
b1gtunarburton: is xserver-nodm a feature that i can add?17:48
b1gtuna(is not a recipe i should list in my image recipe)17:48
mr_sciencei think it should default to that if you have no dm in your image/deps17:48
mr_sciencesomething is pulling in gnome/gdm but it shouldn't be required17:49
b1gtunamr_science: hmm interesting. I thought i made sure i removed all gdm related stuff. Checking agian. Thanks again :) I will report back17:49
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto17:50
-YoctoAutoBuilder- build #25 of nightly-fsl-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-arm/builds/2517:50
*** nitink <nitink!~nitink@134.134.137.73> has joined #yocto17:57
b1gtunamr_science: rburton: ahh my local.conf contained a line for gdm. Thanks!!18:02
*** behanw <behanw!~behanw@S0106c8fb2681e04b.gv.shawcable.net> has joined #yocto18:03
*** sameo <sameo!samuel@nat/intel/x-jhpqwwnudvialgbh> has quit IRC18:08
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC18:08
kergothb1gtuna: hah :)18:09
staylorcurious for a clarification on nativesdk, is that meant to install development tools on the target?18:10
*** beaver_545 <beaver_545!~stuart@82.148.40.66> has quit IRC18:10
*** zecke <zecke!~ich@91-64-90-223-dynip.superkabel.de> has quit IRC18:11
kergothstaylor: no. nativesdk builds tools that run on the machine the sdk runs on, afaik18:15
staylorkergoth: okay that makes more sense, thanks.18:16
*** zecke <zecke!~ich@91-64-90-223-dynip.superkabel.de> has joined #yocto18:18
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has joined #yocto18:57
*** rainerschuster <rainerschuster!~Adium@pD9518378.dip0.t-ipconnect.de> has joined #yocto18:57
*** rainerschuster <rainerschuster!~Adium@pD9518378.dip0.t-ipconnect.de> has left #yocto18:58
b1gtunaHello everybody, am I not allowed to do 'inherit core-image-sato'? I get a parse error.19:07
*** khem <khem!~kraj@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC19:08
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC19:08
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has joined #yocto19:18
*** sjolley <sjolley!sjolley@nat/intel/x-rhczmgynbiovlwhx> has quit IRC19:18
*** sjolley1 <sjolley1!~sjolley@134.134.139.74> has joined #yocto19:18
*** khem <khem!~kraj@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto19:29
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto19:30
*** dlern <dlern!~dlerner@128.224.250.2> has left #yocto19:34
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC19:48
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has quit IRC19:51
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has joined #yocto19:52
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto19:52
*** sjolley1 <sjolley1!~sjolley@134.134.139.74> has quit IRC19:54
*** sjolley <sjolley!~sjolley@134.134.139.74> has joined #yocto19:55
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has quit IRC20:07
*** daiane <daiane!~Thunderbi@gate-tx3.freescale.com> has quit IRC20:10
*** sakoman1 <sakoman1!~steve@static-74-41-60-154.dsl1.pco.ca.frontiernet.net> has quit IRC20:12
*** sakoman <sakoman!~steve@static-74-41-60-154.dsl1.pco.ca.frontiernet.net> has joined #yocto20:14
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto20:18
*** sroy_ <sroy_!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has quit IRC20:19
*** sroy__ <sroy__!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has joined #yocto20:19
*** sroy__ <sroy__!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has quit IRC20:22
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC20:23
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto20:29
*** sroy__ <sroy__!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has joined #yocto20:33
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC20:34
-YoctoAutoBuilder- build #25 of nightly-fsl-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-arm-lsb/builds/2520:37
*** flihp <flihp!~flihp@c-76-24-20-220.hsd1.ma.comcast.net> has quit IRC20:39
*** sroy__ <sroy__!~sroy@2607:fad8:4:6:6e88:14ff:feff:5374> has quit IRC20:53
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto20:53
*** Jefro1 <Jefro1!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto20:55
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC20:58
*** nitink <nitink!~nitink@134.134.137.73> has quit IRC21:07
*** nitink <nitink!nitink@nat/intel/x-cqlvewituejlztjs> has joined #yocto21:08
*** nitink <nitink!nitink@nat/intel/x-cqlvewituejlztjs> has quit IRC21:09
*** nitink <nitink!~nitink@134.134.137.73> has joined #yocto21:10
*** sakoman <sakoman!~steve@static-74-41-60-154.dsl1.pco.ca.frontiernet.net> has quit IRC21:15
*** flihp <flihp!~flihp@c-76-24-20-220.hsd1.ma.comcast.net> has joined #yocto21:23
*** nitink1 <nitink1!~nitink@134.134.137.71> has joined #yocto21:24
*** reeve <reeve!81c0aafa@gateway/web/freenode/ip.129.192.170.250> has joined #yocto21:25
*** nitink2 <nitink2!~nitink@134.134.137.71> has joined #yocto21:25
*** nitink <nitink!~nitink@134.134.137.73> has quit IRC21:26
reeveI suddenly got an error: ERROR: fuse is listed in PACKAGES multiple times, this leads to packaging errors. I wrote fuse recipe file by myself,  have a line like this: PACKAGES =+ "${PN} ". How to fix this error?21:26
*** nitink <nitink!nitink@nat/intel/x-avhxvtnhczvrsmxi> has joined #yocto21:26
*** zecke <zecke!~ich@91-64-90-223-dynip.superkabel.de> has quit IRC21:26
*** jwhitmore <jwhitmore!~jwhitmore@host213-122-97-194.range213-122.btcentralplus.com> has quit IRC21:28
*** sakoman <sakoman!~steve@static-74-41-60-154.dsl1.pco.ca.frontiernet.net> has joined #yocto21:28
*** nitink1 <nitink1!~nitink@134.134.137.71> has quit IRC21:28
reevecan any expert help out?21:29
*** nitink2 <nitink2!~nitink@134.134.137.71> has quit IRC21:29
kergothremove that line21:29
kergoththe default PACKAGES already has ${PN}21:29
kergothaddin git a second time doens't gain anything21:29
kergothoh, i'm guessing you're trying to move it ahead of earlier packages?21:30
reeve[kertoth], are you talking to me? You meant default "PACKAGES" already has "fuse"?21:30
kergothyes, i'm talking to you21:31
kergoth${PN} is already in PACKAGES, so there's no point in adding it again unless you're trying to move it earlier in the list, and there are better ways to do that21:32
kergothit depends onw aht you're trying to accomplish21:32
reeve[kergoth] I just want to add fuse into my image. If I remove that line, it means "PACKAGES" won't have "fuse", right?21:32
kergothno21:33
kergothyou're wrong21:33
kergothas i already said, the default value for PACKAGES already has that21:33
kergothdon't do things you don't need to do, don't add lines you don't need to add21:33
reeve[kergoth] enh ... ok. So are you saying in recipe file, no need to add anything like "PACKAGES =+ ${PN}"?21:34
reeveand it will be added automatically?21:34
*** nitink <nitink!nitink@nat/intel/x-avhxvtnhczvrsmxi> has quit IRC21:34
kergothi've said it like 3 times now21:34
kergothyes21:34
reevethanks, I'll give it a try21:35
kergothevery variable in a config file also is set in the recipes21:35
kergothand bitbake.conf defines a fully fleshed out set of default packages and associated files variables21:35
*** jwhitmore <jwhitmore!~jwhitmore@host213-122-97-194.range213-122.btcentralplus.com> has joined #yocto21:36
reeve[kergoth] the strange thing is, I added that recipe long time ago, but it never shows error until now. That puzzles me, and my tree (dylan) has't moved at all21:37
kergothwell, something must have changed, the system doesn't change itself :)21:38
*** dlern <dlern!~dlerner@128.224.250.2> has joined #yocto21:40
mranostaykergoth: heisenburg's build system :P21:40
reevekergoth: well, the only difference is that this build tree is a fresh check-out. Anyway, thanks21:41
*** dlern <dlern!~dlerner@128.224.250.2> has quit IRC21:41
*** erbo <erbo!~erik@host.62.65.125.245.bitcom.se> has quit IRC21:46
*** erbo <erbo!~erik@host.62.65.125.245.bitcom.se> has joined #yocto21:48
*** reeve <reeve!81c0aafa@gateway/web/freenode/ip.129.192.170.250> has quit IRC21:49
*** nitink <nitink!~nitink@134.134.139.76> has joined #yocto21:55
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC22:08
*** jwhitmore <jwhitmore!~jwhitmore@host213-122-97-194.range213-122.btcentralplus.com> has quit IRC22:08
*** staylor <staylor!~staylor@mail.au-zone.com> has quit IRC22:09
kergothhmm, busybox fails for genericx86-6422:17
*** jwhitmore <jwhitmore!~jwhitmore@host213-122-97-194.range213-122.btcentralplus.com> has joined #yocto22:26
*** roxell_ <roxell_!~roxell@c-853670d5.07-21-73746f28.cust.bredbandsbolaget.se> has joined #yocto22:29
*** roxell <roxell!~roxell@linaro/roxell> has quit IRC22:30
*** JaMa <JaMa!~martin@ip-89-176-104-107.net.upcbroadband.cz> has quit IRC22:30
*** roxell <roxell!~roxell@c-853670d5.07-21-73746f28.cust.bredbandsbolaget.se> has joined #yocto22:31
*** roxell <roxell!~roxell@linaro/roxell> has joined #yocto22:31
*** roxell <roxell!~roxell@linaro/roxell> has quit IRC22:38
*** roxell <roxell!~roxell@c-853670d5.07-21-73746f28.cust.bredbandsbolaget.se> has joined #yocto22:38
*** roxell <roxell!~roxell@linaro/roxell> has joined #yocto22:38
*** roxell <roxell!~roxell@linaro/roxell> has joined #yocto22:39
evanpwhy does the autoconf recipe say RDEPENDS_${PN} = "m4 gnu-config"? As far as I can tell, it's gnu-config that should depend on autoconf, not the other way around. git-blame says that line of code is from 2007...maybe it's just a latent bug....22:53
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC23:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto23:01
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has joined #yocto23:11
*** sjolley <sjolley!~sjolley@134.134.139.72> has joined #yocto23:12
*** sjolley <sjolley!~sjolley@134.134.139.72> has quit IRC23:15
*** ant_home <ant_home!~ant__@host68-1-dynamic.51-79-r.retail.telecomitalia.it> has quit IRC23:17
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto23:24
*** sameo <sameo!~samuel@192.55.54.38> has joined #yocto23:26
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC23:36
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto23:45
*** agust <agust!~agust@pD9E2F0FD.dip0.t-ipconnect.de> has quit IRC23:47
*** sjolley <sjolley!sjolley@nat/intel/x-segiewraqbsppsvv> has joined #yocto23:55

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