google-veyron-jerry: drop in favor of google-veyron (MR 4252)
This commit is contained in:
parent
2700b6c52f
commit
675bd6d68d
2 changed files with 0 additions and 69 deletions
|
@ -1,39 +0,0 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
|
||||||
# Maintainer: Timothy Valldeperas <tvall43@gmail.com>
|
|
||||||
# Co-Maintainer: Jenneron <jenneron@protonmail.com>
|
|
||||||
pkgname=device-google-veyron-jerry
|
|
||||||
pkgdesc="Google Veyron Jerry Chromebook"
|
|
||||||
pkgver=3
|
|
||||||
pkgrel=0
|
|
||||||
url="https://postmarketos.org"
|
|
||||||
license="MIT"
|
|
||||||
arch="armv7"
|
|
||||||
options="!check !archcheck"
|
|
||||||
depends="
|
|
||||||
alsa-ucm-conf>=1.2.7.1-r0
|
|
||||||
depthcharge-tools
|
|
||||||
linux-google-veyron
|
|
||||||
postmarketos-base>=25-r1
|
|
||||||
postmarketos-update-depthcharge-kernel>=2-r0
|
|
||||||
"
|
|
||||||
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 firmware"
|
|
||||||
depends="linux-firmware-mrvl"
|
|
||||||
mkdir "$subpkgdir"
|
|
||||||
}
|
|
||||||
|
|
||||||
sha512sums="
|
|
||||||
29aae9a3b54272c948db2d8de2a31938268ea20127895391cf6a3d61d34b546dccf238aa84bd0dc78984e9fc89f34c8e59a5aa4f8f77ab59d08a5e68f2c7f092 deviceinfo
|
|
||||||
"
|
|
|
@ -1,30 +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 Veyron Jerry Chromebook"
|
|
||||||
deviceinfo_manufacturer="Google"
|
|
||||||
deviceinfo_codename="google-veyron-jerry"
|
|
||||||
deviceinfo_year="2015"
|
|
||||||
deviceinfo_dtb="rk3288-veyron-jerry"
|
|
||||||
deviceinfo_modules_initfs="panel_simple pwm_bl rockchipdrm dw_mipi_dsi drm_kms_helper gpu_sched phy_rockchip_dp pwm_rockchip dw_wdt videobuf2_dma_sg analogix_dp drm-dp-aux-bus panel-edp gpio-charger cros-ec cros-ec-spi sbs-battery cros-ec-keyb"
|
|
||||||
deviceinfo_arch="armv7"
|
|
||||||
|
|
||||||
# Device related
|
|
||||||
deviceinfo_chassis="laptop"
|
|
||||||
deviceinfo_keyboard="true"
|
|
||||||
deviceinfo_external_storage="true"
|
|
||||||
deviceinfo_screen_width="1366"
|
|
||||||
deviceinfo_screen_height="768"
|
|
||||||
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="24576"
|
|
||||||
deviceinfo_cgpt_kpart_size="32768"
|
|
||||||
deviceinfo_depthcharge_board="jerry"
|
|
||||||
deviceinfo_generate_depthcharge_image="true"
|
|
||||||
deviceinfo_generate_extlinux_config="true"
|
|
Loading…
Reference in a new issue