2019-04-08 14:12:45 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-04-25 09:51:42 +00:00
|
|
|
pkgname=device-pine64-dontbeevil
|
2019-04-08 14:12:45 +00:00
|
|
|
pkgdesc="PINE64 PinePhone Don't be evil devkit"
|
|
|
|
pkgver=0.1
|
2021-04-27 14:06:44 +00:00
|
|
|
pkgrel=22
|
2019-04-08 14:12:45 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
|
|
|
arch="aarch64"
|
|
|
|
options="!check !archcheck"
|
2019-06-01 15:18:59 +00:00
|
|
|
subpackages="
|
|
|
|
$pkgname-weston
|
|
|
|
$pkgname-x11
|
|
|
|
$pkgname-nonfree-firmware:nonfree_firmware
|
|
|
|
$pkgname-kernel-shortts:kernel_shortts
|
|
|
|
$pkgname-kernel-longts:kernel_longts
|
|
|
|
"
|
2021-04-27 14:06:44 +00:00
|
|
|
depends="postmarketos-base u-boot-pine64 u-boot-tools mesa-dri-gallium ofono"
|
2019-04-08 14:12:45 +00:00
|
|
|
makedepends="devicepkg-dev"
|
2019-10-11 12:08:10 +00:00
|
|
|
install="$pkgname.post-install"
|
2019-04-08 14:12:45 +00:00
|
|
|
source="
|
|
|
|
deviceinfo
|
|
|
|
uboot-script.cmd
|
|
|
|
weston.ini
|
|
|
|
xorg.conf
|
|
|
|
"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
2020-01-10 16:41:50 +00:00
|
|
|
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n postmarketos -d "$srcdir"/uboot-script.cmd "$srcdir"/boot.scr
|
2019-04-08 14:12:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
install -D -m644 "$srcdir"/boot.scr \
|
|
|
|
"$pkgdir"/boot/boot.scr
|
|
|
|
}
|
|
|
|
|
|
|
|
x11() {
|
2020-01-10 16:41:50 +00:00
|
|
|
install_if="$pkgname xorg-server"
|
|
|
|
depends="
|
|
|
|
libinput
|
|
|
|
xf86-input-libinput
|
|
|
|
xf86-video-fbdev"
|
|
|
|
install -Dm644 "$srcdir"/xorg.conf \
|
|
|
|
"$subpkgdir"/etc/X11/xorg.conf.d/10-framebuffer.conf
|
2019-04-08 14:12:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
weston() {
|
2020-01-10 16:41:50 +00:00
|
|
|
install_if="$pkgname weston"
|
|
|
|
install -Dm644 "$srcdir"/weston.ini \
|
|
|
|
"$subpkgdir"/etc/xdg/weston/weston.ini
|
2019-04-08 14:12:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
nonfree_firmware() {
|
|
|
|
pkgdesc="Wifi and Bluetooth firmware"
|
2020-06-23 11:00:22 +00:00
|
|
|
depends="linux-firmware-rtlwifi linux-firmware-rtl_bt firmware-pine64-rtl8723bt"
|
2019-04-08 14:12:45 +00:00
|
|
|
mkdir "$subpkgdir"
|
|
|
|
}
|
|
|
|
|
2019-06-01 15:18:59 +00:00
|
|
|
kernel_shortts() {
|
|
|
|
pkgdesc="Short touch cable version"
|
|
|
|
depends="linux-postmarketos-allwinner"
|
|
|
|
mkdir "$subpkgdir"
|
|
|
|
}
|
|
|
|
|
|
|
|
kernel_longts() {
|
|
|
|
pkgdesc="Long touch cable version"
|
|
|
|
depends="linux-postmarketos-allwinner"
|
|
|
|
install="$subpkgname.post-install"
|
|
|
|
mkdir "$subpkgdir"
|
|
|
|
}
|
|
|
|
|
2021-03-29 22:10:06 +00:00
|
|
|
sha512sums="23b67cef189ecb5ddb740d987695572901f6d5ce0184aeaaf665a5e6299a73cf9e51786e87ca42a2591a12e67e42ab4e0363ea62ade16e72df67bd04ff94dc63 deviceinfo
|
2019-09-05 14:44:47 +00:00
|
|
|
eda61d8097896a618593e07bd03518236692b4c580182ce2e34c5e1040125e1004088475f1d484e7a4918d6f1d395a9ab121cfca202a887cdfaf9c0363dbb40b uboot-script.cmd
|
2019-04-08 14:12:45 +00:00
|
|
|
c4c57d1627dd451213e1ef20d89de9266cd4edcc2d33a69aa9a1f13e16d9f9742036b69dc149fd910d7213f7525c41eb79576d4457bc85cc96eba0d986382d27 weston.ini
|
2019-09-05 14:44:47 +00:00
|
|
|
f86ef35730b89bcc8160c08db7a7fcd0970adf60c0b77af68bac397de49c0d1783e6b8db1762380c9bf874aff2d030c6f44ecb75c803d69e79ede11376409369 xorg.conf"
|