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:
Richard Purdie 2023-05-30 23:07:07 +01:00
parent f7035ce464
commit 581edf2012

View File

@ -69,3 +69,6 @@ INIT_MANAGER ?= "${POKY_INIT_MANAGER}"
# We need debug symbols so that SPDX license manifests for the kernel work
KERNEL_EXTRA_FEATURES:append = " features/debug/debug-kernel.scc"
# Enable creation of SPDX manifests by default
INHERIT += "create-spdx"