27b8ef368f
uboot-tools is provided by u-boot-tools but sometimes apk still gets confused. This change prevents errors such as pine64-pinephone:~$ sudo apk upgrade --verbose WARNING: Failed to perform initial self-upgrade, continuing with full upgrade. ERROR: unable to select packages: uboot-tools (virtual): provided by: u-boot-tools required by: device-pine64-pinephone-0.25-r1[uboot-tools] [ci:ignore-count] [ci:skip-build]: already built in CI successfully
36 lines
1.2 KiB
Text
36 lines
1.2 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-pine64-a64lts
|
|
pkgdesc="PINE64 A64-LTS"
|
|
pkgver=0.3
|
|
pkgrel=10
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
depends="postmarketos-base linux-postmarketos-allwinner u-boot-pine64 u-boot-tools mesa-dri-gallium"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
uboot-script.cmd
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n postmarketos -d "$srcdir"/uboot-script.cmd "$srcdir"/boot.scr
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
install -D -m644 "$srcdir"/boot.scr \
|
|
"$pkgdir"/boot/boot.scr
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Wifi and Bluetooth firmware"
|
|
depends="linux-firmware-rtlwifi linux-firmware-rtl_bt firmware-pine64-rtl8723bt"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="105ac5c50b79b704e43fd215df5f5658cd35d8558023ea92cea525aa6df55b96f2fc2634a025f8c32e74b6a83fdf6e382ab3f9931b7d0a7895804463eac850da deviceinfo
|
|
e4f61a6f6633cc5f669dba16746047e8880ab0b1d6b7b99c6efbdb0b5d5797d18193d26c470cdf05522ea44cedeffb7a57caca97bf8200054fb7d9bad795fe99 uboot-script.cmd"
|