**** BEGIN LOGGING AT Wed Jun 15 02:59:58 2011 Jun 15 09:16:25 morning all Jun 15 12:16:43 hello Jun 15 12:18:55 i have been looking over the docs but i cant find how the sample zImage-2.6.37-qemuarm-1.0.bin is built? where in the tree can i get the .config file? is it available? Jun 15 12:19:55 i found it at http://autobuilder.yoctoproject.org/downloads/yocto-1.0/machines/qemu/qemuarm/ Jun 15 12:20:26 what i want do is building a slitghly costomized kernel that i can run in both qemu and on my targer (imx35), Jun 15 12:26:41 oktalogic: have a look in recipes-kernel/linux/ Jun 15 12:27:11 I think the standard way is to add an scc fragment containing the config options you want and append that to SRC_URI of the kernel recipe Jun 15 12:27:25 I'm not sure how well documented this is Jun 15 12:27:42 ok! Jun 15 12:27:50 if you're having trouble zeddii and dvhart will probably be online in a few hours Jun 15 12:28:06 they know the linux-yocto kernel system inside out :) Jun 15 12:29:40 oktalogic: http://www.yoctoproject.org/docs/1.1/kernel-manual/kernel-manual.html Jun 15 12:29:48 there is some stuff about configuration further down in there Jun 15 12:31:19 ok! since i have just untared the poky-bernard.tar.gz thing i still looking for the recipes ! :) Jun 15 12:33:14 oktalogic: meta/recipes-kernel Jun 15 13:00:42 * zeddii is here now Jun 15 13:01:03 the kids delayed me by their normal unbounded latency today. Jun 15 13:48:51 zeddii: hi! Jun 15 13:50:22 i will work on a imx35 platform... i have not understood what "bsp" means. is this an acutal .config file that freescale supplies? i think i have read something about these "bsp"s are allready included somewhere in yocto, to setup the target Jun 15 14:01:44 morning all Jun 15 14:23:01 oktalogic. ok. so you have a .config for your board already ? the prebuilt BSPs are largely the x86 ones, the others are source and are in tree that you download. Jun 15 14:38:47 zeddii: nope, i actually dont have a .config yet. but i guess it could be available somewhere... im not following really, what do you mean by prebuilt bsp's? a bsp = kernel + rootfs as in downloads/yocto-1.0/machines/ ? Jun 15 14:44:18 something like that. I'd have to dig up the link, but some BSPs are packaged up and made available as downloads. that doesn't make them more or less of a BSP, just packaged up in a different format once they've been built. Jun 15 14:56:16 hmm ok Jun 15 14:56:36 im still a bit puzzled about yocto Jun 15 14:57:17 RP__: ping Jun 15 14:57:35 sgw: pong Jun 15 14:58:11 RP__: I have a strange overrides issue, (might be my setup), so bear with me please. Jun 15 15:00:18 sgw: ok Jun 15 15:01:32 RP__: I have been trying to test an LSB issue with qt4-x11-free, I set DISTRO = "poky-lsb" on an auto.conf (not local.conf) setup, when I do this, I see DISTROOVERRIDES = "lsb-poky" and the setting for QT_GLFLAGS are wrong (-no-opengl is set) Jun 15 15:01:32 BUT with bitbake -e, but when I set DISTRO = "poky-lsb" in local.conf, DISTROOVERRIDES = "poky;linuxstdbase" and the QT_GLFLAGS are correct (-opengl is set) Jun 15 15:01:58 RP__: I thought auto.conf could be used to override local.conf settings Jun 15 15:04:31 sgw: I suspect local.conf might win Jun 15 15:04:58 auto.conf is included first, then local.conf Jun 15 15:05:01 see bitbake.conf Jun 15 15:08:34 the default DISTRO setting in local.conf is ?=, I thought that auto.conf would then win the override by setting with "=" Jun 15 15:09:16 I am being a total block head this early in the morning? Jun 15 15:12:07 ?= means set if not already set Jun 15 15:12:15 sgw: You're thinking of ??= Jun 15 15:13:57 oktalogic: if we can help clear up any confusion we'd be glad to do so... Jun 15 15:14:20 Right, so if DISTRO = "poky-lsb" in auto.conf, it should override DISTRO ?= "poky" in local.conf. Although I think I found my total block head move (more like Dyslexic move) that been sitting an auto.conf for a while. Jun 15 15:15:13 sgw: right... Jun 15 15:15:36 I had it set as lsb-poky, but my brain did not see it right away! Jun 15 15:15:59 I am still not sure about why I have seen failures on the autobuilder with it though! Jun 15 15:17:00 RP__: speaking of autobuilder, gconf-dbus has no upstream SVN server anymore, and the autobuilder does not use MIRRORS or PREMIRRORS due possibly contaminating the mirror. Jun 15 15:17:56 sgw: "possibly contaminating the mirror" - what does that mea? Jun 15 15:19:01 RP__: remember there was a problem with the kernel tarball getting screwed up, bug 963 Jun 15 15:19:26 sgw: hmm Jun 15 15:19:35 sgw: we really need to switch to gconf Jun 15 15:23:54 RP__: timing is :-(, I guess I will look at that if I have some time this week. Jun 15 15:28:56 Good Morning All ! Jun 15 16:38:08 tomz2: ping Jun 15 16:38:57 bluelightning: pong Jun 15 16:40:04 tomz2: the fix for FILESEXTRAPATHS has been merged into meta-yocto, would you mind merging the corresponding fix for meta-intel? Jun 15 16:40:45 bluelightning: oh, sure, I didn't see that it had gotten merged Jun 15 16:40:58 tomz2: no worries, it only just happened :) Jun 15 16:41:19 bluelightning: ok, np, will do that now Jun 15 16:41:23 thanks Jun 16 01:23:07 is there a way to disable sstate-cache ? Jun 16 01:33:02 nitink: why would you want to do that? You can prevent the class being used but I'm not sure how well the system will work without it Jun 16 01:33:49 incandescant: I need to do bitbake cleanall often, but don't want to clean the the sources Jun 16 01:34:53 nitink: how about use the new bitbake cleansstate command instead of cleanall ? :-) Jun 16 01:35:29 incandescant: that sould work, so I need to do clean & cleanstate both ? Jun 16 01:35:44 no, cleansstate should do clean iirc Jun 16 01:36:29 incandescant; ok, somehow bitbake -c listtasks is not working for me Jun 16 01:37:13 NOTE: package zlib-1.2.5-r0: task do_listtasks: Started Jun 16 01:37:14 NOTE: package zlib-1.2.5-r0: task do_listtasks: Succeeded Jun 16 01:37:14 NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and 0 failed. Jun 16 01:37:27 no list of tasks printed Jun 16 01:38:29 nitink: I recall it being reported as a bug, guess it's not fixed yet Jun 16 01:39:01 incandescant: good to know :), btw bitbake does not recongize cleanstate task Jun 16 01:41:11 it was my type, need 2 s in the cleansstate Jun 16 01:41:45 thank you incandescent :) **** ENDING LOGGING AT Thu Jun 16 02:59:57 2011