File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments