File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,10 @@ actions:
157157 mv build/{{ $board.name }}_boot-binaries/unpack/*/* build/{{ $board.name }}_boot-binaries
158158 rmdir -v build/{{ $board.name }}_boot-binaries/unpack/* build/{{ $board.name }}_boot-binaries/unpack
159159
160- # generate partition files
161- mkdir -v build/{{ $board.platform }}_partitions
160+ # generate ptool files - various XML files for flashing, GPT data etc.
161+ mkdir -v build/{{ $board.platform }}_ptool
162162 (
163- cd build/{{ $board.platform }}_partitions
163+ cd build/{{ $board.platform }}_ptool
164164 conf="${QCOM_PTOOL}/platforms/{{ $board.platform }}/partitions.conf"
165165 " ${QCOM_PTOOL}/gen_partition.py" -i "$conf" \
166166 -o ptool-partitions.xml
@@ -178,7 +178,7 @@ actions:
178178 rm -rf "${flash_dir}"
179179 mkdir -v "${flash_dir}"
180180 # copy platform partition files
181- cp --preserve=mode,timestamps -v build/{{ $board.platform }}_partitions /* \
181+ cp --preserve=mode,timestamps -v build/{{ $board.platform }}_ptool /* \
182182 " ${flash_dir}"
183183 # remove BLANK_GPT and WIPE_PARTITIONS files as it's common for people
184184 # to run "qdl rawprogram*.xml", mistakingly including these; perhaps
You can’t perform that action at this time.
0 commit comments