Skip to content

Commit 57b7f38

Browse files
committed
qcom-armv8a: build Android boot images
The qcom-armv8a machine handles a lot of legacy devices which don't (and won't) have UEFI boot flow. Enable unconditional generation of Android boot images for all DTBs hanled by that platform. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 5feff61 commit 57b7f38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf/machine/qcom-armv8a.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ KERNEL_IMAGETYPE ?= "Image.gz"
2020
# UKI generation needs uncompressed Kernel image
2121
KERNEL_IMAGETYPES = "Image"
2222

23+
# To build an Android boot image
24+
KERNEL_CLASSES += "linux-qcom-bootimg"
25+
2326
SERIAL_CONSOLE ?= "115200 ttyMSM0"
2427
KERNEL_DEVICETREE ?= " \
2528
qcom/apq8016-sbc.dtb \

0 commit comments

Comments
 (0)