bed8ab6427
The creates the linux-postmarketos package which for now supports the n900 (and probably the other maemo devices) and qemu with the vexpress-a9 machine simulation. I've put the generated dtbs in /usr/share/dtb for now and set the dtb field in the deviceinfo for the n900 and my new qemu device. * Introduced linux-postmarketos-omap * Unified kernel progress * Created kernel bootable with qemu * Updated n900 deviceinfo for generic kernel * Changed qemu device to vexpress * Updated APK comments and added linux-postmarketos-dev package * Append dtb in mkinitfs * Fixed bootscript on n900 for the generic kernel * Don't detect double flavors with -dtb appending * Added graphics drivers for vexpress (qemu) * Added more drivers for qemu This adds virtio network support in qemu for the vexpress-a9 machine. The keyboard and mouse don't work yet. You can boot into weston if --no-fde is specified
42 lines
2.1 KiB
Text
42 lines
2.1 KiB
Text
pkgname=device-nokia-rx51
|
|
pkgver=1
|
|
pkgrel=11
|
|
pkgdesc="Nokia N900"
|
|
url="https://github.com/postmarketOS"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="linux-postmarketos uboot-tools linux-firmware"
|
|
makedepends="uboot-tools"
|
|
install="$pkgname.post-install"
|
|
subpackages=""
|
|
source="deviceinfo uboot-script.cmd backlight-enable.sh 90-touchscreen-dev.rules acpi_handler.sh acpi.map $install"
|
|
options="!check"
|
|
|
|
build() {
|
|
mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n postmarketos -d "$srcdir/uboot-script.cmd" "$srcdir/boot.scr"
|
|
return 0
|
|
}
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/deviceinfo \
|
|
"$pkgdir"/etc/deviceinfo
|
|
install -D -m644 "$srcdir"/boot.scr \
|
|
"$pkgdir"/boot/boot.scr
|
|
install -D -m644 "$srcdir"/backlight-enable.sh \
|
|
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}-backlight.sh
|
|
install -D -m644 "$srcdir"/90-touchscreen-dev.rules \
|
|
"$pkgdir"/etc/udev/rules.d/90-touchscreen-dev.rules
|
|
mkdir "$pkgdir"/etc/acpi
|
|
install -D -m755 "$srcdir"/acpi_handler.sh\
|
|
"$pkgdir"/etc/acpi/handler.sh
|
|
install -D -m644 "$srcdir"/acpi.map\
|
|
"$pkgdir"/etc/acpi.map
|
|
}
|
|
|
|
sha512sums="4efa28cfb35b0ceb783f15fbcf05d7302690d2d767ec7b87578741ccd52988fdc2095baf2a5ce66b964fb0cb151d05238f223a60a9a52c3670bd7b20ead2862a deviceinfo
|
|
66dfff0d87cbe7c98162c941704c4d6009c70612a59bfb88c6249638b5215ef0a8ec46932621ccafb6d6050e52e950e5c5d61aa158b9df4557a61670509c47ba uboot-script.cmd
|
|
3d55e34b95791636e44a5f41754f3d0de039dbba41f7a556d43a95c9e64afcfa930046b4b96b40020b6f196096ffba93514682927e32fa4488686fdd19c6da5a backlight-enable.sh
|
|
98c554a709d6e8da5835bd792d833355d830fca1cfea12ec7fe4f41d1d1126389c51a8a392a7f94093473c19263cc6846cc40d7e179c2facf12db2d68ff923f9 90-touchscreen-dev.rules
|
|
df5dcae9a32d04ba2fed8b4dbb8722f8d56d063a288dfbaeca37806bdbb8ba4de639b392859b9f24040a1032456d5dcd754f51314e3ab66515b91ae1e03c93a7 acpi_handler.sh
|
|
7761aec6e6e219245b006e7bdc1d19812e9c5915cf3e64bb3dd46bb4b5570c1715650b53a1fc1007cb814076b5d81be0a66ba7ebf06d9a1fa4e364725c3ee633 acpi.map
|
|
fd148b38a187710c9ed8729b6a5be5fcdb066c08c187cd11a783798fcb5b662e5fbff57c09031964b54c22bab5c0d407732bc9440d23865a77d0081ab5cdffd9 device-nokia-rx51.post-install"
|