Skip to content

Commit 96a95f6

Browse files
committed
qcom-armv8a: also generate dtb.bin
Newer machines required dtb.bin image to be available. Add linux-qcom-dtbbin to KERNEL_CLASSES in order to generate it. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent abb7df7 commit 96a95f6

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
@@ -23,6 +23,9 @@ KERNEL_IMAGETYPES = "Image"
2323
# To build an Android boot image
2424
KERNEL_CLASSES += "linux-qcom-bootimg"
2525

26+
# For dtb.bin generation
27+
KERNEL_CLASSES += "linux-qcom-dtbbin"
28+
2629
SERIAL_CONSOLE ?= "115200 ttyMSM0"
2730
KERNEL_DEVICETREE ?= " \
2831
qcom/apq8016-sbc.dtb \

0 commit comments

Comments
 (0)