c84a97a757
This adds a firmware package firmware-shift-sdm845 containing BT, GPU and WiFi firmware, which allows to enable hardware acceleration to get phosh up and running. Change-Id: Iaef46ccd51a756ad44642769e64202a7c534be9c Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
53 lines
1.2 KiB
Text
53 lines
1.2 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Alexander Martinz <amartinz@shiftphones.com>
|
|
|
|
pkgname=device-shift-axolotl
|
|
pkgdesc="SHIFT6mq"
|
|
pkgver=0.2
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-postmarketos-qcom-sdm845
|
|
mkbootimg
|
|
postmarketos-base
|
|
postmarketos-update-kernel
|
|
soc-qcom-sdm845
|
|
soc-qcom-sdm845-ucm
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
rootston.ini
|
|
"
|
|
subpackages="
|
|
$pkgname-nonfree-firmware:nonfree_firmware
|
|
$pkgname-phosh
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Modem, GPU and WiFi Firmware, also needed for osk-sdl"
|
|
depends="firmware-shift-sdm845 firmware-shift-sdm845-initramfs"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
phosh() {
|
|
install_if="$pkgname=$pkgver-r$pkgrel phosh"
|
|
install -Dm644 "$srcdir"/rootston.ini \
|
|
"$subpkgdir"/etc/phosh/rootston.ini
|
|
}
|
|
|
|
sha512sums="
|
|
c66a98e6946fad467aa1f70394eda7883c56fae716330afe2d904a9f840c67deb6f7bfa997f89d08b857b4e3fc3e0ce96a474c4844eb58641addd11740b9a908 deviceinfo
|
|
9fef488a655fcbad4fb28c11d7d6cbe385096e766cd99ca59802f1dbc4e3c99dac0ff682549e02fac0b73f7e95db953f3a87c453d1b19b229785e4ffeec515ed rootston.ini
|
|
"
|