We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a97a06f + 2dd6cc4 commit 347df1dCopy full SHA for 347df1d
classes-recipe/image_types_qcom.bbclass
@@ -48,6 +48,11 @@ create_qcomflash_pkg() {
48
done
49
fi
50
51
+ # vmlinux
52
+ [ -e "${DEPLOY_DIR_IMAGE}/vmlinux" -a \
53
+ ! -e "vmlinux" ] && \
54
+ install -m 0644 "${DEPLOY_DIR_IMAGE}/vmlinux" vmlinux
55
+
56
# Legacy boot images
57
if [ -n "${QCOM_DTB_DEFAULT}" ]; then
58
[ -e "${DEPLOY_DIR_IMAGE}/boot-initramfs-${QCOM_DTB_DEFAULT}-${MACHINE}.img" -a \
conf/machine/include/qcom-base.inc
@@ -4,6 +4,8 @@
4
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev"
5
6
KERNEL_IMAGETYPE ?= "Image"
7
+KERNEL_ALT_IMAGETYPE ?= "vmlinux"
8
9
KERNEL_IMAGETYPES ?= "Image.gz"
10
11
# For dtb.bin generation
0 commit comments