summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:35:45 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:34:12 -0300
commita51bae26b2e8cee1eba5b39fc83d360e5de1b55a (patch)
tree33f1481fea54322dad33c449fcb7cfebf3ad9c84 /recipes-bsp
parent1e4a779ce49db1940f4585d97feb4f02bfa8c4f1 (diff)
downloadmeta-freescale-a51bae26b2e8cee1eba5b39fc83d360e5de1b55a.tar.gz
u-boot-qoriq: add DEPENDS for qoriq-arm64
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb
index 3a1f483c..63b53904 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb
@@ -15,6 +15,7 @@ LIC_FILES_CHKSUM = " \
15PV_append = "+fslgit" 15PV_append = "+fslgit"
16INHIBIT_DEFAULT_DEPS = "1" 16INHIBIT_DEFAULT_DEPS = "1"
17DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc" 17DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc"
18DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native"
18DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" 19DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native"
19DEPENDS_append_qoriq-ppc = " boot-format-native" 20DEPENDS_append_qoriq-ppc = " boot-format-native"
20 21