**** BEGIN LOGGING AT Wed Apr 30 02:59:59 2014 Apr 30 04:44:10 'morning Apr 30 05:09:36 koen: meta-linaro is broken for daisy Apr 30 05:09:45 libgcc-initial change did it Apr 30 05:12:59 ah Apr 30 05:13:40 khem: I would've thought that was a safe change Apr 30 05:21:10 khem: anyway, I pushed a daisy branch to meta-linaro Apr 30 06:58:08 khem: next time don't use '---' in commmit message: http://patches.openembedded.org/patch/71027/ Apr 30 06:58:14 khem: git am doesn't like it :) Apr 30 07:12:23 koen: Good, I should have learnt myself since I was already bitten by it when I tried it with pw-am but laziness takes over Apr 30 07:30:19 asd Apr 30 07:47:21 Anyone here keen to translate the following comment in insane.bbclass:265 -> # Skip subdirectories for any packages with libdir in INSANE_SKIP Apr 30 08:36:37 how can i get perl lib dir (/usr/lib/perl5//) in a recipe ? Apr 30 08:50:14 morning all Apr 30 08:52:05 morning bluelightning Apr 30 08:59:00 hey blitz00 Apr 30 09:09:12 hey bluelightning Apr 30 09:10:08 hi koen Apr 30 09:34:06 morning all Apr 30 09:37:02 hi afournier Apr 30 10:03:14 bluelightning: do you know how i cat get perl libdir (/usr/lib/perl5//) in a recipe ? Apr 30 10:06:31 the makefile also calls perl -V:sitelib but it calls host's perl Apr 30 10:06:38 afournier: if it inherits cpan.bbclass then PERL_LIB is the variable to use I think Apr 30 10:06:54 ok i will try this Apr 30 10:07:59 FYI, it's a perl module inside a classic program Apr 30 10:08:36 cpan-base might do it Apr 30 10:08:38 afournier: you could have a look at other examples that do that e.g. perf Apr 30 10:08:44 ok Apr 30 10:18:33 ****** Hi all, is there any option to conditionally install any files to a package depending on which image it is built for ?? Apr 30 10:28:48 milan_1: the only way to do that is to split those "conditional" files out to a separate package, and then in the image recipe install that package into the image or not Apr 30 10:47:01 I have a vague recollection of some OE configuration that, when enabled, will not allow you to build images which are not entirely GPL:d? Apr 30 10:47:30 anyone know if this is possible, or is it something I misinterpretted Apr 30 10:51:50 ah, nvm. Found what I was looking for: INCOMPATIBLE_LICENSE Apr 30 10:53:42 mago_: FYI it's only regularly tested with INCOMPATIBLE_LICENSE = "GPLv3" Apr 30 10:54:20 hello. a colleague of mine found a bug in the distutils bbclass in danny, and would like to overwrite it in his own layer. but there is nothing like .bbappend for classes - you just inherit. Apr 30 10:54:31 is there some way to monkeypatch it ? Apr 30 10:54:41 or just copy over the .bbclass file and patch it? Apr 30 10:55:34 dv_: you can copy it over and modify it, if you want it to be picked up and used in preference to the core one you'll need to ensure BBPATH is set such that your layer's path is before the OE-Core one Apr 30 10:55:47 dv_: is this something fixed in newer versions? Apr 30 10:56:00 this is not yet fixed in daisy Apr 30 10:56:34 dv_: ok... well we'd really appreciate the patch if you have it ;) Apr 30 10:56:43 yeah, we'll upstream it once its done Apr 30 10:57:16 oh, and regarding PRINC, the migration from PRINC to PRSERVER is to ... simply not use PRINC anymore, right? Apr 30 10:57:17 another option would be just to apply your patch to your version of OE-Core in that case Apr 30 10:57:22 the prserve should start automatically Apr 30 10:57:22 dv_: yes Apr 30 10:57:34 dv_: no, you need to take steps to start it Apr 30 10:57:39 (in your config) Apr 30 10:57:42 so if I dont start it, things will not work properly Apr 30 10:58:06 the builds won't fail as a result Apr 30 10:58:19 but you won't get PR increasing when you add a bbappend Apr 30 10:58:35 thats what I mean. if for example I add a layer afterwards it will not update the version numbers Apr 30 10:58:43 (a layer with bbappends) Apr 30 10:58:44 whether or not that is a problem depends on whether you're using package management on your image and associated feeds Apr 30 10:59:20 and what about PR? Apr 30 10:59:35 this can still be set manually? Apr 30 10:59:42 absolutely, no change there Apr 30 10:59:47 alright, thanks Apr 30 11:11:33 what does "Cannot satisfy the following dependencies" in the populate stage really mean? I have the an ipk for the package it wants, so I'm unsure how to please bitbake :) Apr 30 11:12:25 tasslehoff: can you pastebin a more complete error? Apr 30 11:16:03 bluelightning: http://pastebin.com/mAayJmYS Apr 30 11:16:44 tasslehoff: what that means is, a recipe claimed to provide qtimageformats, but when it came time to build the SDK, the package didn't exist Apr 30 11:16:58 most likely because the package ended up empty and thus wasn't produced Apr 30 11:17:18 either that's a bug in the recipe or that's not a package you're supposed to try to install Apr 30 11:17:56 bluelightning: it exists, but I haven't checked if it is empty Apr 30 11:18:15 bluelightning: empty it is :) Apr 30 11:23:54 there is an ALLOW_EMPTY_${PN} in qtimageformats.inc, I would have thought that should take care of it. Apr 30 11:34:23 I'm really f**king up today. What about this one http://pastebin.com/xp2dcFfb ? Apr 30 11:41:39 bluelightning: Thanks for the input. Yes that should work ideally for me. But I have a problem which is little more complex, and it will take a lot of effort to identify all files and list under the respective bb files. Apr 30 11:44:16 bluelightning: e.g. some places I need to configure build or install a package according to the image for which I build it. So is there and DISTRO , DISTROOVERRIDES etc flag to help me out ? Apr 30 11:48:19 bluelightning: In one recipe I have a function called pkg_postinst_${PN}_linuxstdbase (), in another recipe I have a flag EXTRA_OECONF_linuxstdbase. So is there any way to enable this linuxstdbase stuff from local.conf ? Apr 30 12:14:20 milan_1: you'd need to have two separate distro configurations in order to have different DISTRO* values Apr 30 12:15:02 milan_1: linuxstdbase is an override that gets enabled to enable LSB compliance Apr 30 12:15:31 milan_1: there is a poky-lsb distro that enables it; you can set DISTRO = "poky-lsb" to use it Apr 30 12:47:52 bluelightning: Thanks...trying to use it. Apr 30 19:22:09 cleanup-workdir in master references "binutils-crosssdk", which is obsolete nowadays **** ENDING LOGGING AT Thu May 01 02:59:58 2014