pmb.aportgen: drop deviceinfo_screen_* (MR 2253)

This commit is contained in:
Andras Sebok 2024-02-09 20:13:59 +01:00
parent 18698ab251
commit 0c8b9c805f
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
3 changed files with 0 additions and 6 deletions

View file

@ -194,8 +194,6 @@ def generate_deviceinfo(args, pkgname, name, manufacturer, year, arch,
deviceinfo_chassis="{chassis}"
deviceinfo_keyboard="{"true" if has_keyboard else "false"}"
deviceinfo_external_storage="{external_storage}"
deviceinfo_screen_width="800"
deviceinfo_screen_height="600"
# Bootloader related
deviceinfo_flash_method="{flash_method}"

View file

@ -806,8 +806,6 @@ deviceinfo_attributes = [
"chassis",
"keyboard",
"external_storage",
"screen_width",
"screen_height",
"dev_touchscreen",
"dev_touchscreen_calibration",
"append_dtb",

View file

@ -14,8 +14,6 @@ deviceinfo_arch="armhf"
# Device related
deviceinfo_chassis="handset"
deviceinfo_keyboard="false"
deviceinfo_screen_width="768"
deviceinfo_screen_height="1280"
deviceinfo_dev_touchscreen="/dev/input/event2"
# Fastboot related