Skip to content

Commit

Permalink
qcom-armv8a.conf: Set KERNEL_IMAGETYPES to 'Image'
Browse files Browse the repository at this point in the history
Move KERNEL_IMAGETYPES setting from qcom-common.inc to qcom-armv8a.conf
as former is common for both qcom-armv7a and qcom-armv8a machines. We
need "Image" type kernel only for qcom-armv8a to support UKI.

Signed-off-by: Viswanath Kraleti <[email protected]>
  • Loading branch information
quic-vkraleti committed Oct 11, 2024
1 parent cff2e79 commit 37c6eb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conf/machine/include/qcom-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,3 @@ EFI_LINUX_IMG_DTB ?= ""

# Place dtb at EFIDTDIR to seamlessly package
KERNEL_DTBDEST = "${EFI_DTB_DIR}"

# UKI generation needs uncompressed Kernel image
KERNEL_IMAGETYPES:append = " Image"
4 changes: 4 additions & 0 deletions conf/machine/qcom-armv8a.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"

# Support for dragonboard{410, 820, 845}c, rb5
KERNEL_IMAGETYPE ?= "Image.gz"

# UKI generation needs uncompressed Kernel image
KERNEL_IMAGETYPES = "Image"

SERIAL_CONSOLE ?= "115200 ttyMSM0"
KERNEL_DEVICETREE ?= " \
qcom/apq8016-sbc.dtb \
Expand Down

0 comments on commit 37c6eb6

Please sign in to comment.