mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
insane.bbclass: Skip arch check for Cross Canadian
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -283,7 +283,7 @@ def package_qa_check_arch(path,name,d):
|
|||||||
target_arch = bb.data.getVar('TARGET_ARCH', d, True)
|
target_arch = bb.data.getVar('TARGET_ARCH', d, True)
|
||||||
|
|
||||||
# FIXME: Cross package confuse this check, so just skip them
|
# FIXME: Cross package confuse this check, so just skip them
|
||||||
if bb.data.inherits_class('cross', d) or bb.data.inherits_class('nativesdk', d):
|
if bb.data.inherits_class('cross', d) or bb.data.inherits_class('nativesdk', d) or bb.data.inherits_class('cross-canadian', d):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# avoid following links to /usr/bin (e.g. on udev builds)
|
# avoid following links to /usr/bin (e.g. on udev builds)
|
||||||
|
|||||||
Reference in New Issue
Block a user