Skip to content

Commit 71112b8

Browse files
author
Viswanath Kraleti
committed
qcom-base.inc: Specify 'vmlinux' as KERNEL_ALT_IMAGETYPE
To debug kernel issues, vmlinux is needed. Generate it by setting KERNEL_ALT_IMAGETYPE to vmlinux. Signed-off-by: Viswanath Kraleti <[email protected]>
1 parent 6b3af65 commit 71112b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf/machine/include/qcom-base.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev"
55

66
KERNEL_IMAGETYPE ?= "Image"
7+
KERNEL_ALT_IMAGETYPE ?= "vmlinux"
8+
79
KERNEL_IMAGETYPES ?= "Image.gz"
810

911
# For dtb.bin generation

0 commit comments

Comments
 (0)