**** BEGIN LOGGING AT Wed Jul 04 02:59:58 2012 Jul 04 08:22:01 good morning Jul 04 08:30:22 morning Jul 04 08:39:53 morning all Jul 04 08:41:22 morning Jul 04 09:21:27 hi bluelightning, all Jul 04 09:23:37 hi pb_ Jul 04 10:10:08 hi all Jul 04 12:45:13 I'm using openembedded and bitbake from latest git. Running "bitbake vi" gives me an error : ERROR: Unable to parse conf/bitbake.conf: ParseError at conf/bitbake.conf:377: unparsed line: 'IMAGE_EXTRA_SPACE = 10240'. Should there be qoutes arond the number ? Jul 04 12:49:05 jkroon: you can't use the latest bitbake with openembedded-classic Jul 04 12:49:53 jkroon: either move to OE-Core based system, or stick to bitbake 1.12.x or earlier if you want to stay with OE-Classic Jul 04 12:49:55 jkroon: http://www.openembedded.org/wiki/OpenEmbedded-Core Jul 04 12:59:16 bluelightning, aha, I'll switch to OE-Core then, thanks Jul 04 16:25:10 Hi. How can I build a generic x86_64 system? In the machines folder, I only see some x86 files. Jul 04 16:26:16 Also, what happens if I don't define DISTRO? I only need OP to build packages for me; I'll make my own init system and stuff. Jul 04 16:27:20 ambro718: qemux86-64 is x86_64 arch Jul 04 16:27:45 distroless build should work just fine Jul 04 16:27:52 JaMa: I see. What does it have to do with qemu specifically? Jul 04 16:28:12 driver selection in kernel, or what? Jul 04 16:29:00 hm, I don't see qemux86-64 ? Jul 04 16:29:11 are you looking at oe-core? Jul 04 16:29:27 I checked out git://github.com/openembedded/openembedded.git Jul 04 16:29:33 what should I check out? Jul 04 16:29:39 openembedded-core/meta/conf/machine/qemux86-64.conf Jul 04 16:29:46 openembedded-core Jul 04 16:30:05 https://github.com/openembedded/oe-core Jul 04 16:30:32 so what's openembedded.git then? Jul 04 16:31:33 that's some old version, right? Jul 04 16:31:43 it's called oe-classic now and only old releases and legacy systems are using that Jul 04 16:31:51 ok, thanks Jul 04 16:31:54 most devs are using oe-core and other layers on top of that Jul 04 16:32:24 ambro718: http://www.openembedded.org/wiki/OpenEmbedded-Core Jul 04 16:32:28 for some explanations Jul 04 16:56:00 where do I set basic configuration like what C library to use, and whether to use busybox or not? Jul 04 16:57:55 also, what kind of image to build (just tar or something more specific), and whether to build a kernel, how to configure it? Jul 04 17:00:00 ambro718: a lot of those things can be configured via conf/local.conf under your build directory, and you'll find commented examples in there Jul 04 18:09:48 I'm getting a build failure in glibc building oe-core for x86_64, http://ideone.com/n8P3D Jul 04 18:10:34 where are the built images found? Jul 04 18:10:39 soemthign fnny here Jul 04 18:26:05 how do I rebuild a package? Jul 04 18:27:11 it finished do_compile, but there was an error which causes do_install to fail. But now I can't get it to do the do_compile again. Jul 04 18:40:47 hmm, where do the images and packages end up Jul 04 18:43:00 no tmp/deploy Jul 04 18:43:01 wtf Jul 04 20:46:56 how do I get tar of the packages I have built? Jul 04 20:49:39 I only see .ipk packages in build/tmp-eglibc/deploy/ipk Jul 04 21:03:37 I believe there should be a way to set package format to tar Jul 04 21:05:09 true package_tar.bbclass Jul 04 21:05:40 I added IMAGE_FSTYPES="tar" to local.conf Jul 04 21:05:57 ambro718: are you looking for tar image or individual package? Jul 04 21:06:00 s Jul 04 21:06:11 JaMa: no, a tar image of the whole system Jul 04 21:06:15 PACKAGE_CLASSES = "package_tar" is for individial packages Jul 04 21:06:53 I installed core-image-minimal but I'm not sure what that did. Isn't it supposed to generate a tar image now that I added IMAGE_FSTYPES="tar"? Jul 04 21:07:00 then you need to build some *image recipe which includes them Jul 04 21:07:29 JaMa: isn't that just what core-image-* recipes do? Jul 04 21:08:35 every image has own set of included packages.. so depends on what you expect to find in it.. Jul 04 21:09:20 JaMa: yes, I understand that. But the problem is, I have no idea where the resulting image of core-image-minimal is written, if it is even build at all?? Jul 04 21:09:39 build/tmp-eglibc/deploy/images Jul 04 21:09:40 ambro718, are you missing tmp/deploy? Jul 04 21:09:55 because I am ///// Jul 04 21:09:58 er .... Jul 04 21:10:06 in tmp-eglibc/deploy I only have "ipk" and "licenses" Jul 04 21:10:18 hmm, I am missing deploy Jul 04 21:10:18 that's the problem - how do I build the image? Jul 04 21:10:27 bitbake image-name Jul 04 21:10:32 bitbake core-image-minimal Jul 04 21:10:38 something smells funny here Jul 04 21:10:49 Crofton: again, it doesn't do anything! Jul 04 21:10:55 gotta run errands store closes at 6 and I am out of beer Jul 04 21:11:03 ambro718, I know :( Jul 04 21:11:11 upgrade bitbake.. Jul 04 21:11:23 if it says that all tasks are already built Jul 04 21:11:43 you need this http://git.openembedded.org/bitbake/commit/?id=4962a59793504b26b06cf058dda600a07fbbd951 Jul 04 21:15:01 JaMa: thanks, that did do something. It's suddenly installing a 1000 more packages :) Jul 04 21:17:03 thanks, that looks better Jul 04 21:17:09 I must have just missed this ..... Jul 04 21:39:35 why are there some drivers missing in meta/recipes-graphics/xorg-driver, like ati and nouveau? Jul 04 22:42:20 is there a recipe for NSS (the SSL library)? Jul 04 23:01:31 ERROR: No recipes available for: ... meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend Jul 04 23:26:23 ERROR: QA Issue: nss rdepends on nss-dev Jul 04 23:26:38 what does that mean? what defines this bad dependency? Jul 05 00:25:43 why does udev pull in lots of xorg dependencies? Jul 05 00:55:29 How can I remove a defalt DISTRO_FEATURES entry from within local.conf? Jul 05 00:56:02 default-distrovars.inc defines lots of things in DISTRO_FEATURES, and I don't want to copy all that into local.conf **** ENDING LOGGING AT Thu Jul 05 02:59:58 2012