**** BEGIN LOGGING AT Sun Sep 18 02:59:57 2011 Sep 18 03:13:01 hi wonder if any know what is wrong with kernel.org Sep 18 03:13:11 i have fail build trying to fetch from kernel.org Sep 18 04:13:00 they got owned. Sep 18 04:13:17 they are validating the sources to re-vet them? Sep 18 04:56:07 5305 of 5308 i think i am about to see my first completed bitbake! Sep 18 05:00:09 0 failed! Sep 18 05:32:17 wonder how to configure openembedded/bitbake to open a getty on teh serial console port Sep 18 07:08:05 hi Sep 18 11:25:24 moinmoin Sep 18 15:18:36 evening Sep 18 16:41:35 Can one please shed some light: is meta-toolchain from oe-core expected to work ? Sep 18 16:52:54 lumag: I think it's like most things, if it is broken it's probably a bug... Sep 18 16:53:47 because I'm trying to build meta-toolchain, but then I get tons of unbuildable depchains Sep 18 17:02:11 i just baked a open embedded image for a chumby. on boot i see this, http://pastebin.com/7k0ARR4n i cant work out why it isnt progressing to run init and open a login on the console... Sep 18 17:02:23 anyone have any experience in this area or insights? Sep 18 17:03:01 the screen shows a angstrom splash with a progress bar stuck at around 70% Sep 18 17:05:23 found a problem. Sep 18 17:05:49 MrCurious_, I haven't checked your logs, do you pass 'ro' or 'rw' to the kernel? Sep 18 17:05:53 Try passing rw Sep 18 17:07:43 it says already mounted rw Sep 18 17:08:03 Root filesystem already rw, not remounting Sep 18 17:08:45 the last output message from console is Sep 18 17:08:46 hwclock: can't open '/dev/misc/rtc': No such file or directory Sep 18 17:25:04 upside. the silvermoob recipee image boots past the splash... Sep 18 18:02:26 Hmmm. stumbled upon a problem in eglibc-nativesdk. PKGSUFFIX isn't always substituded correctly. E.g. in bitbake -e I see FILES_eglibc-extra-nss=.... instead of FILES_eglibc-extra-nss-nativesdk=..... Sep 18 18:11:24 Found the problem. PKGSUFFIX seems to be resubstituded too late. Sep 18 19:33:35 so i have a bitbake recipe that makes a image for a sd. it doesnt include gcc. i want gcc on the image. how do i add gcc? Sep 18 19:54:58 add it to the image recipe Sep 18 19:57:48 i think thats where i am fuzzy. was hoping for get this .bb file called gcc_full.bb and copy it to this dir probably called foo/bar Sep 18 19:58:18 i think i have blinders on that prevent me from seeing the obvious, and my only hope is to appeal to the internets for a obvious clue Sep 18 20:00:29 i have a recipee that makes gcc libs, but it doesnt drop the gcc bin's in Sep 18 20:01:02 i take that back, i have lots of gcc recipees Sep 18 20:50:00 MrCurious_: was working in a different window an not giving attention to irc Sep 18 20:50:22 you do not need the gcc recipe, just add gcc to the list of packages in your image recipe Sep 18 20:52:33 don't have sources handy but peek in recipes/images and recipes/tasks Sep 18 20:53:47 add something like Sep 18 20:53:52 IMAGE_INSTALL += "gcc" Sep 18 21:04:20 perfect! thanls effem Sep 18 21:06:31 yw Sep 18 21:06:35 nothing obvious to add it to in recipes/images Sep 18 21:07:29 so i would add that to the recipee that i reference in the bitbake command Sep 18 21:09:30 just added it to image_install line in the top level recipee Sep 18 21:09:32 to the image recipe Sep 18 21:10:03 i found IMAGE_INSTALL in the recipee i reference with the bitbake command. added it on end of that segment Sep 18 21:10:05 grep for IMAGE_INSTALL in recipes/imatges/* Sep 18 21:10:46 yes that is good, you might want to add other stuff too; also there may be a task for this; grep for gcc in recipes/images/* and recipes/tasks/* Sep 18 21:10:51 don't have my sources handy Sep 18 21:13:03 calling it a day, gl with your image Sep 18 21:13:21 thanks Sep 19 01:00:15 woo hoo, found a more recent chumby one bitbake recipee! **** ENDING LOGGING AT Mon Sep 19 02:59:57 2011