fdff56f4ec
@drebrez deserves much credit for this one for all the testing, bisecting and for fixing everything. Thank you very much! --- * devices which need a custom weston.ini ship it with a install_if subpackage, so it only gets installed when weston is installed. This sounds complicated, but is actually pretty clean in the APKBUILD. * postmarketos-ui-weston: has a weston.ini.default, which enables xwayland and uses fbdev as backend (because that's what most devices use!). It defaults to the weston.ini.default if there is no weston.ini (as installed by the device package). * changed spaces to tabs for consistency, general minor refactoring of device-APKBUILDs
34 lines
1.1 KiB
Text
34 lines
1.1 KiB
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="Galaxy SI SLC"
|
|
deviceinfo_manufacturer="Samsung"
|
|
deviceinfo_date=""
|
|
deviceinfo_nonfree="????"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_external_disk="true"
|
|
deviceinfo_external_disk_install="true"
|
|
deviceinfo_flash_methods="heimdall-bootimg"
|
|
deviceinfo_arch="armhf"
|
|
|
|
# Device related
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_screen_width="480"
|
|
deviceinfo_screen_height="800"
|
|
deviceinfo_dev_touchscreen="/dev/input/event2"
|
|
|
|
# Offsets for the boot.img
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_kernel_cmdline="console=ttySAC2,115200 buildvariant=userdebug"
|
|
deviceinfo_flash_offset_kernel=0x00008000
|
|
deviceinfo_flash_offset_ramdisk=0x1000000
|
|
deviceinfo_flash_offset_second=0x00f00000
|
|
deviceinfo_flash_offset_tags=0x00000100
|
|
deviceinfo_flash_pagesize=4096
|
|
|
|
# Heimdall related
|
|
deviceinfo_flash_heimdall_partition_kernel="NORMALBOOT"
|
|
deviceinfo_flash_heimdall_partition_initfs="RECOVERY"
|
|
deviceinfo_flash_heimdall_partition_system="SYSTEM"
|