mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
sstate: Trigger generation of siggen info when building sstate packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -240,6 +240,8 @@ def sstate_package(ss, d):
|
||||
bb.data.setVar('PSTAGE2_BUILDDIR', pstagebuild, d)
|
||||
bb.data.setVar('PSTAGE2_PKG', pstagepkg, d)
|
||||
bb.build.exec_func('sstate_create_package', d)
|
||||
|
||||
bb.siggen.dump_this_task(pstagepkg + ".siginfo", d)
|
||||
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user