google-peach-pi: switch to depthcharge (MR 4206)
This commit is contained in:
parent
a4bce44ef4
commit
a025f614bb
2 changed files with 9 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Co-Maintainer: Iourine <iourine@iourine.msk.su>
|
||||
pkgname=device-google-peach-pi
|
||||
pkgdesc="Samsung Chromebook 2 (13.3 inch)"
|
||||
pkgver=3
|
||||
pkgver=4
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -11,9 +11,10 @@ arch="armv7"
|
|||
options="!check !archcheck"
|
||||
depends="
|
||||
alsa-ucm-conf
|
||||
postmarketos-base
|
||||
depthcharge-tools
|
||||
linux-postmarketos-exynos5
|
||||
u-boot-peach-pi
|
||||
postmarketos-base
|
||||
postmarketos-update-depthcharge-kernel
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
source="
|
||||
|
@ -54,7 +55,7 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
277c4bd4a71c438c076f6a4a37fac49f469c9169ecc9949dfa2cc80ccebc898bc6ced4a3bac3c77e5b195d07ffb0b32374ddb2e6d1bbc2226f64fc156ccce19f deviceinfo
|
||||
ab760771823e1b0e6b5b73a51889e85bbb6464402ab438fb795ce84ea7ec12f1146e67d6c8a0a673db9014369ef88da3eabe1ba540e6cdde32e0ccf7d7f24092 deviceinfo
|
||||
e53ca475830930ecfc1fd537702e850e2abcb66fbed521cb6c3a2918d762649254bd0244ec93a47b20dfc593ec3afc9bdebdec1759a7bc96dcbe4800f40893da 90-tap-to-click.conf
|
||||
2ccec36a88003673471fcec7c0e408c24892e43701d88986c6a85a7882ac275565eb3abf566709306ddc16a62b4558ebceffbc289e7c95336ba28262719c6413 Peach-Pi-I2S-MA.conf
|
||||
a95701b30c6b7535a60d0db932d018673a72346974cca86b9a1212fa8c66b1ad5fffaa0c6ac5fe5ead2c91a90375d5d24f74fd571300a21c53e4a2c16953c170 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-pi/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-pi"
|
||||
deviceinfo_generate_depthcharge_image="true"
|
||||
deviceinfo_generate_extlinux_config="true"
|
||||
|
|
Loading…
Reference in a new issue