**** BEGIN LOGGING AT Mon Apr 22 02:59:58 2013 Apr 22 07:22:50 good morning Apr 22 07:34:12 morning all Apr 22 07:38:47 Good morning Apr 22 07:39:12 Hi mckoan, silvio_ Apr 22 07:54:47 hi apelete , mckoan Apr 22 08:10:41 morning all Apr 22 08:11:25 Hi bluelightning Apr 22 08:13:57 hi apelete Apr 22 08:29:57 morning all Apr 22 08:32:43 hi bluelightning, silviof Apr 22 08:37:08 hi all Apr 22 08:46:49 hi silvio_ Apr 22 08:58:25 hi all Apr 22 09:00:27 hi pb_ Apr 22 09:22:47 hello Apr 22 09:23:15 now, as gcc-4.8 is in oecore, is a time to get gcc-linaro-4.8 working Apr 22 09:25:42 hrw: er, it is? Apr 22 09:26:30 it will be but I don't think khem's recipes have been merged in yet Apr 22 09:26:49 bluelightning: ah maybe not yet but on a way Apr 22 09:27:03 I forgot that my copy has them merged Apr 22 09:27:08 thanks bluelightning Apr 22 09:27:32 they're at least out there for testing Apr 22 09:28:49 I did tests when they appeared Apr 22 09:39:01 hi all Apr 22 09:39:11 i have a doubt in rootfs generation!! Apr 22 09:39:45 i have to run one script which i have written after rootfs is generated ... automatically it should trigger the execution Apr 22 09:39:53 how can i do that? Apr 22 09:45:29 ${ROOTFS_POSTPROCESS_COMMAND}? Apr 22 09:46:35 hm, this new colourful bitbake output doesn't work very well if your terminal background is white. Apr 22 09:46:39 * pb_ wonders how to change it Apr 22 09:58:55 pb_: time to test bitbake -u ? Apr 22 10:00:13 yeah, possibly Apr 22 10:00:28 or I could change my terminal backgrounds to black, which I guess is what the bitbake h4x0rs use. Apr 22 10:02:00 heh, old habits Apr 22 10:02:13 pb_: or you could configure your terminal emulator to output dark colours when light ones are requested Apr 22 10:02:41 unfortunately I don't think it's possible to detect the terminal's background colour Apr 22 10:04:13 pb_: if you have some 3D glasses around go with green on red ;) Apr 22 10:05:15 but yes.. one popular distro (can'tremember the one) has this funny white background as default Apr 22 10:05:56 fedora used to Apr 22 10:07:55 yeah, debian still does (which is why I have it) Apr 22 10:09:26 it seems that you can query the background colour with xterm (using CSI 11 ; ? BEL) but I just tried that with gnome-terminal and it didn't understand it. Apr 22 10:09:59 kind of looks like the colours are hardcoded in bitbake, it could be we need to have an option to be able to use a dark set Apr 22 10:10:26 that sounds like a good idea. is there an option to just turn them off? I don't especially want/need coloured output. Apr 22 10:11:02 unless you can tell your terminal to report it doesn't support colour, I don't think so Apr 22 10:11:36 the check is in knotty.py: "if curses.tigetnum("colors") > 2:" Apr 22 10:11:57 right Apr 22 10:12:05 okay, I'll just change my background to black Apr 22 10:12:39 bluelightning, otavio: looks like this leyer description has a wrong git repo http://layers.openembedded.org/layerindex/layer/meta-fsl-arm-extra/ Apr 22 10:13:20 bluelightning, otavio: Git repository should be meta-fsl-arm-extra Apr 22 10:13:42 mckoan: fixed, thanks Apr 22 10:14:25 bluelightning: what a promptness ! Apr 22 10:14:50 mckoan: it was an easy fix :) Apr 22 10:27:03 in rootfs i need to only the the files and folders which are there in package-split/${PN} .. how to do it.? Apr 22 10:28:46 er, just install ${PN}? Apr 22 10:29:17 wher should i write that? in the bb file? Apr 22 10:30:05 and what ever in image folder , i 'm not getting into package split/ ${PN}.. Apr 22 10:30:31 actually my need in what ever comes into image folder need to be in rootfs Apr 22 10:31:40 every thing in image directory should be copied into rootfs!.. how to do that? Apr 22 10:32:45 files_{PN} i'm using but still some of the files are missing in package-split/${PN} Apr 22 10:42:52 Sj: add the other packages (dev, doc, dbg etc.) to your IMAGE_INSTALL in your custom image recipe (or however you are customising the output image) Apr 22 10:49:39 can i add like IMAGE_INSTALL=" >module-dev> etc .." Apr 22 10:50:19 there are many modules more thatn 150... so i need to write those for every module?? Apr 22 10:50:53 is there any way to copy all files in image directly to package-spli/${PN} . Apr 22 10:51:09 Sj: no, that wouldn't be correct Apr 22 10:51:45 you can have all -dev -dbg -doc packages installed using IMAGE_FEATURES += "dev-pkgs dbg-pkgs doc-pkgs" Apr 22 10:52:15 ohh ok ok Apr 22 13:47:41 hm, does glib-2.0 have a dependency on dbus? Apr 22 13:47:51 seems like it should somehow, though I can't quite see where that is meant to be coming from. Apr 22 13:57:12 cml1.bbclass - for what stand this cml1? I know it give me the ability to use "-c menuconfig"... Apr 22 14:04:45 pb_: IIRC there was a lot of back-and-forth on that a couple of years ago, ending up with what we have currently Apr 22 14:04:59 of course we've upgraded since then... Apr 22 14:07:47 silviof: not sure, it's been named that since the beginning of the git history and there are no clues in the commit messages Apr 22 14:09:39 bluelightning: yeah, I vaguely recall that too. the reason I ask is that I seem to be getting build failures due to glib-2.0-native needing dbus headers but (apparently) not depending on dbus-native. Apr 22 14:10:06 pb_: hmm, which debian version are you running? Apr 22 14:10:14 presumably this isn't happening for anybody else, so I'm trying to work out whether the problem is that I have erroneously enabled some dbus stuff in glib-2.0-native that I shouldn't have, or that I have lost a dependency Apr 22 14:10:21 bluelightning: squeeze I think Apr 22 14:10:36 oh, no, wheezy Apr 22 14:11:37 | gdbus-proxy-threads.c:34:31: fatal error: dbus/dbus-shared.h: No such file or directory Apr 22 14:11:43 is the specific error I was getting Apr 22 14:13:02 bluelightning: thx Apr 22 14:21:17 pb_: ok, apparently this is a regression since ptest functionality was added Apr 22 14:21:37 (dbus is only needed for the tests) Apr 22 14:21:42 rburton is fixing it Apr 22 14:21:50 ah, right Apr 22 14:21:52 very good Apr 22 14:21:53 thanks Apr 22 14:22:09 pb_: for now, adding --disable-modular-tests to the glib-2.0 EXTRA_OECONF should fix it Apr 22 14:22:46 isn't that already there? Apr 22 14:23:27 Zagor: apparently it's not being applied... maybe ping rburton in # Apr 22 14:23:44 Zagor: in #yocto for an explanation since I'm just the messenger ;) Apr 22 14:23:57 ok Apr 22 19:05:25 why are the gtk ui elements in a directory called "crumbs"? Apr 22 19:06:42 * waynr just curious Apr 22 19:10:57 er sorry, this in in reference to bitbake Apr 22 19:11:46 and the hob ui Apr 22 21:56:29 hello! on danny, how can i add my modules to be loaded during boot time (i.e. add it to one of the /etc/mod* files)? Apr 22 22:04:44 mrc3_: module_autoload_ = "" **** ENDING LOGGING AT Tue Apr 23 02:59:58 2013