Hello,
I'm rather new in usage of the Angstrom build system and I've run into a 
problem in building custom kernel.

I'm using:
OE Build Configuration:
BB_VERSION        = "1.15.1"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "beagleboard"
DISTRO            = "angstrom"
DISTRO_VERSION    = "v2013.02-core"
TUNE_FEATURES     = "armv7a vfp neon cortexa8"
TARGET_FPU        = "vfp-neon"

In order to build a custom kernel I'm doing the following steps to build 2.6.32 
kernel:

bitbake -f -c menuconfig linux-omap-psp-2.6.32

Then I take the .config file to the folder 
/home/b_new/oe/sources/meta-ti/recipes-kernel/linux/linux-omap-psp-2.6.32/beagleboard
 

and replace the defconfig file. Next:

bitbake -f -c clean linux-omap-psp-2.6.32



Then when i execute:

bitbake -f -c compile linux-omap-psp-2.6.32


The .config file that is used to build the kernel is replaced with a new file 
created at the moment when the command is executed. The time of the header in 
the .config file is set to current time. Unfortunately the new file does not 
contain the configuration that I require.

So i need information how to build custom configured kernel?

Thanks,
Blagoj


__________
Internet so brzina na svetlinata! Probaj Optic paket dva meseci bez doplata i 
bez obvrski! Proveri dali na tvojata lokacija ima optika do domot
www.t-home.mk
_______________________________________________
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to