forked from Mirror/pmbootstrap
pmb.aportgen: drop deviceinfo_screen_* (MR 2253)
This commit is contained in:
parent
18698ab251
commit
0c8b9c805f
3 changed files with 0 additions and 6 deletions
|
@ -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}"
|
||||
|
|
|
@ -806,8 +806,6 @@ deviceinfo_attributes = [
|
|||
"chassis",
|
||||
"keyboard",
|
||||
"external_storage",
|
||||
"screen_width",
|
||||
"screen_height",
|
||||
"dev_touchscreen",
|
||||
"dev_touchscreen_calibration",
|
||||
"append_dtb",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue