[Openembedded-users] Linux kernel defconfig usage?

Dirk Behme dirk.behme at googlemail.com
Sun Sep 12 11:11:08 UTC 2010


On 12.09.2010 08:07, Anatoly Shipitsin wrote:
>> And hint how to do this?
>>
>> You can redefine FILESPATH in local.conf. For example
>
>   FILESPATH =. "${OEDIR}/mydefines/recipes/${PN}/${PN}/${MACHINE}:"
>
> And put defconfig to
>
> ${OEDIR}/mydefines/recipes/linux/linux/arm
>
> ${OEDIR} directory contains build and openembedded directories.
>
> Then run
> bitbake -c clean kernel
> and run again
> bitbake kernel
> This build kernel with new defconfig

Ok, thanks for the fast answer! :)

But this does mean that I somehow have to stop the 'standard' kernel 
build (which uses the defconfig coming with OE), copy the new 
defconfig (e.g. from the fetched kernel's arch/arm/configs) in place 
and then re-start the kernel compilation (manually) again?

Is there no chance to tell OE/bitbake to directly take the defconfig 
from the fetched kernel's arch/arm/configs directory without any 
manual user interaction (except modifying some recipes)?

Sorry if I misunderstood anything! ;)

Best regards

Dirk




More information about the Openembedded-users mailing list