mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user