mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
create-spdx-3.0/populate_sdk_base: Add SDK_CLASSES inherit mechanism to fix tarball SPDX manifests
Currently, "tarball" sdk based recipes don't generate SPDX manifests as they don't include the rootfs generation classes. Split the SPDX 3.0 image class into two so the SDK components can be included where needed. To do this, introduce an SDK_CLASSES variable similar to IMAGE_CLASSES which the SDK code can use. Migrate testsdk usage to this. Also move the image/sdk spdx classes to classes-recipe rather than the general classes directory since they'd never be included on a global level. For buildtools-tarball, it has its own testsdk functions so disable the class there as a deferred inherit would overwrite it. (From OE-Core rev: 662396533177b72cc1d83e95841b27f7e42dcb20) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -483,5 +483,3 @@ python () {
|
||||
if oe.types.boolean(d.getVar("TESTIMAGE_AUTO") or "False"):
|
||||
bb.build.addtask("testimage", "do_build", "do_image_complete", d)
|
||||
}
|
||||
|
||||
inherit testsdk
|
||||
|
||||
Reference in New Issue
Block a user