shift-axolotl: add support for dynamic partitions (MR 3137)
For more information, see this wiki entry: - https://wiki.postmarketos.org/wiki/Android_dynamic_partitions Change-Id: Iaf4ba715bc7226d43e05213cd5bd6ce82d327b7e Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
This commit is contained in:
parent
3629ac421a
commit
b4ac329482
2 changed files with 5 additions and 3 deletions
|
@ -3,14 +3,15 @@
|
|||
|
||||
pkgname=device-shift-axolotl
|
||||
pkgdesc="SHIFT6mq"
|
||||
pkgver=2
|
||||
pkgrel=1
|
||||
pkgver=3
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
options="!check !archcheck"
|
||||
depends="
|
||||
linux-postmarketos-qcom-sdm845
|
||||
make-dynpart-mappings
|
||||
mkbootimg
|
||||
postmarketos-base
|
||||
postmarketos-update-kernel
|
||||
|
@ -48,6 +49,6 @@ phosh() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
bd30bc057e3145118203460914463794b73c1eaf73a8537a87036d316cf42035861788e7047193c1f26e9d7c69686b8c4ffa2b87882eec9ab7dfcc8edbf12394 deviceinfo
|
||||
07d778731a9f6be09bf45b98068b27ca2650f5de21745ea06c141542d1e6be578b2141ff03e72354e9363a0eaf0aa95505510bb033aa4e2b40144cec35b5bc3d deviceinfo
|
||||
65f74d29ab318b23f7ac8923a3661f2c4130049273a8c6be234ed2c8e00810b6a1254b54cf0932e42850a6d48f821dcd038900fbb836feeddfab2759afffae38 phoc.ini
|
||||
"
|
||||
|
|
|
@ -39,5 +39,6 @@ deviceinfo_flash_kernel_on_update="true"
|
|||
|
||||
# Required for devices using UFS as storage (instead of e.g. eMMC)
|
||||
deviceinfo_rootfs_image_sector_size="4096"
|
||||
deviceinfo_super_partitions="/dev/sda7 /dev/sda7"
|
||||
|
||||
deviceinfo_modules_initfs="focaltech_fts gpi i2c_qcom_geni qcom_smb2 qcom_spmi_fg qcom_spmi_haptics"
|
||||
|
|
Loading…
Reference in a new issue