summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-qoriq_2018.09.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-qoriq_2018.09.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2018.09.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2018.09.bb b/recipes-bsp/u-boot/u-boot-qoriq_2018.09.bb
index 8438134d..f48dc81f 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2018.09.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2018.09.bb
@@ -11,11 +11,11 @@ DEPENDS_append_qoriq-arm = " change-file-endianess-native dtc-native tcl-native"
11DEPENDS_append_qoriq-ppc = " boot-format-native" 11DEPENDS_append_qoriq-ppc = " boot-format-native"
12 12
13python () { 13python () {
14 if d.getVar("TCMODE", True) == "external-fsl": 14 if d.getVar("TCMODE") == "external-fsl":
15 return 15 return
16 16
17 ml = d.getVar("MULTILIB_VARIANTS", True) 17 ml = d.getVar("MULTILIB_VARIANTS")
18 arch = d.getVar("OVERRIDES", True) 18 arch = d.getVar("OVERRIDES")
19 19
20 if "e5500-64b:" in arch or "e6500-64b:" in arch: 20 if "e5500-64b:" in arch or "e6500-64b:" in arch:
21 if not "lib32" in ml: 21 if not "lib32" in ml: