mirror of
git://git.yoctoproject.org/poky.git
synced 2025-08-22 00:42:05 +02:00

Adds a class that allows recipes to opt out of generating SPDX (From OE-Core rev: 170277da0dc34e3f797451473ebfbde82922f593) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
#
|
|
# Copyright OpenEmbedded Contributors
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
deltask do_collect_spdx_deps
|
|
deltask do_create_spdx
|
|
deltask do_create_spdx_runtime
|
|
deltask do_create_package_spdx
|
|
deltask do_create_rootfs_spdx
|
|
deltask do_create_image_spdx
|
|
deltask do_create_image_sbom
|