Skip to content

Commit a7e784f

Browse files
committed
debos: flash: follow qcom-ptool changes
qcom-ptool has renamed platform subdirs for several platforms, which broke one of the stages in this repo. Fix the script by following those changes. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 95a5a9b commit a7e784f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ actions:
136136
mkdir -v build/qcm6490_partitions
137137
(
138138
cd build/qcm6490_partitions
139-
conf="${QCOM_PTOOL}/platforms/qcm6490/partitions.conf"
139+
conf="${QCOM_PTOOL}/platforms/qcs6490-rb3gen2/partitions.conf"
140140
"${QCOM_PTOOL}/gen_partition.py" -i "$conf" \
141141
-o ptool-partitions.xml
142142
# partitions.conf sets --type=emmc, nand or ufs

0 commit comments

Comments
 (0)