Skip to content

Commit e944968

Browse files
committed
firmware-qcom-boot-common: install missing boot XML for Kaanapali-MTP
Add a deploy rule to install qsahara_device_programmer.xml files from the bootbinaries sources into the deploy image directory for Kaanapali-MTP board. This ensures qsahara_device_programmer.xml is available in the deploy image directory. Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
1 parent 303b4f6 commit e944968

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

recipes-bsp/firmware-boot/firmware-qcom-boot-common.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ do_deploy() {
2121
find "${S}" -maxdepth 1 -name '*.lzma' -exec install -m 0644 {} ${DEPLOYDIR}/${QCOM_BOOT_IMG_SUBDIR} \;
2222
find "${S}" -maxdepth 1 -name '*.mbn' -exec install -m 0644 {} ${DEPLOYDIR}/${QCOM_BOOT_IMG_SUBDIR} \;
2323
find "${S}" -maxdepth 1 -name '*.melf' -exec install -m 0644 {} ${DEPLOYDIR}/${QCOM_BOOT_IMG_SUBDIR} \;
24+
find "${S}" -maxdepth 1 -name 'qsahara_*.xml' -exec install -m 0644 {} ${DEPLOYDIR}/${QCOM_BOOT_IMG_SUBDIR} \;
2425
find "${S}" -maxdepth 1 -name '*.xz' -exec install -m 0644 {} ${DEPLOYDIR}/${QCOM_BOOT_IMG_SUBDIR} \;
2526

2627
find "${UNPACKDIR}" -iname '*cdt*.bin' -exec install -m 0644 {} ${DEPLOYDIR}/${QCOM_BOOT_IMG_SUBDIR} \;

0 commit comments

Comments
 (0)