We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03a23a2 + 2879a06 commit 7c043f5Copy full SHA for 7c043f5
debos-recipes/qualcomm-linux-debian-flash.yaml
@@ -56,6 +56,12 @@ actions:
56
# copy platform partition files
57
cp --preserve=mode,timestamps -v build/qcm6490_partitions/* \
58
"${flash_dir}"
59
+ # remove BLANK_GPT and WIPE_PARTITIONS files as it's common for people
60
+ # to run "qdl rawprogram*.xml", mistakingly including these; perhaps
61
+ # ptool should have a flag not to generate these; note that there are
62
+ # wipe_rawprogram*.xml files still
63
+ rm -v "${flash_dir}"/rawprogram*_BLANK_GPT.xml
64
+ rm -v "${flash_dir}"/rawprogram*_WIPE_PARTITIONS.xml
65
# copy platform boot binaries; these shouldn't ship partition files, but
66
# make sure not to accidentally clobber any such file
67
find build/qcm6490_boot-binaries \
0 commit comments