summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-04-11 22:28:10 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-20 16:17:28 -0300
commit58a7e1c27e104aca461df2a390ae2b908520594f (patch)
treedc56642d83f96624e1c30c57c79d16916ece3fd1 /recipes-bsp/u-boot
parent95705c858f8b835d7bb985dc9f0d5625093227e9 (diff)
downloadmeta-freescale-58a7e1c27e104aca461df2a390ae2b908520594f.tar.gz
u-boot-qoriq: not DEPENDS tcl/change-file-endianess
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb b/recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb
index 6f4f0d05..a47b91a3 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2019.10.bb
@@ -6,8 +6,8 @@ PROVIDES += "u-boot"
6 6
7INHIBIT_DEFAULT_DEPS = "1" 7INHIBIT_DEFAULT_DEPS = "1"
8DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native" 8DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc bison-native bc-native swig-native python3-native"
9DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native" 9DEPENDS_append_qoriq-arm64 = " dtc-native"
10DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" 10DEPENDS_append_qoriq-arm = " dtc-native"
11DEPENDS_append_qoriq-ppc = " boot-format-native" 11DEPENDS_append_qoriq-ppc = " boot-format-native"
12 12
13python () { 13python () {