diff options
-rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb | 1 |
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 = " \ | |||
15 | PV_append = "+fslgit" | 15 | PV_append = "+fslgit" |
16 | INHIBIT_DEFAULT_DEPS = "1" | 16 | INHIBIT_DEFAULT_DEPS = "1" |
17 | DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc" | 17 | DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc" |
18 | DEPENDS_append_qoriq-arm64 = " change-file-endianess-native dtc-native tcl-native" | ||
18 | DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" | 19 | DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" |
19 | DEPENDS_append_qoriq-ppc = " boot-format-native" | 20 | DEPENDS_append_qoriq-ppc = " boot-format-native" |
20 | 21 | ||