summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex_git.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 18:50:39 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 18:53:05 +0100
commit17462aef75f26bf082aaf0714306dfabf9080bb1 (patch)
treef3f0732dc49230c94e1589d830706b0c053452e8 /recipes-bsp/u-boot/u-boot-toradex_git.bb
parent44bf66c9874efac8fb08cd6cda5edb882f1db834 (diff)
u-boot: fix build error with dtc headers in sysroot
...recipe-sysroot-native/usr/include/libfdt_env.h:70:30: error: conflicting types for 'fdt64_t' typedef uint64_t FDT_BITWISE fdt64_t; ^~~~~~~ In file included from <command-line>:0:0: ...git/include/libfdt_env.h:19:16: note: previous declaration of 'fdt64_t' was here typedef __be64 fdt64_t; ^~~~~~~ Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex_git.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_git.bb b/recipes-bsp/u-boot/u-boot-toradex_git.bb
index 9e9f236..798c395 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb
@@ -26,7 +26,10 @@ SRCREV = "02735f400478c6e9afc432fda1149abef630657c"
SRCBRANCH = "2016.11-toradex"
SRCREV_use-head-next = "${AUTOREV}"
SRCBRANCH_use-head-next = "2016.11-toradex-next"
-SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}"
+SRC_URI = " \
+ git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH} \
+ file://0001-libfdt-move-headers-to-linux-libfdt.h-and-linux-libf.patch \
+"
SRC_URI_append_apalis-t30 = " \
file://apalis_t30.img.cfg \
file://Apalis_T30_2GB_800Mhz.bct \