diff options
author | Marek Vasut <marex@denx.de> | 2016-11-07 19:20:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-08 10:31:30 +0000 |
commit | a4d976cb20770346ee2c8e9ac63ace5295afbc97 (patch) | |
tree | 6380034201ea81aaf02b439131afef5a707fba64 /meta/recipes-bsp/hostap | |
parent | 49ec5bae8a2f46dfe71c9b452637d4ffcbec3a93 (diff) | |
download | poky-a4d976cb20770346ee2c8e9ac63ace5295afbc97.tar.gz |
u-boot: mkimage: Fix build of u-boot-mkimage
The build failed in multiple configurations. First, the native and
nativesdk was using the host compiler and was pulling host libraries
into the build. Second, the target configuration was attempting to
execute tools/bin2header tool on host, which is compiled for target,
to generate license header file that is not used by tools.
This patch changes the EXTRA_OEMAKE to address these issues, to build
both native and target builds with the correct compilers and correct
sysroots. Moreover, this patch removes the CONFIG_CMD_LICENSE from
tools build, thus disabling the execution of target tools/bin2header.
(From OE-Core rev: c2980c1d2fe127d56d4c1b797df5a1047d0e2db0)
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/hostap')
0 files changed, 0 insertions, 0 deletions