diff options
author | Wolfgang Denk <wd@denx.de> | 2012-05-03 15:48:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-01 14:57:52 +0000 |
commit | 8264863ea0674f6cb105f5f7301861408fdc409b (patch) | |
tree | 02e19b8322da623014006f68a48c9c5218f93633 /meta/recipes-graphics | |
parent | 86d6ec51f0e1a4f5335d72928ef14ea1335d49b0 (diff) | |
download | poky-8264863ea0674f6cb105f5f7301861408fdc409b.tar.gz |
Add KERNEL_EXTRA_ARGS parameter
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.
(From OE-Core rev: e3cdd0aafb9081cd7f1f98490087c1157a3d7403)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
0 files changed, 0 insertions, 0 deletions