**** BEGIN LOGGING AT Fri Mar 07 02:59:58 2014 Mar 07 08:10:26 morning Mar 07 08:48:54 good morning Mar 07 09:07:01 hello everybody! I have a question. I use the oe core and want to build an image with the rsyslog as logservice. By default it will uses journalctl. Can anybody tell me, how to exchange the journalctl with rsyslog? Mar 07 09:44:26 morning all Mar 07 09:54:50 hi bluelightning Mar 07 10:00:42 hi mckoan Mar 07 11:37:59 morning Mar 07 11:38:00 florian: ping Mar 07 11:47:23 hi mickeyl Mar 07 11:47:29 and all Mar 07 11:47:33 good morning pb_ Mar 07 12:02:55 hm, seperatebuilddir.inc is teh suck Mar 07 12:04:17 pb_: morning Mar 07 12:04:19 pb_: is it the failed rebuilds that's bothering you? Mar 07 12:04:53 bluelightning: well, it's the whole concept of the file really. Mar 07 12:05:08 if B != S is the default now, it seems like autotools.bbclass should just set that globally Mar 07 12:05:38 pb_: AIUI the intention is that the file goes away when we are able to change autotools.bbclass to make a separate build dir the default Mar 07 12:05:39 the big list in seperatebuilddir.inc sucks for at least two reasons (aside from the filename spelling "separate" wrongly which is a bit irritating): Mar 07 12:06:14 firstly, if you touch any of the big list of variables in that file then the checksums change on every recipe that includes it, which causes a vast amount of cascading useless rebuilds Mar 07 12:06:46 secondly, since that file sets B with an override, it makes autotools-brokensep useless because the setting of B in that latter class will be defeated by the override in the .inc Mar 07 12:07:07 pb_: the cascade has nothing to do with them being in the same file; the cascade comes from recipe dependencies Mar 07 12:07:44 bluelightning: really? I just changed that file to comment out the line for mtdev (since mtdev doesn't work with sepb) and bitbake is now recompiling, inter alia, gettext. Mar 07 12:07:53 I'm pretty sure that gettext does not depend on mtdev even indirectly Mar 07 12:08:00 pb_: yes; autotools-brokensep is what's intended to remain *after* "seperatebuilddir.inc" goes away Mar 07 12:08:44 pb_: bitbake does not handle signatures in that way, so either there is a dependency or something else changed at the same time that isn't obvious Mar 07 12:08:59 bitbake-diffsigs can be used to answer that Mar 07 12:09:43 ah, true, I guess they aren't exported so they probably oughtn't to be participating in the signatures. Mar 07 12:09:53 I'll see if I can figure out what else has caused gettext to rebuild then. Mar 07 12:10:19 pb_: the thing is, it would be great to just have switched B != S on as the default everywhere; the trouble is a lot of software doesn't like that setting Mar 07 12:12:05 pb_: are you using a different version of mtdev than the one in OE-Core? the one in OE-Core will be building properly with a separate build directory or we wouldn't have set it... Mar 07 12:13:06 of course, annoyingly if something has built already with S == B changing it to S != B will fail because the source directory is full of junk Mar 07 12:17:44 yeah, I seem to have an mtdev recipe in another layer. I think I could probably lose that but I need to test that the oe-core one actually works with our stuff. Mar 07 14:31:36 morning Mar 07 15:27:19 how do I get cacao-initial to be rebuilt when I move my TMPDIR? I'm having to do a cleansstate. Mar 07 15:28:57 I don't really know anything about java, but things seem to fail because there's a java.home variable set which points to my old TMPDIR. Mar 07 19:03:49 Is there any way to get the initrd image filename within the rootfs image recipe? Mar 07 19:05:30 I'm trying to do better than "initrd-recipe-name-${MACHINE}.cpio.gz.u-boot" Mar 07 19:10:05 willthe S!=B change break this recipe? Mar 07 19:10:06 https://github.com/balister/meta-sdr/blob/master/recipes-support/uhd/uhd-firmware_003.006.002.bb Mar 07 19:38:05 yeah settin gb to S solves the fail Mar 07 19:38:12 not seeing why it matters though Mar 07 19:38:37 does do_install set S to B? Mar 07 20:47:38 did I see a patch fixing the qwt stripping warning? Mar 07 21:37:03 yay, only 74 git repos to build from... Mar 08 00:56:47 What's the standard way to auto-delete intermediate image files? For example, I don't need my cpio.gz image file generated before cpio.gz.u-boot, but I can't generate the latter without the former using IMAGE_FSTYPES = "cpio.gz cpio.gz.u-boot" **** ENDING LOGGING AT Sat Mar 08 02:59:59 2014