google-dumo: drop in favor of google-gru (MR 4252)
This commit is contained in:
parent
f457ed3540
commit
40fb66f3c1
2 changed files with 0 additions and 66 deletions
|
@ -1,38 +0,0 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
|
||||||
# Maintainer: Jenneron <jenneron@protonmail.com>
|
|
||||||
pkgname=device-google-dumo
|
|
||||||
pkgdesc="ASUS Chromebook Tablet CT100"
|
|
||||||
pkgver=2
|
|
||||||
pkgrel=0
|
|
||||||
url="https://postmarketos.org"
|
|
||||||
license="MIT"
|
|
||||||
arch="aarch64"
|
|
||||||
options="!check !archcheck"
|
|
||||||
depends="
|
|
||||||
alsa-ucm-conf-google-gru
|
|
||||||
depthcharge-tools
|
|
||||||
linux-postmarketos-rockchip
|
|
||||||
postmarketos-base
|
|
||||||
postmarketos-update-depthcharge-kernel
|
|
||||||
"
|
|
||||||
makedepends="devicepkg-dev"
|
|
||||||
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
||||||
source="deviceinfo"
|
|
||||||
|
|
||||||
build() {
|
|
||||||
devicepkg_build $startdir $pkgname
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
devicepkg_package $startdir $pkgname
|
|
||||||
}
|
|
||||||
|
|
||||||
nonfree_firmware() {
|
|
||||||
pkgdesc="WiFi/BT and DP firmware"
|
|
||||||
depends="linux-firmware-ath10k linux-firmware-rockchip"
|
|
||||||
mkdir "$subpkgdir"
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
1547a00470afb8353bc4b961592dd77dc3a82b48970ff187531719449027befd69dd7e95897b02910302d096b076ad559d61f8baf7811b439275558b0b99ab82 deviceinfo
|
|
||||||
"
|
|
|
@ -1,28 +0,0 @@
|
||||||
# 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 Chromebook Tablet CT100"
|
|
||||||
deviceinfo_manufacturer="ASUS"
|
|
||||||
deviceinfo_codename="google-dumo"
|
|
||||||
deviceinfo_year="2019"
|
|
||||||
deviceinfo_dtb="rockchip/rk3399-gru-scarlet-dumo"
|
|
||||||
deviceinfo_modules_initfs="gpu-sched panel-innolux-p079zc elants-i2c sbs-battery"
|
|
||||||
deviceinfo_arch="aarch64"
|
|
||||||
|
|
||||||
# Device related
|
|
||||||
deviceinfo_chassis="tablet"
|
|
||||||
deviceinfo_external_storage="true"
|
|
||||||
deviceinfo_screen_width="1536"
|
|
||||||
deviceinfo_screen_height="2048"
|
|
||||||
deviceinfo_gpu_accelerated="true"
|
|
||||||
|
|
||||||
# Bootloader related
|
|
||||||
deviceinfo_flash_method="none"
|
|
||||||
deviceinfo_kernel_cmdline="console=null"
|
|
||||||
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
|
||||||
deviceinfo_cgpt_kpart_start="8192"
|
|
||||||
deviceinfo_cgpt_kpart_size="65536"
|
|
||||||
deviceinfo_depthcharge_board="dumo"
|
|
||||||
deviceinfo_generate_depthcharge_image="true"
|
|
Loading…
Reference in a new issue