mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
poky: Enable spdx manifests by default
We're now in a position to enable SPDX manifests by default, do this for poky. (From meta-yocto rev: 511f2f60cc2637ebc06049f58acb4f68562b2fce) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -69,3 +69,6 @@ INIT_MANAGER ?= "${POKY_INIT_MANAGER}"
|
|||||||
|
|
||||||
# We need debug symbols so that SPDX license manifests for the kernel work
|
# We need debug symbols so that SPDX license manifests for the kernel work
|
||||||
KERNEL_EXTRA_FEATURES:append = " features/debug/debug-kernel.scc"
|
KERNEL_EXTRA_FEATURES:append = " features/debug/debug-kernel.scc"
|
||||||
|
|
||||||
|
# Enable creation of SPDX manifests by default
|
||||||
|
INHERIT += "create-spdx"
|
||||||
|
|||||||
Reference in New Issue
Block a user