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 3e14d65 commit c6290aeCopy full SHA for c6290ae
debos-recipes/qualcomm-linux-debian-flash.yaml
@@ -11,7 +11,7 @@ architecture: arm64
11
actions:
12
- action: download
13
description: Download qcom-ptool
14
- url: https://github.com/qualcomm-linux/qcom-ptool/archive/refs/heads/main.tar.gz
+ url: https://github.com/qualcomm-linux/qcom-ptool/archive/cb8311aba7b19d57b527ffc918cc17f14889e2bb.tar.gz
15
name: qcom-ptool
16
filename: qcom-ptool.tar.gz
17
unpack: true
@@ -138,7 +138,7 @@ actions:
138
mkdir -v build
139
140
# path to unpacked qcom-ptool tarball
141
- QCOM_PTOOL="${ROOTDIR}/../qcom-ptool.tar.gz.d/qcom-ptool-main"
+ QCOM_PTOOL="$(ls ${ROOTDIR}/../qcom-ptool.tar.gz.d/qcom-ptool-*)"
142
143
{{- range $board := $boards }}
144
### board: {{ $board.name }}
0 commit comments