diff mbox series

poky: Enable spdx manifests by default

Message ID 20230606131209.535272-1-richard.purdie@linuxfoundation.org (mailing list archive)
State New
Headers show
Series poky: Enable spdx manifests by default | expand

Commit Message

Richard Purdie June 6, 2023, 1:12 p.m. UTC
We're now in a position to enable SPDX manifests by default, do this
for poky.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta-poky/conf/distro/poky.conf | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index c92ef2a7082..d1375276246 100644
--- a/meta-poky/conf/distro/poky.conf
+++ b/meta-poky/conf/distro/poky.conf
@@ -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"