mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 06:14:47 +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:
parent
19d9435a32
commit
e888596636
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user