summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-03-28 04:44:53 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-03-28 17:11:54 +0300
commit74d209f0df779f35e2e0b61bf8c3af5aaf764b6b (patch)
treed5eb0dce60cd141e27b2f645c535a55ca02aeaf6 /meta-phosphor/conf
parent88051ef9537195bad4c137bb94ebd8795eb2c634 (diff)
downloadopenbmc-74d209f0df779f35e2e0b61bf8c3af5aaf764b6b.tar.xz
meta-phosphor: Add vmlinux to image types
Ensure the vmlinux is archived as part of the build artifacts for debugging. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: If84c284cfc60f6b8ae5c641ef7ee06255f29d8c1
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/machine/include/obmc-bsp-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
index 158c569f41..9098a8a4ad 100644
--- a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
+++ b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
@@ -3,7 +3,7 @@
#@DESCRIPTION: Common machine configuration for OpenBMC chips
KERNEL_CLASSES ?= "kernel-fitimage"
-KERNEL_IMAGETYPES ?= "fitImage"
+KERNEL_IMAGETYPES ?= "fitImage vmlinux"
# Static images. This is the default if no other layout is specified.
IMAGE_FSTYPES += "${@bb.utils.contains_any('DISTRO_FEATURES', \