Skip to content

Commit c628768

Browse files
authored
image-types-qcom: disable ESP for armv7 machines (#947)
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.
2 parents c6472f3 + 6376d46 commit c628768

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)