diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-17 15:56:23 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-28 11:51:29 +0100 |
| commit | e1a2b1d1b3c1094543f97abf6327cff36f5028f8 (patch) | |
| tree | 2677438e16938ec495a812b9c2cbe8a77213c3e5 /meta-poky | |
| parent | d08e47312741a18e7be505d22762b90528253ac9 (diff) | |
| download | poky-e1a2b1d1b3c1094543f97abf6327cff36f5028f8.tar.gz | |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
| -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 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" | |||
| 64 | BB_HASHSERVE ??= "auto" | 64 | BB_HASHSERVE ??= "auto" |
| 65 | 65 | ||
| 66 | INIT_MANAGER = "sysvinit" | 66 | INIT_MANAGER = "sysvinit" |
| 67 | |||
| 68 | # We need debug symbols so that SPDX license manifests for the kernel work | ||
| 69 | KERNEL_EXTRA_FEATURES:append = " features/debug/debug-kernel.scc" | ||
