lg-judyp: new device (MR 2580)
This commit is contained in:
parent
db9da4f5aa
commit
e28eb06198
2 changed files with 58 additions and 0 deletions
24
device/testing/device-lg-judyp/APKBUILD
Normal file
24
device/testing/device-lg-judyp/APKBUILD
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-lg-judyp
|
||||
pkgdesc="LG V35 ThinQ"
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
options="!check !archcheck"
|
||||
depends="linux-postmarketos-qcom-sdm845 mkbootimg postmarketos-base soc-qcom-sdm845"
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo"
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
}
|
||||
|
||||
package() {
|
||||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
710f0729f1314ae0873365403c52cf77ab709e52521dc70b5eb500740e9c8a0ae4a1557292696bc741b3b282992e78a60716377c6adea155e7dd37391bb676f0 deviceinfo
|
||||
"
|
34
device/testing/device-lg-judyp/deviceinfo
Normal file
34
device/testing/device-lg-judyp/deviceinfo
Normal file
|
@ -0,0 +1,34 @@
|
|||
# Reference: <https://postmarketos.org/deviceinfo>
|
||||
# Please use double quotes only. You can source this file in shell
|
||||
# scripts.
|
||||
|
||||
deviceinfo_format_version="0"
|
||||
deviceinfo_name="LG V35 ThinQ"
|
||||
deviceinfo_manufacturer="LG"
|
||||
deviceinfo_codename="lg-judyp"
|
||||
deviceinfo_year="2018"
|
||||
deviceinfo_dtb="qcom/sdm845-lge-judyp"
|
||||
deviceinfo_append_dtb="true"
|
||||
deviceinfo_modules_initfs="qcom-wdt"
|
||||
deviceinfo_arch="aarch64"
|
||||
|
||||
# Device related
|
||||
deviceinfo_chassis="handset"
|
||||
deviceinfo_keyboard="false"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_screen_width="1440"
|
||||
deviceinfo_screen_height="2880"
|
||||
deviceinfo_rootfs_image_sector_size="4096"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="fastboot"
|
||||
deviceinfo_generate_bootimg="true"
|
||||
deviceinfo_bootimg_qcdt="false"
|
||||
deviceinfo_bootimg_mtk_mkimage="false"
|
||||
deviceinfo_bootimg_dtb_second="false"
|
||||
deviceinfo_flash_offset_base="0x00000000"
|
||||
deviceinfo_flash_offset_kernel="0x00008000"
|
||||
deviceinfo_flash_offset_ramdisk="0x01000000"
|
||||
deviceinfo_flash_offset_second="0x00f00000"
|
||||
deviceinfo_flash_offset_tags="0x00000100"
|
||||
deviceinfo_flash_pagesize="4096"
|
Loading…
Add table
Reference in a new issue