summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/cross-canadian.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index 80fb472b42..65ba4572cd 100644
--- a/meta/classes/cross-canadian.bbclass
+++ b/meta/classes/cross-canadian.bbclass
@@ -29,6 +29,9 @@ python () {
29 if d.getVar("MODIFYTOS", True) != "1": 29 if d.getVar("MODIFYTOS", True) != "1":
30 return 30 return
31 31
32 if d.getVar("TCLIBC", True) == "baremetal":
33 return
34
32 tos = d.getVar("TARGET_OS", True) 35 tos = d.getVar("TARGET_OS", True)
33 whitelist = [] 36 whitelist = []
34 for variant in ["", "spe", "x32", "eabi", "n32"]: 37 for variant in ["", "spe", "x32", "eabi", "n32"]: