Disable packaged-staging for cross-linkage/staging-linkage and external-poky-toolchain

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-19 13:37:11 +00:00
parent 40a88a1063
commit 43bee8b735
4 changed files with 9 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ python () {
if bb.data.inherits_class('image', d):
pstage_allowed = False
if bb.data.getVar('PSTAGING_DISABLED', d, True) == "1":
pstage_allowed = False
# Add task dependencies if we're active, otherwise mark packaged staging
# as inactive.
if pstage_allowed: