*** Crofton <Crofton!~Crofton@40.141.198.194> has joined #yocto | 00:02 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 00:14 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 00:15 | |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 00:21 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 00:21 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto | 00:32 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-dyvtzopdvngtvjzr> has joined #yocto | 00:40 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 00:41 | |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto | 00:42 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 00:43 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-gsyookkqthjmviix> has joined #yocto | 01:01 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 01:05 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 01:09 | |
*** vmesons is now known as vmeson | 01:13 | |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto | 01:31 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 01:46 | |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC | 02:11 | |
*** blueCmd <blueCmd!bluecmd@skalman.tech.dreamhack.se> has quit IRC | 02:46 | |
*** blueCmd <blueCmd!bluecmd@skalman.tech.dreamhack.se> has joined #yocto | 02:48 | |
*** sjolley <sjolley!~sjolley@134.134.139.83> has joined #yocto | 02:48 | |
*** sujith_h <sujith_h!~toaster@125.99.232.183> has joined #yocto | 02:52 | |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto | 02:52 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 03:07 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC | 03:16 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 03:31 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 03:32 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 03:39 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 03:46 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 03:55 | |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has quit IRC | 03:59 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 04:07 | |
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto | 04:13 | |
*** morphis <morphis!~morphis@pD9ED67AD.dip0.t-ipconnect.de> has joined #yocto | 04:57 | |
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC | 05:00 | |
*** agust <agust!~agust@p4FCB7757.dip0.t-ipconnect.de> has joined #yocto | 05:12 | |
*** sujith_h <sujith_h!~toaster@139.181.35.34> has joined #yocto | 05:40 | |
*** babu_ <babu_!~babu@134.134.139.76> has quit IRC | 05:55 | |
*** flitjes <flitjes!d4b2c885@gateway/web/freenode/ip.212.178.200.133> has joined #yocto | 05:59 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 06:00 | |
flitjes | Hey guys, quick question. If I make any code change to a "project" and call bitbake core-image-minimal or bitbake project it won't recompile, I have to execute a cleansstate on the project to get it recompiled. Is this normal or am I doing something wrong? | 06:01 |
---|---|---|
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 06:01 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has joined #yocto | 06:05 | |
*** frsc <frsc!~frsc@80.149.173.67> has joined #yocto | 06:10 | |
Ulfalizer | flitjes: are you using AUTOREV? | 06:16 |
Ulfalizer | otherwise, you'd change SRCREV to point to the new version. that'd cause the recipe to be rebuilt. | 06:17 |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto | 06:18 | |
Ulfalizer | if you're using AUTOREV, then see the last paragraph of http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#var-AUTOREV | 06:18 |
Ulfalizer | imo, the documentation should have explained why it needs to be in PV, but i think that's required for it to get automatically rebuilt at least | 06:18 |
Ulfalizer | ${SRCPV} that is | 06:19 |
*** rob_w <rob_w!~bob@93.104.205.194> has joined #yocto | 06:20 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:20 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 06:25 | |
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has joined #yocto | 06:25 | |
Ulfalizer | sleep time now though | 06:25 |
*** pohly <pohly!~pohly@p5DE8CACD.dip0.t-ipconnect.de> has joined #yocto | 06:26 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto | 06:38 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 06:38 | |
*** icanicant <icanicant!~icanicant@51.179.178.138> has joined #yocto | 06:40 | |
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto | 06:43 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto | 06:43 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 06:49 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 06:51 | |
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has joined #yocto | 06:56 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto | 06:57 | |
*** jku <jku!jku@nat/intel/x-ocnrmirivrdkxowy> has joined #yocto | 07:02 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 07:04 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 07:05 | |
*** zeenix <zeenix!~zeenix@83.218.80.242> has joined #yocto | 07:08 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 07:08 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 07:09 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B91F.dip0.t-ipconnect.de> has joined #yocto | 07:09 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 07:17 | |
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has joined #yocto | 07:18 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:24 | |
*** florian_kc is now known as florian | 07:25 | |
*** sameo <sameo!~samuel@192.55.55.37> has joined #yocto | 07:28 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has joined #yocto | 07:28 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 07:28 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 07:32 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 07:35 | |
*** joshuagl <joshuagl!~joshuagl@192.198.151.44> has joined #yocto | 07:39 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC | 07:44 | |
*** toscalix <toscalix!~toscalix@80.91.70.192> has joined #yocto | 07:44 | |
*** mckoan|away is now known as mckoan | 07:47 | |
*** Biliogadafr <Biliogadafr!~pin@62.214.49.206> has joined #yocto | 07:49 | |
*** ziggo <ziggo!~ziggo@217.89.178.116> has joined #yocto | 07:51 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has quit IRC | 07:55 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has joined #yocto | 07:55 | |
*** lgro <lgro!~lgro@62.159.77.166> has joined #yocto | 07:59 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-dyvtzopdvngtvjzr> has quit IRC | 07:59 | |
*** ant_work <ant_work!~ant__@host126-250-dynamic.16-79-r.retail.telecomitalia.it> has joined #yocto | 08:17 | |
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto | 08:18 | |
*** MWelchUK <MWelchUK!~martyn@host86-146-26-151.range86-146.btcentralplus.com> has quit IRC | 08:25 | |
*** MWelchUK <MWelchUK!~martyn@host86-146-26-151.range86-146.btcentralplus.com> has joined #yocto | 08:27 | |
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto | 08:28 | |
zeenix | meh, why is poky adding a -use-binary-wrapper to g-ir-scanner? | 08:29 |
zeenix | it breaks on my machine, with scanner not recognising this option | 08:30 |
rburton | because GIR and cross compilation are fundamentally incompatible, so there's hopefully invisible patches | 08:31 |
* zeenix tries a `bitbake -c cleansstate gobject-introspection` | 08:31 | |
zeenix | yup, that helped | 08:32 |
*** alimon1 <alimon1!~alimon@192.55.54.40> has quit IRC | 08:39 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 08:41 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 08:44 | |
*** MafiaInc <MafiaInc!~martian@92.247.20.94> has joined #yocto | 08:56 | |
*** lgro <lgro!~lgro@62.159.77.166> has quit IRC | 08:59 | |
*** lgro <lgro!~lgro@62.159.77.164> has joined #yocto | 09:02 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 09:14 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 09:15 | |
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has quit IRC | 09:16 | |
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has joined #yocto | 09:18 | |
*** zero_note <zero_note!~zero_note@2.238.240.162> has joined #yocto | 09:19 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-jivyfcicvidhrcwd> has joined #yocto | 09:24 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has joined #yocto | 09:24 | |
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has joined #yocto | 09:27 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has quit IRC | 09:45 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-gsyookkqthjmviix> has quit IRC | 09:57 | |
*** Anticom <Anticom!~quassel@217.6.33.234> has joined #yocto | 10:20 | |
*** grma_ <grma_!~gruberm@80.93.38.128> has joined #yocto | 10:24 | |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 10:24 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has joined #yocto | 10:28 | |
*** fragfutter <fragfutter!~scorch@belnbg038.gsi.de> has joined #yocto | 10:28 | |
zeenix | anyone seen this while building bluez? http://paste.fedoraproject.org/427128/47367674/ | 10:39 |
flitjes | Ulfalizer: thnx I'll look in to it | 10:40 |
zeenix | this patch works for my debian-using colleague but not me: http://paste.fedoraproject.org/427129/76902147/ | 10:42 |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC | 10:46 | |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC | 10:51 | |
*** ant_work <ant_work!~ant__@host126-250-dynamic.16-79-r.retail.telecomitalia.it> has quit IRC | 10:51 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has quit IRC | 10:53 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has joined #yocto | 10:53 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 10:57 | |
*** ant_work <ant_work!~ant__@host126-250-dynamic.16-79-r.retail.telecomitalia.it> has joined #yocto | 11:01 | |
*** sujith_h <sujith_h!~toaster@139.181.35.34> has quit IRC | 11:10 | |
zeenix | hmm.. now poky/krogoth's patches to dbus don't apply possibly because of conflict with patches from meta-ivi :( | 11:11 |
*** berton <berton!~fabio@179.105.254.222> has joined #yocto | 11:35 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ygftgatsippvnqul> has joined #yocto | 11:39 | |
zeenix | hmm.. meta-ivi's master branch seems to be for jethro :( | 11:41 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 11:45 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-jivyfcicvidhrcwd> has quit IRC | 11:53 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-izizxuufvkkdifcg> has joined #yocto | 11:57 | |
*** istarilucky <istarilucky!~rlucca@189.112.127.225> has joined #yocto | 11:58 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:59 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 12:01 | |
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has quit IRC | 12:05 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 12:07 | |
zeenix | rburton, i'm guessing jethrow is not the branch fedora folks use? | 12:07 |
*** ecdhe <ecdhe!~ecdhe@173-22-126-166.client.mchsi.com> has joined #yocto | 12:08 | |
*** ant_work <ant_work!~ant__@host126-250-dynamic.16-79-r.retail.telecomitalia.it> has quit IRC | 12:08 | |
zeenix | ERROR: ParseError at /home/zeenix/pelux/sources/meta-openembedded/meta-oe/recipes-support/maliit/maliit-plugins_git.bb:7: Could not inherit file classes/qt4x11.bbclass | 12:12 |
rburton | remember to match up your branches | 12:13 |
rburton | ie you probably forgot to switch meta-oe and/or meta-qt4 | 12:13 |
zeenix | ah yes | 12:13 |
zeenix | i switched back to krogoth in poky and forgot to do so in meta-oe | 12:14 |
*** psnsilva_ <psnsilva_!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto | 12:15 | |
*** Anticom <Anticom!~quassel@217.6.33.234> has quit IRC | 12:18 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 12:18 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has joined #yocto | 12:18 | |
*** boucman_work <boucman_work!~boucman@193.56.60.161> has joined #yocto | 12:23 | |
*** Anticom <Anticom!~quassel@217.6.33.234> has joined #yocto | 12:23 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto | 12:27 | |
*** Anticom <Anticom!~quassel@217.6.33.234> has joined #yocto | 12:31 | |
*** kscherer <kscherer!~kscherer@128.224.252.2> has joined #yocto | 12:32 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-hzpnzeoempitocun> has joined #yocto | 12:33 | |
*** Anticom <Anticom!~quassel@217.6.33.234> has quit IRC | 12:45 | |
*** dv_ <dv_!~quassel@62.178.118.86> has quit IRC | 12:48 | |
*** dv_ <dv_!~quassel@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto | 12:48 | |
*** marka <marka!~marka@128.224.252.2> has joined #yocto | 12:52 | |
*** jku <jku!jku@nat/intel/x-ocnrmirivrdkxowy> has quit IRC | 12:56 | |
zeenix | oh where is jku when you need him | 12:56 |
zeenix | ah, he just quit | 12:57 |
zeenix | | make[4]: *** No rule to make target 'GdkPixbuf-2.0.typelib', needed by 'all-am'. Stop. | 13:00 |
zeenix | | make[4]: *** Waiting for unfinished jobs.... | 13:00 |
zeenix | | make[4]: Leaving directory '/home/zeenix/pelux/build/tmp/work/x86_64-linux/gdk-pixbuf-native/2.32.3-r0/build/gdk-pixbuf' | 13:00 |
zeenix | rburton, seen this? | 13:00 |
rburton | nope. decided to do GI for some reason. what release? | 13:01 |
*** istarilucky <istarilucky!~rlucca@189.112.127.225> has quit IRC | 13:02 | |
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto | 13:02 | |
zeenix | rburton, version of? it's krogoth branch | 13:03 |
rburton | so gdk-pixbuf inherits gobject-introspection which passes —disable-introspection in native builds | 13:05 |
rburton | hm looks like krogoth's g-i support doesn't blanklet disable it for native builds | 13:07 |
rburton | cherry-pick be18364edd5cd2c664f68120063a1e147563faab | 13:07 |
rburton | (1b71c59b12301a6d4816bf1d8659db3060870b63 if you have a poky clone) | 13:07 |
zeenix | makes sense.. | 13:08 |
rburton | (if that fixes, you can submit it to the stable branch by sending that commit rebased to krogoth to the list with [krogoth] in the subject | 13:09 |
zeenix | will do | 13:09 |
*** fenrig <fenrig!5ee32de5@gateway/web/freenode/ip.94.227.45.229> has joined #yocto | 13:11 | |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 13:14 | |
*** Crofton <Crofton!~Crofton@40.141.198.194> has quit IRC | 13:18 | |
zeenix | rburton, it works! | 13:22 |
zeenix | rburton, which list i shoudl be sending to? | 13:22 |
rburton | zeenix: oe-core@lists.openembedded.org | 13:23 |
*** zeddii <zeddii!~bruce@128.224.252.2> has quit IRC | 13:25 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 13:28 | |
joshuagl | rburton: does that shortened form work? | 13:29 |
joshuagl | openembedded-core@lists.openembedded.org | 13:30 |
rburton | erm, no | 13:32 |
rburton | sorry | 13:32 |
rburton | i was going to put oe-core@ for conciseness | 13:33 |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has quit IRC | 13:33 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 13:35 | |
*** falk0n <falk0n!~falk0n@a79-168-127-182.cpe.netcabo.pt> has joined #yocto | 13:37 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has joined #yocto | 13:37 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 13:40 | |
fray | I just noticed something. In lib/oe/package_manager.py, the system now makes a local copy of the RPMs into the workdir and then runs smart and rpm against that. (including package signing and everything else). I no longer see any way to sign the packages, or update the index of the packages in the 'deploy/rpms' directory. Am I missing something? | 13:41 |
fray | the problem is it's now suddenly much harder to setup a remote feed | 13:41 |
fragfutter | ist there a variable to reference the native sysroot? like PKG_CONFIG_SYSROOT_DIR references the target sysroot? | 13:41 |
*** ftonello <ftonello!~felipe@81.145.202.106> has quit IRC | 13:43 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 13:43 | |
*** ftonello <ftonello!~felipe@81.145.202.106> has joined #yocto | 13:45 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has joined #yocto | 13:46 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 13:47 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 13:47 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has quit IRC | 13:49 | |
*** sgw_ <sgw_!~sgw_@134.134.139.82> has joined #yocto | 13:53 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has joined #yocto | 13:54 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 13:54 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has quit IRC | 13:55 | |
*** a1cypher <a1cypher!~mroy@mail.krausglobal.com> has quit IRC | 13:55 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has joined #yocto | 13:55 | |
*** fenrig <fenrig!5ee32de5@gateway/web/freenode/ip.94.227.45.229> has quit IRC | 13:57 | |
fray | ahh forgot about package-index -- however that doesn't seem to work | 13:58 |
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has quit IRC | 13:58 | |
fray | tells me there are no packages in the directory, it never went into the individual arch folders and generated the index.. :/ | 13:58 |
zeenix | rburton, patch sent | 14:01 |
*** morphis <morphis!~morphis@pD9ED67AD.dip0.t-ipconnect.de> has quit IRC | 14:03 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 14:04 | |
*** aehs29 <aehs29!~aehernan@134.134.139.70> has joined #yocto | 14:07 | |
fragfutter | i want to create a package that just specifies dependencies. (that would be a meta package in normal yum/rpm). Yocto creates a foobar-dev rpm. The foobar-dev rpm has a dependency on foobar which does not exist. | 14:08 |
* fray opned bug 10258 | 14:09 | |
yocti | Bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=10258 normal, Undecided, ---, mark.hatle, NEW , bitbake package-index does not work with 'rpm' | 14:09 |
*** MafiaInc <MafiaInc!~martian@92.247.20.94> has quit IRC | 14:11 | |
*** frsc <frsc!~frsc@80.149.173.67> has quit IRC | 14:13 | |
*** madisox <madisox!~madison@12.30.244.5> has joined #yocto | 14:14 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 14:17 | |
*** morphis <morphis!~morphis@pD9ED67AD.dip0.t-ipconnect.de> has joined #yocto | 14:18 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 14:20 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto | 14:26 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 14:31 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has quit IRC | 14:34 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC | 14:36 | |
*** alimon1 <alimon1!alimon@nat/intel/x-avcpyofjlcrgntpn> has joined #yocto | 14:37 | |
*** Crofton <Crofton!~Crofton@66-87-75-136.pools.spcsdns.net> has joined #yocto | 14:38 | |
*** tlwoerner <tlwoerner!~trevor@unaffiliated/tlwoerner> has quit IRC | 14:39 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 14:44 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 14:45 | |
*** sgw_ <sgw_!~sgw_@134.134.139.82> has quit IRC | 14:47 | |
*** crazyorc <crazyorc!~twhetten@67.137.137.82> has joined #yocto | 14:47 | |
*** crazyorc <crazyorc!~twhetten@67.137.137.82> has quit IRC | 14:53 | |
*** sjolley <sjolley!~sjolley@134.134.139.83> has quit IRC | 14:54 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 14:58 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 15:00 | |
*** Rootert <Rootert!~Rootert@82-168-15-181.ip.open.net> has quit IRC | 15:01 | |
*** RagBal <RagBal!~RagBal@82-168-15-181.ip.open.net> has quit IRC | 15:01 | |
*** RagBal <RagBal!~RagBal@82-168-15-181.ip.open.net> has joined #yocto | 15:02 | |
*** Rootert <Rootert!~Rootert@82-168-15-181.ip.open.net> has joined #yocto | 15:03 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 15:10 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 15:11 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 15:15 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.137.75> has joined #yocto | 15:16 | |
*** alimon1 <alimon1!alimon@nat/intel/x-avcpyofjlcrgntpn> has quit IRC | 15:16 | |
*** alimon1 <alimon1!~alimon@134.134.139.76> has joined #yocto | 15:17 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 15:20 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has quit IRC | 15:28 | |
*** a1cypher <a1cypher!~mroy@mail.krausglobal.com> has joined #yocto | 15:31 | |
a1cypher | Is there an easy way to find out where a particular task is defined? I have a task that is failing and I would like to look at the source and attempt to debug | 15:31 |
*** benjamirc <benjamirc!~besquive@134.134.139.74> has left #yocto | 15:32 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 15:34 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 15:35 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 15:35 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 15:35 | |
*** zeenix <zeenix!~zeenix@83.218.80.242> has quit IRC | 15:35 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 15:36 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 15:37 | |
Ulfalizer | a1cypher: what task is it? standard tasks like do_compile, etc., are defined in base.bbclass or one of the classes it inherits. other tasks would come from bblasses you inherit via INHERIT or in the recipe. | 15:37 |
Ulfalizer | you can search for the task in the output of bitbake -e. its source will be listed there. | 15:37 |
Ulfalizer | then you could grep for a part of that source to see where it's defined. might be in meta/classes for example. | 15:38 |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 15:38 | |
Ulfalizer | bit roundabout. bitbake -e doesn't seem to give locations for functions though. just the source. :/ | 15:38 |
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has joined #yocto | 15:38 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 15:38 | |
a1cypher | Ulfalizer: its do_image_sdcard | 15:38 |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 15:40 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 15:42 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 15:42 | |
*** manuel__ is now known as manuel_ | 15:42 | |
Ulfalizer | a1cypher: looks like it's in the meta-freescale layer. it's a bit tricky to search for, because it's defined using IMAGE_*_sdcard variables. | 15:48 |
Ulfalizer | you want to look at meta-freescale/classes/image_types_fsl.bbclass | 15:48 |
*** falk0n <falk0n!~falk0n@a79-168-127-182.cpe.netcabo.pt> has quit IRC | 15:48 | |
Ulfalizer | search for _sdcard in there | 15:48 |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 15:51 | |
a1cypher | ok, thanks. I'll go look in there | 15:53 |
Ulfalizer | btw, the 2.2 versions of the manuals have quite a lot of new information, in case you're reading 2.1 | 15:56 |
*** boucman_work <boucman_work!~boucman@193.56.60.161> has quit IRC | 16:03 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-87-53.fbx.proxad.net> has quit IRC | 16:06 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B91F.dip0.t-ipconnect.de> has quit IRC | 16:09 | |
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto | 16:17 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 16:17 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 16:18 | |
*** arkver <arkver!~arkver@host86-131-204-18.range86-131.btcentralplus.com> has joined #yocto | 16:20 | |
a1cypher | does bitbake cache tasks? Ie, if I change the code by adding some bbnote lines will the new bbclass be immediately active or do I have to flush some cache somewhere? | 16:20 |
Ulfalizer | it'll realize the task needs to be rerun automatically | 16:23 |
*** mckoan is now known as mckoan|away | 16:23 | |
a1cypher | Ok, this is behaving strangely then. I added a note to the IMAGE_CMD_sdcard cmd in image_types_fsl.bbclass and then when I do bitbake core-image-full-cmdline -e and look through for the do_image_sdcard function I see the old source without my bbnote in it | 16:27 |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC | 16:27 | |
a1cypher | nm. figured it out. I have meta-fsl-arm and meta-freescale maybe two copies of the same thing. the one thats executing is meta-fsl-arm | 16:28 |
arkver | Hi. Has there been a change in how MACHINE_OVERRIDES is built? Not using SOC_FAMILY perhaps? | 16:30 |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 16:30 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 16:32 | |
*** manuel__ is now known as manuel_ | 16:32 | |
Ulfalizer | arkver: you can search for MACHINE_OVERRIDES in the output of bitbake -e to check. before the line that lists the value of the variable, there's comments explaining how it got that value. | 16:32 |
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC | 16:32 | |
*** aehs29 <aehs29!~aehernan@134.134.139.70> has left #yocto | 16:36 | |
arkver | Thanks. I think I need to check out krogoth and try it there since master is suddenly not finding my machine in the recipe for firmware-imx. I just did a repo sync & blew away my old tmp dir unfortunately. | 16:39 |
*** zero_note <zero_note!~zero_note@2.238.240.162> has quit IRC | 16:41 | |
*** armpit <armpit!~akuster@2601:202:4001:9ea0:f0a1:4ecf:1e7b:61b2> has joined #yocto | 16:48 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC | 16:48 | |
*** armpit <armpit!~akuster@2601:202:4001:9ea0:f0a1:4ecf:1e7b:61b2> has quit IRC | 16:53 | |
*** armpit <armpit!~akuster@2601:202:4001:9ea0:f0a1:4ecf:1e7b:61b2> has joined #yocto | 16:58 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC | 17:00 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-izizxuufvkkdifcg> has quit IRC | 17:00 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 17:02 | |
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC | 17:05 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 17:07 | |
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has quit IRC | 17:13 | |
kergoth | wow, that autoreconf-include patch that was removed due to being upstreamed had been in the oe repo since 2004 | 17:13 |
*** LeoB <LeoB!~leonardo@200.174.214.130> has joined #yocto | 17:18 | |
*** LeoB <LeoB!~leonardo@unaffiliated/user-007> has joined #yocto | 17:18 | |
LeoB | Hello! | 17:18 |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 17:19 | |
*** aehs29 <aehs29!~aehernan@134.134.139.74> has joined #yocto | 17:19 | |
LeoB | I am building a rootfs image using yocto, but when I generate the SDK (-c populate_sdk) I get OpenCV but not OpenCVConfig.cmake (needed for CMake use) | 17:20 |
LeoB | OIN the gerenerated image (not SDK) I get this file, but not on SDK | 17:20 |
LeoB | *On | 17:20 |
LeoB | it exists on "./out-glibc/sysroots/apalis-t30/usr/share/OpenCV/OpenCVConfig.cmake" but not on /usr/local/oecore-x86_64/sysroots/apalis-t30/usr/share/OpenCV/ | 17:23 |
*** benjamirc1 <benjamirc1!~besquive@134.134.137.75> has quit IRC | 17:27 | |
*** grma_ <grma_!~gruberm@80.93.38.128> has quit IRC | 17:29 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC | 17:33 | |
*** moto-timo <moto-timo!~ttorling@134.134.139.74> has joined #yocto | 17:37 | |
*** moto-timo <moto-timo!~ttorling@134.134.139.74> has quit IRC | 17:37 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto | 17:37 | |
Ulfalizer | LeoB: TOOLCHAIN_TARGET_TASK lists the target (for the machine you're building for) packages that get installed into the SDK. i'm not familiar with how the standard poky distribution sets things up, but maybe you can trace it out from there. | 17:38 |
Ulfalizer | it's something that ought to be documented though, because it's really basic. the manuals have strange holes sometimes. | 17:39 |
kergoth | https://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html#var-TOOLCHAIN_TARGET_TASK | 17:40 |
Ulfalizer | i meant poky's setup, with the packagegroups it uses | 17:42 |
Ulfalizer | just two mentions of TOOLCHAIN_TARGET_TASK in the development and reference manuals is pretty silly too | 17:42 |
Ulfalizer | maybe i'll get around to it later | 17:43 |
nisha | hello, I've been getting a sanity test error in my build but I am unable to find any documentation on what this is. Can someone explain? | 17:43 |
Ulfalizer | nisha: which one is it? | 17:44 |
*** toscalix <toscalix!~toscalix@80.91.70.192> has quit IRC | 17:44 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 17:44 | |
nisha | Ulfalizer, the error message looks like this: ERROR: qtivi-extension-wrapper-v3-git-r0 do_populate_sysroot: QA Issue: JLRVehicleFunctions.pc failed sanity test (tmpdir) in path /mnt/build/c1c8666e3485664ca3f10aabc52c6bc28e451d67/cascadia-image-hmi-intel-corei7-64-debug/tmp/work/corei7-64-cascadia-linux/qtivi-extension-wrapper-v3/git-r0/sysroot-destdir/usr/lib/pkgconfig [pkgconfig] | 17:46 |
nisha | so do_populate? | 17:47 |
Ulfalizer | nisha: search for "failed sanity test (tmpdir)" in the reference manual. there's an explanation there. | 17:48 |
nisha | Ulfalizer, thanks! | 17:49 |
Ulfalizer | you're including too much stuff in the paths in the .pc file. they should not include the sysroot path. | 17:49 |
Ulfalizer | np | 17:49 |
*** Biliogadafr <Biliogadafr!~pin@62.214.49.206> has quit IRC | 17:57 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 18:00 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 18:00 | |
*** morphis <morphis!~morphis@pD9ED67AD.dip0.t-ipconnect.de> has quit IRC | 18:09 | |
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto | 18:13 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has joined #yocto | 18:15 | |
*** Crofton <Crofton!~Crofton@66-87-75-136.pools.spcsdns.net> has quit IRC | 18:18 | |
arkver | Krogoth adds SOC_FAMILY into MACHINEOVERRIDES when including soc-family.inc, which is included from imx-base.inc | 18:22 |
arkver | Master does not, and appears to create a lot of target specific MACHINEOVERRIDES_EXTENDER_* variables. Still digging to see where this came from and what I'm missing in my machine's conf. | 18:23 |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has left #yocto | 18:24 | |
arkver | ok, so Krogoth's imx6 machine confs (eg. imx6dlsabresd.conf) has SOC_FAMILY, like this | 18:28 |
arkver | SOC_FAMILY = "mx6:mx6dl" | 18:28 |
arkver | Master just does this... | 18:28 |
arkver | MACHINEOVERRIDES =. "mx6:mx6dl:" | 18:28 |
arkver | So I guess the mechanism has changed and meta-fsl-arm at least no longer uses SOC_FAMILY. Hey ho. | 18:29 |
*** zero_note <zero_note!~zero_note@2-238-74-201.ip242.fastwebnet.it> has joined #yocto | 18:32 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 18:32 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 18:33 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has quit IRC | 18:37 | |
Ulfalizer | arkver: you probably already have it figured out, but i extended the *OVERRIDES variable descriptions a lot recently btw: http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#var-OVERRIDES | 18:39 |
*** paulg <paulg!~paulg@72.1.195.9> has joined #yocto | 18:43 | |
arkver | Yeah, thanks. I'll read the updated docs. | 18:45 |
arkver | Here, fyi... | 18:45 |
arkver | https://github.com/Freescale/meta-fsl-arm/commit/90c00bba1ce3d3df78138c146323c7244099aa26 | 18:45 |
arkver | That'll teach me to read the commit logs before I update my work area. :) | 18:46 |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ygftgatsippvnqul> has quit IRC | 18:47 | |
*** caiortp <caiortp!~inatel@131.221.240.204> has joined #yocto | 18:50 | |
Ulfalizer | it's nice that they're trying to make it simpler to understand at least. i appreciate the sentiment. | 18:51 |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 18:53 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 18:56 | |
*** toanju <toanju!~toanju@x55b2f440.dyn.telefonica.de> has joined #yocto | 18:57 | |
*** toanju <toanju!~toanju@x55b2f440.dyn.telefonica.de> has joined #yocto | 18:58 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 18:58 | |
*** manuel__ is now known as manuel_ | 18:58 | |
arkver | Indeed. And just for the record, here's Otavio's patch series... | 19:02 |
arkver | https://lists.yoctoproject.org/pipermail/meta-freescale/2016-September/019045.html | 19:03 |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 19:04 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 19:05 | |
jmesmon | so using a SRCREV_FORMAT like 'foo_foo-pkg' breaks things because '_' isn't actually used to split things, all possible subsitution is done. Which means that using names which are substrings of other names probably shouldn't be allowed. | 19:06 |
jmesmon | I'm noting this because I just ran into an interesting bug where sometimes XXXXX_XXXXX-pkg is used and sometimes XXXXX_YYYYYY is used for the same recipe. | 19:07 |
*** dmoseley1 <dmoseley1!~dmoseley@6532158hfc157.tampabay.res.rr.com> has joined #yocto | 19:09 | |
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has quit IRC | 19:10 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 19:11 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 19:11 | |
LeoB | Ulfalizer, so to add a package to a sdk I need to do more than add it to "IMAGE_INSTALL_append" on local.conf | 19:13 |
LeoB | this TOOLCHAIN_TARGET_TASK variable, can I change it from local.conf? | 19:14 |
neverpanic | jmesmon: I've seen the same thing recently, and unfortunately SRCREV_FORMAT's behavior isn't defined, so it's being used with both _ and - as separator | 19:14 |
Ulfalizer | LeoB: yup, IMAGE_INSTALL is for the image. TOOLCHAIN_TARGET_TASK_append should work though. | 19:14 |
LeoB | thank you! | 19:15 |
*** MWelchUK <MWelchUK!~martyn@host86-146-26-151.range86-146.btcentralplus.com> has quit IRC | 19:15 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 19:15 | |
jmesmon | neverpanic: yep, the code in bitbake doesn't actually treat anything as a seperator, and the docs, while suggesting an example using '_' as a seperator, never call it a seperator. | 19:15 |
Ulfalizer | LeoB: might help to know how variable scopes work btw. see the note in http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#usingpoky-debugging-viewing-variable-values. | 19:15 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 19:16 | |
*** Crofton <Crofton!~Crofton@66-87-75-136.pools.spcsdns.net> has joined #yocto | 19:16 | |
Ulfalizer | jmesmon: the code is in get_srcrev() in bitbake/lib/bb/fetch2/__init__.py btw. maybe it could be fixed to split on '_' instead. that's be an improvement at least. | 19:16 |
Ulfalizer | it just does format = format.replace(name, rev) at the moment | 19:17 |
jmesmon | yep | 19:17 |
Ulfalizer | another separator like ':' would've been better though, because that can't appear in names :/ | 19:17 |
Ulfalizer | but too late i guess | 19:17 |
jmesmon | Can ':' appear in PV, though? SRCREV_FORMAT needs to generate a PV. | 19:18 |
Ulfalizer | i meant having it replace the ':' by something else later | 19:18 |
neverpanic | Ulfalizer: The problem with changing it now is that you either keep having the same problem because you need to replace substrings, or you break the recipes that use '-' | 19:18 |
Ulfalizer | kinda loses some flexibility though | 19:18 |
jmesmon | I guess one could sanitize it prior to handing it back from get_srcrev | 19:18 |
Ulfalizer | neverpanic: yeah, "but too late i guess" | 19:18 |
Ulfalizer | jmesmon: it could also replace the longest matches first. bit hackish, but that solves your problem at least. | 19:19 |
jmesmon | that's an interesting idea. Would there be any common cases not covered by that? | 19:21 |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 19:21 | |
Ulfalizer | can't think of any. it'd probably do "what you expect" in ambiguous cases. | 19:21 |
Ulfalizer | guess you could run into trouble if stuff expand to other stuff that then matches some name, but you could probably work around that | 19:22 |
Ulfalizer | the current version might have that problem too | 19:23 |
jmesmon | haha, yep. If somehow the name & the srcrev prefix happen to be the same... | 19:23 |
neverpanic | I don't think that would happen, unless you name your source like a revision number or git commit hash | 19:24 |
neverpanic | (which I'd consider a case of "doctor, it hurts when I do this") | 19:24 |
Ulfalizer | best would've been something like "%foo%_%bar%" instead of the current "foo_bar". then it'd be both flexible and much safer. but too late... | 19:25 |
jmesmon | sure, it's unlikely. but if the length is correct, it's possible to get collisions on the 8 characters or so used for the hash. | 19:25 |
jmesmon | Ulfalizer: or "{foo}_{bar}" so it matches python format strings. Could then lean on .format() to do the substr | 19:26 |
jmesmon | s/substr/subst/ | 19:26 |
Ulfalizer | yeah, works too | 19:26 |
*** joshuagl <joshuagl!~joshuagl@192.198.151.44> has quit IRC | 19:30 | |
Ulfalizer | jmesmon: names_sorted_by_len = sorted(ud.names, key=len) | 19:33 |
Ulfalizer | for name in names_sorted_by_len: | 19:33 |
Ulfalizer | ... | 19:33 |
Ulfalizer | i think that would be a reasonable patch to submit | 19:33 |
Ulfalizer | along with a comment that explains why they're sorted by len | 19:33 |
Ulfalizer | hmm, maybe i sorted it in the wrong order there, but you get the idea :P | 19:33 |
Ulfalizer | names_sorted_by_len = sorted(ud.names, key=len, reverse=True) seems to work | 19:34 |
Ulfalizer | or just for name in sorted(ud.names, key=len, reverse=True): | 19:35 |
Ulfalizer | jmesmon: i could submit that patch if you don't feel like it. just let me know. | 19:47 |
jmesmon | Ulfalizer: it sounds like you've already got one together, so if you'd like to submit it feel free. (I've already worked around this locally by adjusting my `name`s). | 19:48 |
jmesmon | Ulfalizer: If you'd like you can CC me: Cody P Schafer <dev@codyps.com> | 19:48 |
Ulfalizer | ok, will do | 19:49 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 19:55 | |
*** Biliogadafr <Biliogadafr!~pin@p5B3FE137.dip0.t-ipconnect.de> has joined #yocto | 19:56 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 19:56 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 19:57 | |
*** zero_note <zero_note!~zero_note@2-238-74-201.ip242.fastwebnet.it> has quit IRC | 20:00 | |
*** joseppc <joseppc!~josep@c-fc18e455.010-118-73746f7.cust.bredbandsbolaget.se> has joined #yocto | 20:01 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 20:01 | |
*** benjamirc <benjamirc!~besquive@134.134.137.71> has joined #yocto | 20:04 | |
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has joined #yocto | 20:07 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 20:08 | |
*** zero_note <zero_note!~zero_note@2-238-74-201.ip242.fastwebnet.it> has joined #yocto | 20:14 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 20:14 | |
*** benjamirc <benjamirc!~besquive@134.134.137.71> has quit IRC | 20:17 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 20:18 | |
kergoth | hmm | 20:18 |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC | 20:19 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 20:21 | |
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 20:21 | |
kergoth | hmm, bitbake doesn't respond well to event handlers raising exceptions, we should work on that | 20:23 |
kergoth | File "/scratch/dogwood/pdk-licensing/poky/bitbake/lib/bb/ui/uihelper.py", line 48, in | 20:24 |
kergoth | eventHandler | 20:24 |
kergoth | del self.running_tasks[event.pid] | 20:24 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 20:24 | |
*** bluelightning <bluelightning!~paul@2406:e007:4090:1:5e51:4fff:febb:401d> has joined #yocto | 20:25 | |
*** bluelightning <bluelightning!~paul@2406:e007:4090:1:5e51:4fff:febb:401d> has quit IRC | 20:25 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 20:25 | |
*** zero_note <zero_note!~zero_note@2-238-74-201.ip242.fastwebnet.it> has quit IRC | 20:28 | |
*** Crofton <Crofton!~Crofton@66-87-75-136.pools.spcsdns.net> has quit IRC | 20:28 | |
*** paulg <paulg!~paulg@72.1.195.9> has quit IRC | 20:30 | |
LeoB | Ulfalizer, using -e i found out that _append is working. (i.e. TOOLCHAIN_TARGET_TASK gets opencv and cmake at the end) | 20:31 |
*** MWelchUK <MWelchUK!~martyn@host86-146-26-151.range86-146.btcentralplus.com> has joined #yocto | 20:31 | |
LeoB | but still no .cmake file | 20:31 |
LeoB | on the installed sdk. | 20:32 |
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has quit IRC | 20:34 | |
Ulfalizer | LeoB: to get the .cmake file, you probably need to add the -dev package to TOOLCHAIN_TARGET_TASK | 20:35 |
*** blueness is now known as basile | 20:35 | |
*** basile is now known as Guest94056 | 20:36 | |
Ulfalizer | the -dev package depends on the base package by default, so you'll get that too if you just add the -dev package | 20:36 |
*** Guest94056 is now known as blueness | 20:36 | |
Ulfalizer | LeoB: take a look at http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#viewing-package-information-with-oe-pkgdata-util too for an easy way to see what files are in what packages | 20:37 |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 20:37 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 20:38 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 20:40 | |
Ulfalizer | kergoth: in get_srcrev() in bitbake/lib/bb/fetch2/__init__.py, what does len(urldata[scms[0]].names) represent? would it only be larger than one if you specify the same repository more than once, with different names? | 20:40 |
kergoth | that's the case where multiple names/branches/srcrevs are specified for a single url, afaik | 20:41 |
kergoth | i.e. ;name=foo,bar;branch=alpha,beta | 20:41 |
Ulfalizer | ok, that's what i thought. thanks. | 20:42 |
kergoth | not very common. iirc it used to be used in older linux-yocto kernels, nowadays there are two repositories with different names instead | 20:42 |
* kergoth had to deal with this when working on shallow | 20:43 | |
*** benjamirc <benjamirc!~besquive@134.134.139.82> has joined #yocto | 20:43 | |
kergoth | RP: does FILE not work as expected during the parse of a bbclass? I just added a class to INHERIT, did a := on ${FILE}. and the result is the absolute path to bblayers.conf.. | 20:44 |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 20:47 | |
*** paulg <paulg!~paulg@70.52.193.89> has joined #yocto | 20:48 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto | 20:50 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 20:52 | |
RP | kergoth: I was talking with fray about this recently who ran into it. It seems FILE isn't updated during class parsing | 20:57 |
RP | kergoth: it always seems to have done this, I don't know why | 20:57 |
RP | kergoth: Its not something that particularly makes sense to me | 20:57 |
kergoth | huh, strange. iirc the logic is straightforward, it's set when the parsing of a file starts | 20:58 |
* kergoth adds a note to investigate at some point | 20:58 | |
kergoth | not exactly a priority :) | 20:58 |
RP | kergoth: http://git.yoctoproject.org/cgit.cgi/poky/tree/bitbake/lib/bb/parse/parse_py/BBHandler.py#n141 | 20:58 |
RP | kergoth: I know where it does it, why though... | 20:59 |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 20:59 | |
RP | kergoth: I have been tempted to remove it before... | 21:00 |
kergoth | that's strange. i'm guessing maybe it didn't want to screw up the value of FILE in the recipe, but it wouldn't anyway since we keep track of the 'old' value | 21:01 |
LeoB | Ulfalizer, thank you! I learned a lot today! | 21:01 |
*** Tenhi_ <Tenhi_!~tenhi@static.177.80.201.138.clients.your-server.de> has joined #yocto | 21:01 | |
* kergoth shrugs, not a clue | 21:01 | |
RP | kergoth: its not been annoying enough that I've run the risk of removing it | 21:02 |
kergoth | indeed, fair enough | 21:03 |
kergoth | maybe something to try right after a release | 21:03 |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 21:03 | |
RP | kergoth: along with getVar defaulting to expand :) | 21:05 |
kergoth | indeed | 21:05 |
*** Tenhi_ <Tenhi_!~tenhi@static.177.80.201.138.clients.your-server.de> has quit IRC | 21:06 | |
kergoth | you know what i'll like about that change.. dict access being more useful. d.get("SOME_VAR", "DEFAULT_VALUE") would actually be of use | 21:06 |
kergoth | s/dict/mapping/ | 21:06 |
*** _markfeatherston <_markfeatherston!~mark@wsip-174-79-58-228.ph.ph.cox.net> has joined #yocto | 21:07 | |
*** pohly <pohly!~pohly@p5DE8CACD.dip0.t-ipconnect.de> has quit IRC | 21:07 | |
RP | kergoth: been working towards it for a while :) | 21:07 |
kergoth | RP: you see the change to use compact dict in python 3.6? pretty interesting | 21:08 |
RP | kergoth: I haven't seen that, no | 21:10 |
kergoth | https://mail.python.org/pipermail/python-dev/2016-September/146327.html | 21:10 |
RP | kergoth: I get kind of sad I'm so buried in the here and now I don't get to see things like this :/ | 21:10 |
RP | kergoth: that is quite interesting. Its nice to think we can benefit from 3.x features at some point :) | 21:13 |
kergoth | indeed | 21:14 |
fray | I wonder (time scale wise) when we can finally expect that to be available in the python3 on various hosts... | 21:16 |
*** Biliogadafr <Biliogadafr!~pin@p5B3FE137.dip0.t-ipconnect.de> has quit IRC | 21:18 | |
*** marka <marka!~marka@128.224.252.2> has quit IRC | 21:23 | |
*** berton <berton!~fabio@179.105.254.222> has quit IRC | 21:24 | |
*** benjamirc <benjamirc!~besquive@134.134.139.82> has quit IRC | 21:27 | |
*** caiortp <caiortp!~inatel@131.221.240.204> has quit IRC | 21:27 | |
*** toanju <toanju!~toanju@x55b2f440.dyn.telefonica.de> has quit IRC | 21:28 | |
*** Crofton <Crofton!~Crofton@66-87-75-136.pools.spcsdns.net> has joined #yocto | 21:29 | |
RP | fray: don't depress me please ;-) | 21:32 |
*** dmoseley1 <dmoseley1!~dmoseley@6532158hfc157.tampabay.res.rr.com> has quit IRC | 21:33 | |
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 21:36 | |
*** LeoB <LeoB!~leonardo@unaffiliated/user-007> has quit IRC | 21:45 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 21:46 | |
*** igor2 <igor2!~igor@177.159.144.73> has quit IRC | 21:47 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 21:48 | |
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has quit IRC | 21:51 | |
*** benjamirc <benjamirc!~besquive@134.134.139.82> has joined #yocto | 21:55 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 21:56 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 22:00 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC | 22:02 | |
*** lgro <lgro!~lgro@62.159.77.164> has quit IRC | 22:11 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 22:11 | |
_markfeatherston | I'm having trouble with glibc locales on the krogoth branch. "glibc-locale: 815 installed and not shipped files. [installed-vs-shipped]". Could anyone point me in the right direction for debugging this? I'm trying to understand how to see what packages are created from PACKAGES_DYNAMIC. | 22:11 |
kergoth | read the glibc-locale recipe to start with.. | 22:19 |
*** sameo <sameo!~samuel@192.55.55.37> has quit IRC | 22:25 | |
*** arkver <arkver!~arkver@host86-131-204-18.range86-131.btcentralplus.com> has quit IRC | 22:29 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 22:31 | |
*** agust <agust!~agust@p4FCB7757.dip0.t-ipconnect.de> has quit IRC | 22:39 | |
*** adelcast <adelcast!~adelcast@130.164.62.126> has left #yocto | 22:39 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 22:39 | |
*** sameo <sameo!~samuel@192.55.54.44> has joined #yocto | 22:43 | |
*** paulg <paulg!~paulg@70.52.193.89> has quit IRC | 22:46 | |
*** paulg <paulg!~paulg@173.239.178.230> has joined #yocto | 22:55 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 22:58 | |
_markfeatherston | I have definitely done that, but I haven't worked on a recipe quite as complex | 23:00 |
_markfeatherston | I just reproduced this with a slightly simpler build - adding DISTRO_FEATURES "x11 opengl" and building core-image-sato reproduces the same problem. | 23:01 |
Ulfalizer | _markfeatherston: http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#viewing-package-information-with-oe-pkgdata-util might be helpful to see what packages get built | 23:09 |
Ulfalizer | if you look in image/ instead of packages-split/, you can see what files get installed by do_install | 23:10 |
Ulfalizer | (it's ${D}) | 23:10 |
_markfeatherston | Thanks, I'll look into that | 23:13 |
*** benjamirc <benjamirc!~besquive@134.134.139.82> has quit IRC | 23:16 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 23:18 | |
*** sameo <sameo!~samuel@192.55.54.44> has quit IRC | 23:18 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 23:19 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 23:19 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 23:24 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 23:46 | |
*** paulg <paulg!~paulg@173.239.178.230> has quit IRC | 23:53 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto | 23:55 | |
*** Crofton <Crofton!~Crofton@66-87-75-136.pools.spcsdns.net> has quit IRC | 23:55 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 23:56 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!