google-peach-pit: switch to depthcharge (MR 4206)
This commit is contained in:
parent
7214fb1a74
commit
2016c069e7
2 changed files with 9 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||||
pkgname=device-google-peach-pit
|
||||
pkgdesc="Samsung Chromebook 2 (11.6 inch)"
|
||||
pkgver=3
|
||||
pkgver=4
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -10,9 +10,10 @@ arch="armv7"
|
|||
options="!check !archcheck"
|
||||
depends="
|
||||
alsa-ucm-conf
|
||||
postmarketos-base
|
||||
depthcharge-tools
|
||||
linux-postmarketos-exynos5
|
||||
u-boot-peach-pit
|
||||
postmarketos-base
|
||||
postmarketos-update-depthcharge-kernel
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
source="
|
||||
|
@ -55,7 +56,7 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
71545382e0efabb154ffa1288b6960674cfafabae2fefc76c8e49b354465feced308bce7ed7978b5ef5e1d190ba2739dbc4e62344a14519a135d7e40f5743acc deviceinfo
|
||||
aaa354f4ef07d48e049d595a497e2adc6b010329efd999c5c82d1d6cd15db99bd612fae305f9235eddecda9f1cebdcff8232652c8df2aa154796c82de45b655f deviceinfo
|
||||
e53ca475830930ecfc1fd537702e850e2abcb66fbed521cb6c3a2918d762649254bd0244ec93a47b20dfc593ec3afc9bdebdec1759a7bc96dcbe4800f40893da 90-tap-to-click.conf
|
||||
6fe67c8f2e09e3e37297eebaf2a86a32671923a5fd4d18e5aeb10e580fb998e4ddb4a691531a0c8f4b4e70c6f0f7e91008dd836ffca8026d59862c6e829fd996 Peach-Pit-I2S-MAX98090.conf
|
||||
194b6169168b40592cf1e6b5f3b21aaa24a602869d7aec358cd5e1f06de34e9b0fe3da094e438ef2d3ab5be80275e6c0b6afe7ce92e2365a70e8b5a21a873234 HiFi.conf
|
||||
|
|
|
@ -21,8 +21,10 @@ deviceinfo_gpu_accelerated="true"
|
|||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="none"
|
||||
deviceinfo_cgpt_kpart="/usr/share/u-boot/google-peach-pit/u-boot-dtb.img.kpart"
|
||||
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
||||
deviceinfo_cgpt_kpart_start="8192"
|
||||
deviceinfo_cgpt_kpart_size="32768"
|
||||
deviceinfo_cgpt_kpart_size="16384"
|
||||
deviceinfo_kernel_cmdline="console=null mem=3523M"
|
||||
deviceinfo_depthcharge_board="peach-pit"
|
||||
deviceinfo_generate_depthcharge_image="true"
|
||||
deviceinfo_generate_extlinux_config="true"
|
||||
|
|
Loading…
Reference in a new issue