Skip to content

Commit cfb451f

Browse files
committed
fix(debos/flash): Stop tracking latest ptool
The qcom-ptool can land breaking changes at any time, so stop tracking tip but instead point at specific SHAs. Signed-off-by: Loïc Minier <[email protected]>
1 parent 170e747 commit cfb451f

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/4a042e0d70495d8b4a423b42780b10ea3e23d8db.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)