**** BEGIN LOGGING AT Wed Feb 06 02:59:58 2013 Feb 06 08:06:39 good morning Feb 06 08:40:17 hi, all! I have a strange error while compiling qt4-embedded-gles_4.7.3 for arm, here is the log: http://pastebin.com/pZcr1G8v Can someone help me to compile the qt? Feb 06 09:07:46 Is it possible to remove elements from DISTRO_FEATURES using oe_filter_out ? Feb 06 09:11:24 hello Feb 06 09:11:34 Hi Feb 06 09:22:19 morning all Feb 06 09:22:42 good morning Feb 06 09:22:43 ascor_: it is if you use := however it's best just to explicitly set the value Feb 06 09:24:45 bluelightning : DISTRO_FEATURES := "${@oe_filter_out('pulseaudio', 'DISTRO_FEATURES', d)}" just scratched the whole variable Feb 06 09:25:10 ascor_: hang on a sec... pulseaudio is a backfilled feature Feb 06 09:25:14 but I am testing what I read here : http://permalink.gmane.org/gmane.linux.distributions.angstrom.devel/5575 Feb 06 09:25:27 if you wish to remove it you can do DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" Feb 06 09:25:56 (this is a special case) Feb 06 09:26:32 Hmm, anothe conversation that I will have to store Feb 06 09:27:10 Is it the same for wifi, bluetooth, ipv6 and all the stuff that are in the "defaultsetup" DISTRO ? Feb 06 09:27:35 no, those are not backfilled Feb 06 09:27:52 for those, just set your own value for DISTRO_FEATURES that does not include those values Feb 06 09:29:03 However DISTRO_FEATURES := "${@oe_filter_out('pulseaudio', bb.data.getVar('DISTRO_FEATURES', d, 1), d)}" removed pulseaudio from DISTRO_FEATURES Feb 06 09:29:37 What does "backfilled" means ? Feb 06 10:38:38 ascor_: http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#ref-features-backfill Feb 06 10:55:01 what is best way to check 'ERROR: Multiple .bb files are due to be built which each provide' reason? Feb 06 10:55:09 hello everyone Feb 06 10:55:17 Hello Feb 06 10:55:28 external toolchain just worked some time ago and now eglibc wants to be built as well Feb 06 10:58:44 'bitbake linaro-image-minimal -g;grep eglibc pn-depends.dot' does not give hints Feb 06 11:00:42 ok, have suspect Feb 06 11:01:15 bluelightning: my distribution uses angstrom, not poky. Feb 06 11:01:32 ascor_: should still be applicable Feb 06 11:02:05 ascor_: the feature was added in order to allow new features to be added that would disable existing functionality if they were not present Feb 06 11:02:19 s/the feature/backfilling/ Feb 06 11:02:43 i.e. before there was a "pulseaudio" feature, pulseaudio was always enabled Feb 06 11:03:32 pulseaudio was added by a receipe, now it has its own receipe ? Feb 06 11:06:37 no, we're talking about pulseaudio support in other recipes Feb 06 11:06:40 e.g. gstreamer Feb 06 11:08:12 Hmm these are subtle considerations ... I'll deal with not fully understanding for now ;) Feb 06 11:11:26 becaus now is time to lunch ! Feb 06 13:23:35 Hi, anyone active? Feb 06 13:24:49 anders__: please ask your question Feb 06 13:26:22 great Feb 06 13:29:42 I'm usning recrdeptask to cherry pick from a staging area Feb 06 13:31:25 do_package[recrdeptask] = "do_package do_copy_from_staging" Feb 06 13:32:17 Is it possible to pass a variable containing the copy destination to do_copy_from_staging Feb 06 13:32:20 ? Feb 06 13:48:44 I guess not..? Feb 06 13:54:50 anders__: I don't think so no Feb 06 13:55:18 anders__: I'm not sure that you need to have a specific task just to copy files out of staging Feb 06 14:25:01 my old OE builds used opkg. I've noticed new OE builds in the layered OE use rpm. Is there any reason to use one over the other? Feb 06 14:26:11 sr105: OE-Core still defaults to ipk packaging Feb 06 14:26:32 sr105: Poky defaults to rpm Feb 06 14:26:41 I'm using poky Feb 06 14:26:44 depends what you want to do... both are equally well supported Feb 06 14:28:32 is it easy to switch? Do I just change the PACKAGE_CLASSES variable? Do the image classes adjust to that to include the different tools? Feb 06 14:30:07 sr105: yep, that's all you need to do, everything else is switched as a consequence of setting PACKAGE_CLASSES Feb 06 14:30:17 cool, thanks Feb 06 14:51:09 If I want tu use a usb wifi dongle, should I also add wifi it to MACHINE_FEATURE ? Feb 06 14:53:10 has anyone built master with uclibc recently? it fails for me on patching gettext. Feb 06 14:54:06 http://pastebin.com/k89usv3V Feb 06 14:55:49 ehm, ignore me. git snafu. Feb 06 17:04:30 Good evening Feb 06 17:14:17 hi all I was looking to add a package to bitbake core Feb 06 17:14:39 not sure how to do it any reference would be helpful Feb 06 17:31:05 Sur eyou don't mean OE Core? Feb 06 17:34:38 KNERD, yeap I mean to the core package Feb 06 17:34:50 for example lets say I want to add make package to it Feb 06 17:35:10 http://bec-systems.com/site/177/the-correct-way-to-add-packages-to-an-openembedded-image Feb 06 17:36:15 http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#usingpoky-extend-addpkg Feb 06 17:45:16 KNERD, bluelightning thanks a lot I will go through them Feb 06 19:02:06 anyone using armv7/uclibc? Feb 06 19:06:03 uclibc's build fails at ./tmp-uclibc/sysroots/beagleboard-tcbootstrap/usr/include/bits/arm_asm.h:6:.thumb Feb 06 19:06:12 can you enlighten me? Feb 06 19:27:26 btw, patches.openembedded.org is down **** ENDING LOGGING AT Thu Feb 07 02:59:58 2013