summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-fw-utils_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-fw-utils_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-fw-utils_git.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
index 89ad17c..8a831f0 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
@@ -26,6 +26,7 @@ SRCBRANCH_use-head-next = "2016.11-toradex-next"
SRC_URI = " \
git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH} \
file://default-gcc.patch \
+ file://0001-libfdt-move-headers-to-linux-libfdt.h-and-linux-libf.patch \
file://fw_env.config \
file://fw_unlock_mmc.sh \
"