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:
Richard Purdie
2019-09-18 11:49:43 +01:00
parent 2f5cc1a8fd
commit db5f08c16e

View File

@@ -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