**** BEGIN LOGGING AT Fri Mar 01 02:59:58 2013 Mar 01 04:03:01 okay, where does libnss come from in oe-core without a recipe? Mar 01 04:03:17 i notice the nspr recipe is current... Mar 01 04:37:29 nerdboy: afaik libnss always comes from the c library.. Mar 01 04:37:37 could be wrong, though Mar 01 05:15:55 apparently we need the mozilla one Mar 01 05:16:15 meaning libnss3 Mar 01 05:16:39 and friends... Mar 01 05:24:10 it's still a separate package in other distros, i was just trying to figure out what happened to the oe package Mar 01 05:32:37 ah, right Mar 01 05:33:17 then i get to shoehorn it into arago... Mar 01 05:46:33 well, at least i have nspr-4.9.4 built Mar 01 05:48:52 Oh hey, kergoth. ltns Mar 01 05:49:24 mewyn: hey, indeed Mar 01 05:50:20 I've picked up my old project with OE again. Mar 01 05:50:29 cool Mar 01 05:50:34 I have to say I'm impressed with the improvements. Mar 01 05:51:04 It's been a lot faster for me to get to a working system Mar 01 08:35:52 good morning Mar 01 08:40:46 i rebuilded my image from scratch (removed tmp-eglibc and sstate), and i get confused, of bitbake ordering... i have two recipes : one for myodbc and one for mysql5, myodbc DEPENDS on mysql5, and it does the do_configure of both at the same time, shouldn't myodbc wait for mysql5 to be packaged ? Mar 01 08:50:10 afournier: mysql5 or mysql5-native? Mar 01 08:51:43 good question, wait :) Mar 01 08:59:05 hrw: in fact don't know Mar 01 08:59:45 hrw: it's a more general question, shouldn't a recipe wait for it's DEPENDS to be builded before building itself Mar 01 09:00:03 afournier: it does that Mar 01 09:00:11 afournier: that's why I asked Mar 01 09:00:56 i am telling you, myodbc DEPENDS="unixodbc mysql5" Mar 01 09:01:27 and myodbc do_configure is done in parallele with mysql5 do_configure Mar 01 09:02:09 not mysql5-native if that's your question Mar 01 09:02:47 ok, so it looks like bug Mar 01 09:03:02 but I can not answer why Mar 01 09:04:35 probably best pastebin the whole recipe Mar 01 09:15:00 ok Mar 01 10:33:33 why can't I put "addtask foo after do_install" into my ptest.bbclass? it is never called. Mar 01 10:41:21 If I want to remove something (in my own distro.conf) from DISTRO_FEATURES that is defined in default-distrovars.inc, how can I do that? Mar 01 13:21:25 Does anyone use syslog-ng to tie in with journald.. successfully? Mar 01 18:29:47 Hi all Mar 01 18:30:35 I'm new to OE and I'm trying to cross-compile WebKit (and all dependencies) for armv7 Mar 01 18:31:17 I've been going through a whole lot of documentation, downloaded oe and bitbake Mar 01 18:31:36 I've set local.conf, but I'm stuck on MACHINE Mar 01 18:32:28 kergoth: anything more on the libnss3 thing? Mar 01 18:32:43 so far i only see it in firefox recipes Mar 01 18:32:56 haven't looked into it, fighting my own fires :) Mar 01 18:32:59 what do I need to set it to to build for arm-none-linux-gnueabi? Mar 01 18:33:55 something comapatible? Mar 01 18:34:11 Alternatively, if this is not the right channel to ask, where is the right place? Mar 01 18:34:15 beagle board might work Mar 01 18:36:16 bdholt1: try using the beagle board machine config Mar 01 18:37:00 nerdboy: oh - I didn't realise you were talking to me - thought it was your previous conversation Mar 01 18:37:19 thanks, I'll give it a go Mar 01 19:04:35 * Crofton bangs his head against cmake Mar 01 19:10:48 cofton hehe Mar 01 19:10:55 crofton may I help you? Mar 01 19:12:03 I am using an sdk from populate_sdk and trying to make a toolchain file for it Mar 01 19:12:22 it wil lnot pass the CXX existence test because it runs the linker wo the sysroot flag Mar 01 19:13:44 hm okay Mar 01 19:44:29 yeah, someting weird Mar 01 19:54:25 cmake is a pain... Mar 01 19:54:53 sometimes you can sed your way thorugh, but you need to find the right target file Mar 01 19:55:11 or make a patch... **** ENDING LOGGING AT Sat Mar 02 02:59:58 2013