Skip to content

Commit 6376d46

Browse files
committed
image-types-qcom: disable ESP for armv7 machines
Qualcomm ARMv7 machines don't use EFI, ESP and UKI. Explicitly disable QCOM_ESP_IMAGE for those machines in order to let qcom-distro / qcom-multimedia-image work for qcom-armv7a. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent fe7e3bd commit 6376d46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

classes-recipe/image_types_qcom.bbclass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ IMAGE_TYPES += "qcomflash"
88
QCOM_ESP_IMAGE ?= "esp-qcom-image"
99
QCOM_ESP_FILE ?= "${@'efi.bin' if d.getVar('QCOM_ESP_IMAGE') else ''}"
1010

11+
# ARMv7 machines don't use EFI / UKI
12+
QCOM_ESP_IMAGE:qcom-armv7a = ""
13+
1114
# There is currently no upstream-compatible way for the firmware to
1215
# identify and load the correct DTB from a combined-dtb that contains all
1316
# dtbs defined in KERNEL_DEVICETREE, so pick the first individual image

0 commit comments

Comments
 (0)