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.
1 parent 428befd commit 14c16d8Copy full SHA for 14c16d8
debos-recipes/qualcomm-linux-debian-flash.yaml
@@ -238,6 +238,11 @@ actions:
238
# copy platform partition files
239
cp --preserve=mode,timestamps -v build/ptool/{{ $board.platform }}/* \
240
"${flash_dir}"
241
+ # adjust path to use board-specific flash_* subdir
242
+ sed -i \
243
+ -e ":<windows_root_path>.*:<windows_root_path>.\\\\${flash_dir}\\\\</<windows_root_path>:" \
244
+ -e ":<linux_root_path>.*:<linux_root_path>./${flash_dir}/</<linux_root_path>:" \
245
+ contents.xml
246
# remove BLANK_GPT and WIPE_PARTITIONS files as it's common for people
247
# to run "qdl rawprogram*.xml", mistakingly including these; perhaps
248
# ptool should have a flag not to generate these; note that there are
0 commit comments