aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-11-07 19:20:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-08 10:26:14 +0000
commitc2980c1d2fe127d56d4c1b797df5a1047d0e2db0 (patch)
treeb15fdb19e1f0f29c5818aa2892a7702bd6f76fea /meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb
parent7f5f8bec25bc05acb7b6584e41e1067107b216dc (diff)
downloadopenembedded-core-contrib-c2980c1d2fe127d56d4c1b797df5a1047d0e2db0.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. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot_2016.09.01.bb')
0 files changed, 0 insertions, 0 deletions