google-dru: drop in favor of google-gru (MR 4252)

This commit is contained in:
Anton Bambura 2023-07-15 00:51:58 +03:00 committed by Clayton Craft
parent 6e4f2c945d
commit be532bf682
No known key found for this signature in database
GPG Key ID: 4A4CED6D7EDF950A
2 changed files with 0 additions and 66 deletions

View File

@ -1,38 +0,0 @@
# Reference: <https://postmarketos.org/devicepkg>
# Maintainer: Jenneron <jenneron@protonmail.com>
pkgname=device-google-dru
pkgdesc="Acer Chromebook Tab 10"
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="
6e97e16a8200be87ed41af3fdfb59caddbe104384862b99a1d26426d20fee6ba86866604e744b4968517d6eedc12c81c5111fa8dcb4728204c263cd0def8edb4 deviceinfo
"

View File

@ -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="Acer Chromebook Tab 10"
deviceinfo_manufacturer="Acer"
deviceinfo_codename="google-dru"
deviceinfo_year="2018"
deviceinfo_dtb="rockchip/rk3399-gru-scarlet-kd rockchip/rk3399-gru-scarlet-inx"
deviceinfo_modules_initfs="gpu-sched panel-innolux-p079zca panel-kingdisplay-kd097d04 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="dru"
deviceinfo_generate_depthcharge_image="true"