Skip to content

Commit c6290ae

Browse files
loolbasak-qcom
authored andcommitted
wip: use previously working ptool
1 parent 3e14d65 commit c6290ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ architecture: arm64
1111
actions:
1212
- action: download
1313
description: Download qcom-ptool
14-
url: https://github.com/qualcomm-linux/qcom-ptool/archive/refs/heads/main.tar.gz
14+
url: https://github.com/qualcomm-linux/qcom-ptool/archive/cb8311aba7b19d57b527ffc918cc17f14889e2bb.tar.gz
1515
name: qcom-ptool
1616
filename: qcom-ptool.tar.gz
1717
unpack: true
@@ -138,7 +138,7 @@ actions:
138138
mkdir -v build
139139
140140
# path to unpacked qcom-ptool tarball
141-
QCOM_PTOOL="${ROOTDIR}/../qcom-ptool.tar.gz.d/qcom-ptool-main"
141+
QCOM_PTOOL="$(ls ${ROOTDIR}/../qcom-ptool.tar.gz.d/qcom-ptool-*)"
142142
143143
{{- range $board := $boards }}
144144
### board: {{ $board.name }}

0 commit comments

Comments
 (0)