From e1a2b1d1b3c1094543f97abf6327cff36f5028f8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 17 Jul 2022 15:56:23 +0100 Subject: poky: Enable debug-kernel for SPDX license manifests In order to generate complete SPDX license manifests we need the kernel DEBUG_INFO configure option to be set. Enable this within poky by default as we want to be able to provide that information. (From meta-yocto rev: 9ced869bb07f7ad9e11373be3a38ab25c2b6536b) Signed-off-by: Richard Purdie --- meta-poky/conf/distro/poky.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-poky/conf/distro') diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 6e9bdc38cf..6625a11f07 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -64,3 +64,6 @@ BB_SIGNATURE_HANDLER ?= "OEEquivHash" BB_HASHSERVE ??= "auto" INIT_MANAGER = "sysvinit" + +# We need debug symbols so that SPDX license manifests for the kernel work +KERNEL_EXTRA_FEATURES:append = " features/debug/debug-kernel.scc" -- cgit v1.2.3-54-g00ecf