diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:42:54 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:22 -0300 |
commit | 7dcf3285025a33ba3da7a37f7914fcfb506643c4 (patch) | |
tree | 9f1960416f3735194b14e7ef74736ef67ea6232c /recipes-bsp | |
parent | fce26798e2a9ae7a1fd9dc8e1866fc7b44982f1b (diff) | |
download | meta-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.bb | 2 |
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 | ||
17 | PV_append = "+fslgit" | 17 | PV_append = "+fslgit" |
18 | INHIBIT_DEFAULT_DEPS = "1" | 18 | INHIBIT_DEFAULT_DEPS = "1" |
19 | DEPENDS = "libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}" | 19 | DEPENDS = "libgcc virtual/${TARGET_PREFIX}gcc" |
20 | DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" | 20 | DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native" |
21 | DEPENDS_append_qoriq-ppc = " boot-format-native" | 21 | DEPENDS_append_qoriq-ppc = " boot-format-native" |
22 | 22 | ||