mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 18:37:33 +00: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:
parent
2f5cc1a8fd
commit
db5f08c16e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user