device-asus-z00vd: add missing devicepkg (!137)
Follow-up to !21, where only the kernel was added, but not the device package.
This commit is contained in:
parent
61d42aa1e7
commit
f842a0e39f
23
device/device-asus-z00vd/APKBUILD
Normal file
23
device/device-asus-z00vd/APKBUILD
Normal file
@ -0,0 +1,23 @@
|
||||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname="device-asus-z00vd"
|
||||
pkgdesc="ASUS Zenfone Go"
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armhf"
|
||||
options="!check !archcheck"
|
||||
depends="postmarketos-base linux-asus-z00vd mkbootimg mesa-dri-swrast"
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo"
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
}
|
||||
|
||||
package() {
|
||||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
sha512sums="4498ea7c562a42a662ffe114ecb3d5c319d8c6c0cc5c7b65cea81c1cde335ebf14d693d41bb536e948a4069780b5eb2c240c8158c598f882792521eaa4dbf1ba deviceinfo"
|
||||
|
33
device/device-asus-z00vd/deviceinfo
Normal file
33
device/device-asus-z00vd/deviceinfo
Normal file
@ -0,0 +1,33 @@
|
||||
# Reference: <https://postmarketos.org/deviceinfo>
|
||||
# Please use double quotes only. You can source this file in shell scripts.
|
||||
|
||||
deviceinfo_format_version="0"
|
||||
deviceinfo_name="ASUS Zenfone Go"
|
||||
deviceinfo_manufacturer="ASUS"
|
||||
deviceinfo_codename="asus-z00vd"
|
||||
deviceinfo_date=""
|
||||
deviceinfo_dtb=""
|
||||
deviceinfo_modules_initfs=""
|
||||
deviceinfo_arch="armhf"
|
||||
|
||||
# Device related
|
||||
deviceinfo_keyboard="false"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_screen_width="720"
|
||||
deviceinfo_screen_height="1280"
|
||||
deviceinfo_dev_touchscreen=""
|
||||
deviceinfo_dev_touchscreen_calibration=""
|
||||
deviceinfo_dev_keyboard=""
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="fastboot"
|
||||
deviceinfo_kernel_cmdline="bootopt=64S3,32S1,32S1"
|
||||
deviceinfo_generate_bootimg="true"
|
||||
deviceinfo_bootimg_qcdt="false"
|
||||
deviceinfo_flash_offset_base="0x80000000"
|
||||
deviceinfo_flash_offset_kernel="0x00008000"
|
||||
deviceinfo_flash_offset_ramdisk="0x04000000"
|
||||
deviceinfo_flash_offset_second="0x00f00000"
|
||||
deviceinfo_flash_offset_tags="0x0e000000"
|
||||
deviceinfo_flash_pagesize="2048"
|
||||
|
Loading…
x
Reference in New Issue
Block a user