**** BEGIN LOGGING AT Tue Feb 19 02:59:58 2013 Feb 19 04:27:51 someone seeing a lot of rebuilds with today's bitbake + oe-core? Feb 19 04:32:52 I had image completely build with only systemd-machine-units failing, after cleansstate of systemd-machine-units it started with do_fetch for stuff like dbus/libcap etc. and now doing 9000 tasks again Feb 19 08:57:16 good morning Feb 19 09:20:08 morning all Feb 19 09:20:19 hi bluelightning all Feb 19 09:22:34 hello Feb 19 09:26:37 morning and gnignt :) Feb 19 09:32:17 mornign all Feb 19 09:35:25 JaMa: you are on the other side of the world atm? Feb 19 09:38:18 bluelightning: yup Feb 19 09:38:56 JaMa: extra thanks for still taking the time to do merges then :) Feb 19 09:53:11 debugging gcc-linaro 4.6 is pain ;) Feb 19 09:53:26 recipes from linaro include ones from meta-oe which include from oe-core Feb 19 09:56:46 morning! Feb 19 10:11:57 Hi all, I want to make sure that, for example, 'do_archive_original_sources_patches' task runs before 'do_patch' and for this I have: Feb 19 10:11:58 d.appendVarFlag('do_patch', 'deptask', ' do_archive_original_sources_patches') Feb 19 10:12:23 but this is not working Feb 19 10:12:31 any ideas? Feb 19 10:12:54 If I use 'recrdeptask' instead of 'deptask' then it works Feb 19 10:13:38 but use of 'recrdeptask' can introduce cyclic dependency Feb 19 12:00:13 ok, have to catch khem Feb 19 13:32:48 morning Feb 19 13:33:00 hi chouimat Feb 19 14:23:23 jo crofton Feb 19 14:24:40 he he, kernel 3.8 is putting github on knees Feb 19 14:25:51 it is? Feb 19 14:26:34 ant what? Feb 19 14:26:45 is timing out Feb 19 14:26:45 ant only your part of github Feb 19 14:39:14 gm Feb 19 14:51:07 anybody has any idea on how to implement per patition ecc (nand) ? Feb 19 15:16:29 hi Feb 19 15:18:22 can anyone tell me what the "?=" operator means ? I've been reading this in code from oe, eg: IMAGE_FSTYPES ?= "ubi" Feb 19 15:25:06 apelete: it means set the value if it is not already set at the time the statement is parsed Feb 19 15:25:30 there is also ??= which means set the value if it is not already set at the end of parsing Feb 19 15:26:22 hey, hello bluelightning, thanks for the answers Feb 19 15:26:37 apelete: np Feb 19 15:27:02 apelete: good to have met you at FOSDEM :) Feb 19 15:28:35 bluelightning: yeah, it was great. meeting you and other people there motivated me to get back at hacking on my spare time :) Feb 19 16:08:42 I'm trying to write a bitbake recipe for wine. Cross compiling wine requires --with-wine-tools=/path/to/native/version option for configure. Feb 19 16:09:14 Has somebody already written such recipe and if not, how do I tell bitbake to compile twice, first native then target. Feb 19 16:15:25 inch: typically you would use BBCLASSEXTENDS = "native" to create a -native variant of the same recipe on the fly, and use _class-native / _class-target to change anything that needs to be specific to either case Feb 19 16:16:08 inch: of course you'd also want to ensure DEPENDS is set up so that the target version requires the native version Feb 19 16:16:59 Thanks. Feb 19 16:18:04 FWIW I'm not aware of a properly published wine recipe for OE Feb 19 16:18:16 inch: however google just turned up this: https://github.com/sgh/meta-openembedded Feb 19 16:18:22 which contains a wine recipe Feb 19 16:18:37 maybe you can try it / contact the author and find out what the current state of it is Feb 19 16:22:23 That compiles wine 1.4.1 and doesn't seem to use the --with-wine-tools. Maybe it is not required on that version yet. Feb 19 16:29:19 inch: hmm, well... I guess that recipe might not have been submitted because it's incomplete, it's hard to tell Feb 19 19:33:09 * mr_science slaps hal for sneaking into the build Feb 19 21:20:00 hello all **** ENDING LOGGING AT Wed Feb 20 02:59:58 2013