Le Thu,  3 May 2012 15:48:48 +0200,
Wolfgang Denk <[email protected]> a écrit :

> With recent kernel versions, some ARM configurations need may fail to
> build with errors like this:
> 
>       multiple load addresses: 0x80008000 0x80008000
>       This is incompatible with uImages
>       Specify LOADADDR on the commandline to build an uImage
> 
> We cannot pass this information in EXTRA_OEMAKE, as
> "meta/classes/kernel.bbclass" explicitly ignores all EXTRA_OEMAKE
> settings.  So add KERNEL_EXTRA_ARGS parameter so affected boards
> can add for example
> 
>       KERNEL_EXTRA_ARGS = "LOADADDR=0x80008000"
> 
> to their configuration.  We make this general enough so other needed
> command line options can be passed as well when compiling the kernel.
> 
> Signed-off-by: Wolfgang Denk <[email protected]>
Acked-by: Eric Bénard <[email protected]>

useful when multiple machines with different LOADADDR are built in the
same kernel.

Eric

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to