summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-08-10 20:24:09 +0200
committerKhem Raj <raj.khem@gmail.com>2017-08-10 12:24:10 -0700
commit37ca0f7ab398e2e5bc61bd163b0bc16df535160f (patch)
treec19367072efd45a26869d58ba8fe472eddf1e1c5 /recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb
parent12d7066b3c79461538a2996d4ee15d9e67705061 (diff)
downloadmeta-altera-37ca0f7ab398e2e5bc61bd163b0bc16df535160f.tar.gz
Fix build with YP pyro
Mainly fix the u-boot build by: - changing u-boot-mkenvimage to use $(CC) instead of cc - adding bc-native to u-boot-socfpga due to RS-sysroot in YP Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb b/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb
index e90e5f1..19ea6c6 100644
--- a/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb
+++ b/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb
@@ -8,7 +8,8 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
8 8
9PV_append = "+git${SRCPV}" 9PV_append = "+git${SRCPV}"
10 10
11SRC_URI = "git://git.denx.de/u-boot.git;branch=master" 11SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
12SRC_URI += "file://0001-Fix-native-build-by-using-env-variables.patch"
12 13
13S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
14 15