zte-b860hv5: new device (MR 4886)
[ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
dc6dc89779
commit
6ac494088f
3 changed files with 63 additions and 0 deletions
33
device/testing/device-zte-b860hv5/APKBUILD
Normal file
33
device/testing/device-zte-b860hv5/APKBUILD
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Maintainer: Doni Halim <donihaalim@gmail.com>
|
||||
pkgname=device-zte-b860hv5
|
||||
pkgdesc="ZTE ZXV10 B860HV5"
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
options="!check !archcheck"
|
||||
depends="
|
||||
postmarketos-base
|
||||
linux-postmarketos-amlogic
|
||||
u-boot-amlogic-s905x2-tv
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
source="
|
||||
deviceinfo
|
||||
modules-initfs
|
||||
"
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
}
|
||||
|
||||
package() {
|
||||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
96a3d95b8e228e33d8ba51cfa6004772a3eb3ab6822e2c28542fb7ea5ecd8f5cb7241b2034f62f9acbb96777896e9b585e229c154055a91e24dd265aa873411b deviceinfo
|
||||
cbd7012fcb2db0f11f694ffa621e4c47447f6b36690366da35a16918b20e58a0324cfd07eb3ed7165887e099100286098d19ae131bd62ac8b3a088780f59a1d8 modules-initfs
|
||||
"
|
23
device/testing/device-zte-b860hv5/deviceinfo
Normal file
23
device/testing/device-zte-b860hv5/deviceinfo
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Reference: <https://postmarketos.org/deviceinfo>
|
||||
# Please use double quotes only. You can source this file in shell
|
||||
# scripts.
|
||||
|
||||
deviceinfo_format_version="0"
|
||||
deviceinfo_name="ZTE ZXV10 B860HV5"
|
||||
deviceinfo_manufacturer="ZTE"
|
||||
deviceinfo_codename="zte-b860hv5"
|
||||
deviceinfo_year="2019"
|
||||
deviceinfo_dtb="amlogic/meson-g12a-b860hv5"
|
||||
deviceinfo_arch="aarch64"
|
||||
|
||||
# Device related
|
||||
deviceinfo_chassis="embedded"
|
||||
deviceinfo_keyboard="false"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_gpu_accelerated="true"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="none"
|
||||
deviceinfo_boot_filesystem="fat32"
|
||||
deviceinfo_generate_extlinux_config="true"
|
||||
deviceinfo_kernel_cmdline="console=ttyAML0,115200n8 console=tty0 PMOS_NO_OUTPUT_REDIRECT no_console_suspend fsck.fix=yes fsck.repair=yes"
|
7
device/testing/device-zte-b860hv5/modules-initfs
Normal file
7
device/testing/device-zte-b860hv5/modules-initfs
Normal file
|
@ -0,0 +1,7 @@
|
|||
meson_gxbb_wdt
|
||||
meson_wdt
|
||||
meson_drm
|
||||
meson_dw_hdmi
|
||||
dw_hdmi
|
||||
drm_display_helper
|
||||
display_connector
|
Loading…
Reference in a new issue