Skip to content

Commit 689c890

Browse files
committed
image_types_qcom: include soccp.bin and qsahara_device_programmer.xml
Kaanapali-MTP uses qsahara_device_programmer.xml as device programmer while flashing, and soccp.bin file is flashed in soccp_a/b partiiton. Including these files in the qcomflash directory. Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
1 parent e944968 commit 689c890

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

classes-recipe/image_types_qcom.bbclass

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ create_qcomflash_pkg() {
100100
-name '*.fv' -o \
101101
-name 'cdt_*.bin' -o \
102102
-name 'logfs_*.bin' -o \
103-
-name 'sec.dat'` ; do
103+
-name 'qsahara_*.xml' -o \
104+
-name 'sec.dat' -o \
105+
-name 'soccp*.bin'` ; do
104106
install -m 0644 ${bfw} .
105107
done
106108

0 commit comments

Comments
 (0)