f3cee8a36e
Currently it requries the check_code result check in the vendor uboot to be disabled as explained in the wiki. Booting directly via reconfigured boot order still does not work. It hangs somewhere in the kernel. Firmware for Wifi/BT is not included yet. It could use the linux-postmarketos-omap kernel in the future, but there are still some dirty things in there e.g. for sound which are not suitable for a multi-device kernel. [ci:skip-build]: already built successfully in CI
41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
# Maintainer: Andreas Kemnade <andreas@kemnade.info>
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-epson-embt2ws
|
|
pkgdesc="Epson Moverio BT-200"
|
|
pkgver=1
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-epson-embt2ws
|
|
postmarketos-base
|
|
u-boot-epson-embt2ws
|
|
u-boot-tools
|
|
"
|
|
_pmb_recommends="linux-firmware-ti-connectivity"
|
|
makedepends="devicepkg-dev"
|
|
|
|
source="
|
|
deviceinfo
|
|
modules-initfs
|
|
sdboot.cmd
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
mkimage -A arm -O linux -T script -n postmarketOS \
|
|
-d "$srcdir"/sdboot.cmd "$srcdir/sdboot.scr"
|
|
install -Dm644 "$srcdir/sdboot.scr" "$pkgdir/boot/sdboot.scr"
|
|
}
|
|
|
|
sha512sums="
|
|
9b4b61df13463565f18044672690ffd559d89121dda8b84930f7f78829f18565e4c91d5e5eb921a035825abdd7aa18f0aa2bf99edfd432e631f277cf17eb1c4e deviceinfo
|
|
e6d26536578432bd1d9123d3b3eb621e39d5475e5ce9086c42fae213be6fa05d56bd6b42d08f6f5afccffe5b01ca940239c11b8046e0be1a5962ac95a0b0dfa4 modules-initfs
|
|
2c3a39107dd6c061d001d11211b816fc0e1fb060e0bcbf0fcf057d7910a7dcc4d1d06c6b0572ee0d616f1d06679ca48872395f62c1f44f5460cceefbbd2b5050 sdboot.cmd
|
|
"
|