**** BEGIN LOGGING AT Sat Mar 27 02:59:56 2010 Mar 27 03:12:49 got it working? Mar 27 03:14:10 just about. I've patched up the CFLAGS/CPPFLAGS in the bb recipe, after messing with it in a devshell Mar 27 03:17:41 yeah, so I tried getting org.openembedded.stable to compile. It didn't want to, strange error on gcc-native. So I guess I need to go with org.openembedded.dev Mar 27 03:18:41 hmm :( Mar 27 03:20:04 I thought I could get away with a more stable branch, but problem is its also more obsolete Mar 27 03:21:22 indeed Mar 27 03:22:47 like you said originally Mar 27 03:22:50 NOTE: Task failed: Checksum of 'ftp://ftp.gnu.org/gnu/gettext/gettext-0.17.tar.gz' failed Mar 27 03:23:01 Curiouser and curiouser... Mar 27 03:39:59 heh, no reference whatsoever to /usr/lib64/libxml2.so in any of the files in the work dir (grep confirms) Mar 27 03:40:03 yet it's still trying to link it Mar 27 03:40:06 i give up for now :P Mar 27 03:43:33 thats frustrating Mar 27 10:36:39 Hi - just getting started with OE and having some trouble building clean image. Build is failing on glib-2.0_2.23.6.bb with error "configure: error: *** Working zlib library and headers not found ***" - is it looking for zlib in my native tool chain, or in the OE cross-compiling tool chain? Mar 27 15:07:48 hi Mar 27 15:07:59 any idea how to explicitely tell bitbake which package version to build? Mar 27 15:08:11 I tried bitbake boost-1.41, but then it builds ALL versions Mar 27 15:29:40 bitbake boost will build you the preferred version for your arch Mar 27 15:29:47 bitbake -b can be used to build other versions Mar 27 15:31:26 ah -b Mar 27 15:31:27 thanks Mar 27 15:31:39 ok, l8r Mar 27 16:41:15 Can anyone explain how the right kernel is selected? My unstable build resulted in a 2.6.33 kernel, yet I can't find the .bb file used to build it Mar 27 16:41:48 ius - There are a number of potential factors. Mar 27 16:42:40 Well, I'm trying to build a few modules for my board, I copied the beagle machine config and edited it Mar 27 16:42:43 Generally the newest kernel is picked, but PREFERRED_VERSION and Distro settings can force specific versions Mar 27 16:43:08 Currently I'm using a kernel built separately, but I'd like to build the DSP modules. Mar 27 16:43:45 * MWelchUK takes a quick look Mar 27 16:44:18 2.6.33 Mar 27 16:44:27 Yes, but where's that specified? Mar 27 16:45:04 Can't find it in angstrom-2008-preferred versions Mar 27 16:47:18 There's not an overlay turned on is there? Mar 27 16:49:02 Hum, bugger - just realised I switched my branch to stable! Mar 27 16:49:30 No, all I did was clone git (using the guide) and edit the machine file (still includes the omap3 inc) Mar 27 16:51:27 The bb file is openembedded/recipes/linux/linux_2.6.33.bb Mar 27 16:53:29 ius, what's you MACHINE you are using? Mar 27 16:54:06 Copied from beagleboard, but I only changed SERIAL_CONSOLE and GUI_MACHINE_CLASS Mar 27 16:55:27 What have you called it? Mar 27 16:55:31 nowplus Mar 27 16:56:39 What I'd ultimately like to do is just use my own existing kernel builddir to link modules against. ie. I'm fine having no package for the kernel Mar 27 16:56:46 ok, so create a directory called "openembedded/recipes/linux/linux-2.6.33/nowplus Mar 27 16:57:00 Put the defconfi Mar 27 16:57:30 Create the kernel config you want, call it "defconfig" and put it in that directory. Mar 27 16:57:48 The 2.6.33 kernel should then build with that config. Mar 27 16:58:05 hello, anybody who can help me with http://effik.pastebin.com/iYRpp8Fi ? Mar 27 16:58:29 If you want to just rebuild the kernel run "bitbake -c clean linux" before rebuilding the image to clean out the old kernel build. Mar 27 17:00:00 tomeff, When did you pull your tree? Mar 27 17:00:13 last 2 days Mar 27 17:00:15 Hm right that wouldn't work out of the box though, since mainline lacks board support for my board. Can't I manage my kernel myself yet still have OE use it's builddir to build modules? Mar 27 17:00:23 tomeff, Try updating it. Mar 27 17:02:00 git pull --rebase ? Mar 27 17:03:25 ius, Yes, you can add kernel patches to one of the existing boards (SRC-URI_nowplus += "") or add a new one (something like "linux-nowplus_2.6.33.bb") and set the default preference up for your board, you may also need a virtual provider in your local.conf Mar 27 17:03:55 tomeff, I guess if you have made changes, else just git pull. Mar 27 17:04:25 I'll have a look at it later. Thanks. Mar 27 17:04:31 ius, np Mar 27 17:22:22 nothing :D Mar 27 17:22:51 test.sh : http://effik.pastebin.com/StKuRF7c , error : http://effik.pastebin.com/5Ggnf4iy , local.conf : http://effik.pastebin.com/Dftr3zU0 , device conf : http://effik.pastebin.com/ispHX4YC (i am triing port angstrom to htc hero ) Mar 27 17:24:59 tomeff, Line 19 of http://effik.pastebin.com/5Ggnf4iy Mar 27 17:25:52 how itcan i repair ? Mar 27 17:26:08 Add the checksums to checksum.ini Mar 27 17:33:19 there's angstrom for hawkboards now Mar 27 17:33:29 I was wondering what I needed to do to build that on my own though? Mar 27 17:33:42 without the web interface Mar 27 17:33:48 I'd like to be able to customize what goes in to it Mar 27 17:37:45 pfrog, http://wiki.openembedded.net/index.php/Getting_started Mar 27 17:39:05 what do I put for distro then? Mar 27 17:39:18 I see angstrom, but its only 2008.2 or something like that Mar 27 17:39:30 minimal? Mar 27 17:40:07 pfrog: angstrom-2008.1 is correct Mar 27 17:40:14 pfrog: internally that is 2010.4 Mar 27 17:40:26 thats silly, but ok Mar 27 17:40:31 thats what confused the hell out of me Mar 27 17:40:32 pfrog: but we didnt feel the need to make every one rebuild every 4 months Mar 27 17:40:40 XorA|gone, not so gone then ;-) Mar 27 17:40:49 MWelchUK: gone in the head :-) Mar 27 17:41:25 ok time to run bitbake... again Mar 27 17:41:52 pfrog, Get used to it - you'll probably be running it a bit. Mar 27 17:42:20 where's my terahertz computer to make bitbake not be slow? Mar 27 17:43:00 pfrog: they changing the number of threads in your local.conf Mar 27 17:43:08 oh I did that Mar 27 17:45:10 thats not the slow part anyways Mar 27 17:46:04 it takes almost as much time to do the parsing of the bbfiles at the beginning as it does to actually build everything Mar 27 17:46:22 oh well, it works Mar 27 17:46:25 there are some fixes/enhancements to bitbake coming to improve that Mar 27 17:46:56 it was quite fast at 3000 recipes, now we got to 6000 it slow again :-) Mar 27 17:47:08 it says 8000 something here Mar 27 17:47:24 or is that just the number of files Mar 27 17:48:41 it might be 8000 Mar 27 17:48:49 yeah, well its slooooooowwww Mar 27 17:48:50 hah Mar 27 17:48:54 * XorA|gone has been working on other stuff recently Mar 27 17:49:17 how big is the angstrom image with base-image anyways, like far less than 100mb I hope? Mar 27 17:49:33 2.5M I think last I tried Mar 27 17:49:43 fantastic Mar 27 17:50:02 but that was long ago and I may have fiddled with it Mar 27 17:50:39 smallest image I ever made that worked was 800k or something Mar 27 17:50:56 thats pretty small Mar 27 17:50:58 for linux Mar 27 17:51:57 now I guess I need to figure out some kernel development stuff Mar 27 17:53:54 thanks! Mar 27 19:42:06 hello, anybody who can help me with http://effik.pastebin.com/LWGPvbfm ? **** ENDING LOGGING AT Sun Mar 28 02:59:56 2010