Skip to content

Commit 59bf8af

Browse files
committed
image_types_qcom: include *.melf files
SM8750-MTP uses xbl_s_devprg_ns.melf as device programmer while flashing, and xbl_s.melf file is flashed in xbl partiiton. Including these files in the qcomflash directory. Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
1 parent 2834c7f commit 59bf8af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes-recipe/image_types_qcom.bbclass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ create_qcomflash_pkg() {
9696
for bfw in `find ${DEPLOY_DIR_IMAGE}/${QCOM_BOOT_FILES_SUBDIR} -maxdepth 1 -type f \
9797
\( -name '*.elf' ! -name 'abl2esp*.elf' ! -name 'xbl_config*.elf' ! -name 'uefi.elf' \) -o \
9898
-name '*.mbn*' -o \
99+
-name '*.melf*' -o \
99100
-name '*.fv' -o \
100101
-name 'cdt_*.bin' -o \
101102
-name 'logfs_*.bin' -o \

0 commit comments

Comments
 (0)