mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
staging: Mark deploy an sstate task
Deploy is a tricky task as it isn't in SSTATETASKS as it isn't always present. We do need to ensure dependency chains around do_deploy tasks are correctly handled as sstate tasks though. For now add to the list of sstate tasks manually (like the other locale task reference). Without this, missing manifest files could be reported now that do_deploy tasks no longer have their dependencies added by the depvalid function. (From OE-Core rev: 1fdbe550323b98ca67ed7130f5a0d7d626bd2c64) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -306,6 +306,7 @@ python extend_recipe_sysroot() {
|
||||
sstatetasks = d.getVar("SSTATETASKS").split()
|
||||
# Add recipe specific tasks referenced by setscene_depvalid()
|
||||
sstatetasks.append("do_stash_locale")
|
||||
sstatetasks.append("do_deploy")
|
||||
|
||||
def print_dep_tree(deptree):
|
||||
data = ""
|
||||
|
||||
Reference in New Issue
Block a user