diff options
-rw-r--r-- | meta-poky/conf/distro/poky.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index c92ef2a708..d137527624 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf | |||
@@ -69,3 +69,6 @@ INIT_MANAGER ?= "${POKY_INIT_MANAGER}" | |||
69 | 69 | ||
70 | # We need debug symbols so that SPDX license manifests for the kernel work | 70 | # We need debug symbols so that SPDX license manifests for the kernel work |
71 | KERNEL_EXTRA_FEATURES:append = " features/debug/debug-kernel.scc" | 71 | KERNEL_EXTRA_FEATURES:append = " features/debug/debug-kernel.scc" |
72 | |||
73 | # Enable creation of SPDX manifests by default | ||
74 | INHERIT += "create-spdx" | ||