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

This commit is contained in:
Anton Bambura 2023-07-15 00:52:25 +03:00 committed by Clayton Craft
parent be532bf682
commit f457ed3540
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-druwl
pkgdesc="AOpen Chromebook Commercial Tab / CTL Chromebook Tablet Tx1"
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="
edae78411115721c73f8f1e30b2b5420e51d7e5af06621f4c74696e721cc9aa0c14896b8521721dae59a9e364916c5cf5bfb747db590c333936613692fd9a9fd 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="Google Druwl Chromebook tablet"
deviceinfo_manufacturer="Google"
deviceinfo_codename="google-druwl"
deviceinfo_year="2019"
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="druwl"
deviceinfo_generate_depthcharge_image="true"