cross-canadian.bbclass: support for TCLIBC="baremetal"

Allow "baremetal" builds.

(From OE-Core rev: 0cd3121058ea620c74622f1200c8040696b4d1d8)

(From OE-Core rev: 16a21e088fd3368ecf90a7bfe88630e4543b6000)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Juro Bystricky 2015-08-22 09:55:19 -07:00 committed by Richard Purdie
parent 443c59b74a
commit ff7a4cabfe
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ python () {
if d.getVar("MODIFYTOS", True) != "1":
return
if d.getVar("TCLIBC", True) == "baremetal":
return
tos = d.getVar("TARGET_OS", True)
whitelist = []
for variant in ["", "spe", "x32", "eabi", "n32"]: