mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
meta-extsdk: Either an sstate task is a proper task or it isn't
Ensure the task is properly regsistered as an sstate task as this "half way" state confuses new code in bitbake and it isn't supported. (From OE-Core rev: 53d6cd98216e3b73c0c90e42223efd1a2b649358) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -24,3 +24,8 @@ python do_locked_sigs() {
|
||||
sigfile = os.path.join(outdir, 'locked-sigs-extsdk-toolchain.inc')
|
||||
oe.copy_buildsystem.generate_locked_sigs(sigfile, d)
|
||||
}
|
||||
|
||||
python do_locked_sigs_setscene () {
|
||||
sstate_setscene(d)
|
||||
}
|
||||
addtask do_locked_sigs_setscene
|
||||
|
||||
Reference in New Issue
Block a user