d850a2b2b4
The Alpine LTS kernel builds evdev as a module which means it's not automatically available in the initfs. Including evdev allows osk-sdl to properly recognise physical keyboards, just like on a real device. Fixes: #1204 [ci:skip-build] already built successfully in CI
24 lines
815 B
Text
24 lines
815 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="QEMU aarch64"
|
|
deviceinfo_manufacturer="QEMU"
|
|
deviceinfo_codename="qemu-aarch64"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs="virtio_pci virtio_blk virtio-gpu virtio_input evdev"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_chassis="vm"
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1024"
|
|
deviceinfo_screen_height="768"
|
|
deviceinfo_getty="ttyAMA0;115200"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_kernel_cmdline="console=tty1 console=ttyAMA0,38400n8 PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE"
|
|
deviceinfo_disable_dhcpd="true"
|