Op 3 mei 2012, om 15:48 heeft Wolfgang Denk het volgende geschreven:

> 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"

Isn't KERNEL_EXTRA_OEMAKE clearer in this case? I see kernel args being what 
ends up in /proc/cmdline.
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to