summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga_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-socfpga_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-socfpga_v2016.11.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
index be33fa2..9d47e72 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2016.11.bb
@@ -16,5 +16,5 @@ SRC_URI_append = "\
16 file://cyclone5-socdk.env \ 16 file://cyclone5-socdk.env \
17 " 17 "
18 18
19DEPENDS += "dtc-native" 19DEPENDS += "dtc-native bc-native"
20DEPENDS += "u-boot-mkimage-native" 20DEPENDS += "u-boot-mkimage-native"