pmaports-a71/device/community/device-lenovo-a6010
Stephan Gerhold 319396a6d5 device-<qcom-msm8916>: revert to msdos partition table for now (MR 5813)
pmbootstrap 3.0.0 uses GPT partition table by default, which breaks booting
on all the devices using the lk2nd bootloader. The current version of lk2nd
supports GPT only for the eMMC, while subpartitions and SD cards must be
partitioned with MBR. GPT support was present in the legacy branch of
lk2nd, but was dropped at some point because of poor code quality.

Fix the regression for now by reverting back to the old msdos (MBR)
partition table. We can revert this again later when lk2nd restores support
for GPT.

Generated with
$ for d in $(grep -R linux-postmarketos-qcom-msm8916 | grep -Eo 'device-[^/]+' | sort -u); do \
  echo -e '\n# lk2nd does not support GPT for subpartitions/SD cards yet\ndeviceinfo_partition_type="msdos"' \
  >> device/*/$d/deviceinfo && pmbootstrap checksum $d && pmbootstrap pkgver_bump $d; done

[ci:ignore-count]

[ci:skip-build]: bug in CI prevents build testing armv7 and aarch64, so
Clayton did the test locally for those archs
2024-11-19 20:15:49 +01:00
..
APKBUILD device-<qcom-msm8916>: revert to msdos partition table for now (MR 5813) 2024-11-19 20:15:49 +01:00
deviceinfo device-<qcom-msm8916>: revert to msdos partition table for now (MR 5813) 2024-11-19 20:15:49 +01:00
modules-initfs device/*: transform deviceinfo_modules_initfs into a file (MR 4169) 2023-08-04 08:27:44 +02:00
phoc.ini device/*: fix phosh startup due to new config syntax (MR 3117) 2022-05-15 16:52:04 +02:00