Skip to content

Commit abb7df7

Browse files
committed
qcom-armv7a: build Android boot images
The qcom-armv7a 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 57b7f38 commit abb7df7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conf/machine/qcom-armv7a.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ QCOM_BOOTIMG_PAGE_SIZE = "2048"
2020
MACHINE_FEATURES += "screen ext2 ext3 opengl usb"
2121

2222
KERNEL_IMAGETYPE ?= "zImage"
23+
24+
# To build an Android boot image
25+
KERNEL_CLASSES += "linux-qcom-bootimg"
26+
2327
KERNEL_DEVICETREE ?= " \
2428
qcom/qcom-apq8064-asus-nexus7-flo.dtb \
2529
qcom/qcom-apq8064-ifc6410.dtb \

0 commit comments

Comments
 (0)