summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-01-09 14:42:54 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:22 -0300
commit7dcf3285025a33ba3da7a37f7914fcfb506643c4 (patch)
tree9f1960416f3735194b14e7ef74736ef67ea6232c /recipes-bsp
parentfce26798e2a9ae7a1fd9dc8e1866fc7b44982f1b (diff)
downloadmeta-freescale-7dcf3285025a33ba3da7a37f7914fcfb506643c4.tar.gz
u-boot-qoriq: remove external-fsl reference
external-fsl should be standalone. Add the changes in its sperated layers. 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_2015.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
index cc3d611a..dfb698c0 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = " \
16 16
17PV_append = "+fslgit" 17PV_append = "+fslgit"
18INHIBIT_DEFAULT_DEPS = "1" 18INHIBIT_DEFAULT_DEPS = "1"
19DEPENDS = "libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}" 19DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc"
20DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" 20DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native"
21DEPENDS_append_qoriq-ppc = " boot-format-native" 21DEPENDS_append_qoriq-ppc = " boot-format-native"
22 22