Skip to content

Commit f14cbe6

Browse files
authored
Merge pull request #345 from vishwasudupa/remove_wipe_rawprogram
fix: qualcomm-linux-debian-flash: remove wipe_rawprogram xmls
2 parents 089893a + 02b2dde commit f14cbe6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

debos-recipes/qualcomm-linux-debian-flash.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,12 +436,13 @@ actions:
436436
-e "s:<linux_root_path>.*:<linux_root_path>${linux_path}</linux_root_path>:" \
437437
"${flash_dir}/contents.xml"
438438
fi
439-
# remove BLANK_GPT and WIPE_PARTITIONS files as it's common for
440-
# people to run "qdl rawprogram*.xml", mistakingly including these;
441-
# perhaps ptool should have a flag not to generate these; note that
442-
# there are wipe_rawprogram*.xml files still
439+
# remove BLANK_GPT, WIPE_PARTITIONS and wipe_rawprogram files as
440+
# it's common for people to run "qdl rawprogram*.xml" or pcat,
441+
# mistakingly including these; perhaps ptool should have a flag
442+
# not to generate these
443443
rm -v "${flash_dir}"/rawprogram*_BLANK_GPT.xml
444444
rm -v "${flash_dir}"/rawprogram*_WIPE_PARTITIONS.xml
445+
rm -v "${flash_dir}"/wipe_rawprogram*.xml
445446
# copy silicon family boot binaries; these shouldn't ship partition
446447
# files, but make sure not to accidentally clobber any such file
447448
find build/{{ $board.name }}_boot-binaries \

0 commit comments

Comments
 (0)