firmware-nothing-spacewar: Change hexagonfs files path to fix bootloop.
The bootloop on spacewar was caused by ADSP crash due to hexagonfs files
being installed in the wrong path ("nothing" instead of "Nothing").
The path is derived by hexagonfs based on dts properties, we should
match that.
Additionally this makes sensors work on the phone.
See https://github.com/mainlining/firmware-nothing-spacewar/pull/1
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8196>
This commit is contained in:
parent
af799f41e5
commit
25b69f8ce3
1 changed files with 3 additions and 3 deletions
|
|
@ -1,13 +1,13 @@
|
|||
maintainer="Federico Amedeo Izzo <federico@izzo.pro>"
|
||||
pkgname=firmware-nothing-spacewar
|
||||
pkgver=1
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgdesc="Firmware for Nothing Phone (1)"
|
||||
url="https://github.com/mainlining/firmware-nothing-spacewar"
|
||||
arch="aarch64"
|
||||
license="proprietary"
|
||||
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
||||
_commit="428184b45f1294a0e66979f570902de84883e1fc"
|
||||
_commit="ee19e2b28e5f12b700117c11debf27f5f182536e"
|
||||
source="$pkgname-$_commit.tar.gz::https://github.com/mainlining/firmware-nothing-spacewar/archive/$_commit/$pkgname-$_commit.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$_commit"
|
||||
|
||||
|
|
@ -18,5 +18,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
dfc805ee45158f67ecfba8d249fd5360799b9bb02d97b4ac726986575de4fa73f10a26325ea28b14d884207b358578b40b7dc18ddc876aab09db3460cb59cb52 firmware-nothing-spacewar-428184b45f1294a0e66979f570902de84883e1fc.tar.gz
|
||||
8b24d1427a97ed45526c36e7b6c13a1efb09be3108f9d5dca56fc2bfc8f7ee7610f76ad5279a59f9f7548e7bbbcf10d934754cec507a93f15f04aa3d6792dd40 firmware-nothing-spacewar-ee19e2b28e5f12b700117c11debf27f5f182536e.tar.gz
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue