Fix htc-ace touchscreen + weston demo app (#715)

This commit is contained in:
Larvitar 2017-10-07 18:29:37 +02:00 committed by Oliver Smith
parent 4b3f15b63e
commit 20a1b7f2c3
2 changed files with 9 additions and 2 deletions

View file

@ -22,9 +22,9 @@ package() {
install -D -m644 "$srcdir"/initfs-hook.sh \
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}.sh
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rule
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
}
sha512sums="16d39ac1f3fe45fd07329f68a49fa7c6b890ac0025e6cce561c4f8364a118674a63c3391b3d4f6284fdc29a16db154f2e7575e8f61c008f2218f068b9b6981dc deviceinfo
sha512sums="bd62f41697fa755c6f0bedb56abb80afb4c955d58e64763102dc3853626b9d78a753f2f6aaa0e09313785bdce83f21d5fcba112a947aceee14c28647adfcfb0c deviceinfo
3ce2d134aa59677e25a160b5985c552fbf048b237169bbeb85e2b8824f734627064b51c097036db10eee0254064d45d804d17372dffcd1ba246938968fe1e225 initfs-hook.sh
ab8fb357bb45ba44723f1ecb01a10db26f8f74b605499673e1ba90c69a9b11a1555983ce90235e3b636d75461c81c81eea0f8318ded06b72dad17f924d8b9901 90-android-touch-dev.rules"

View file

@ -15,6 +15,11 @@ deviceinfo_external_disk_install="true"
deviceinfo_flash_methods="fastboot"
deviceinfo_arch="armhf"
# Splash screen
deviceinfo_screen_width="480"
deviceinfo_screen_height="800"
# Fastboot related
deviceinfo_generate_bootimg="true"
deviceinfo_flash_offset_base="0x04000000"
@ -24,3 +29,5 @@ deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x00000100"
deviceinfo_kernel_cmdline="no_console_suspend=1 androidboot.selinux=permissive"
deviceinfo_flash_pagesize="2048"
deviceinfo_weston_core_modules="xwayland.so"