pmaports/device/community/linux-postmarketos-qcom-msm8916/APKBUILD

79 lines
2.1 KiB
Text
Raw Normal View History

# Maintainer: Minecrell <minecrell@minecrell.net>
# Co-Maintainer: Nikita Travkin <nikita@trvn.ru>
# Kernel config based on: arch/arm64/configs/msm8916_defconfig
_flavor="postmarketos-qcom-msm8916"
pkgname=linux-$_flavor
community/linux-postmarketos-qcom-msm8916: upgrade to 5.17 (MR 3014) - Update to Linux 5.17 - Upstreamed many more patches - Probably many other things I forgot :) Device changes: - alcatel-idol347: - Headphones - longcheer-l8910 (bq-paella): - Touch keys: Allow changing function from userspace - samsung-gprime: - Split into 3 variants: gprimeltecan, fortuna3g, fortunaltezt - Buttons, WiFi/BT, Vibrator - Display - Touchscreen - Sound/Modem - Sensors (Accelerometer/Magnetometer, depending on variant) - NFC (some variants only) - Battery - samsung-j5x (J5 2016): - WiFi/BT - Sensors (Accelerometer) - Sound/Modem (jack detection is somewhat broken) New devices: - ark-peach (ARK Benefit A3) - eMMC, SD card, USB, Buttons, WiFi/BT - huawei-y635: - eMMC, SD card, USB, Buttons, WiFi/BT - Display - Touchscreen - Sensors (Accelerometer, Proximity) - Sound - Battery/Charging - samsung-a5-zt: new device variant of samsung-a5 - different setup for accelerometer and touch key - samsung-e7: - eMMC, SD card, USB, Buttons, WiFi/BT - Display (no brightness control yet) - Touchscreen - Sensors (Accelerometer) - Sound/Modem - NFC - samsung-j3ltetw: - eMMC, SD card, USB, Buttons, WiFi/BT - Display (no brightness control yet) - Touchscreen - Sensors (Accelerometer) - Sound/Modem - samsung-on7: - eMMC, SD card, USB, Buttons, WiFi/BT Removed devices: - oppo-a51f: Unfortunately, it has been unmaintained for a long time and it was the last remaining device in a non-upstreamable state (authorship unclear and missing Signed-off-by).
2022-03-21 12:04:46 +00:00
pkgver=5.17
pkgrel=0
pkgdesc="Mainline kernel fork for Qualcomm MSM8916 devices"
arch="aarch64 armv7"
url="https://github.com/msm8916-mainline/linux"
license="GPL-2.0-only"
options="!strip !check !tracedeps
pmb:cross-native
pmb:kconfigcheck-anbox
pmb:kconfigcheck-apparmor
pmb:kconfigcheck-containers
pmb:kconfigcheck-iwd
pmb:kconfigcheck-nftables
pmb:kconfigcheck-zram
"
makedepends="
bison
findutils
flex
gmp-dev
mpc1-dev
mpfr-dev
openssl-dev
perl
postmarketos-installkernel
"
# Architecture
case "$CARCH" in
aarch64) _carch="arm64" ;;
arm*) _carch="arm" ;;
esac
# Source
_tag=v${pkgver//_/-}-msm8916
source="
$pkgname-$_tag.tar.gz::$url/archive/$_tag.tar.gz
config-$_flavor.aarch64
config-$_flavor.armv7
"
builddir="$srcdir/linux-${_tag#v}"
prepare() {
default_prepare
cp "$srcdir/config-$_flavor.$CARCH" .config
}
build() {
unset LDFLAGS
make ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION=$((pkgrel + 1 ))
}
package() {
mkdir -p "$pkgdir"/boot
make zinstall modules_install dtbs_install \
ARCH="$_carch" \
INSTALL_PATH="$pkgdir"/boot \
INSTALL_MOD_PATH="$pkgdir" \
main/linux-postmarketos-qcom-msm8916: upgrade to 5.11.7 (MR 2039) - Update to Linux 5.11.7 - Upstreamed more patches - Switch BAM DMUX (mobile data) driver to Raw-IP mode. This makes it work with the upstream version of ModemManager, reduces overhead a bit and is overall cleaner. - Add QMI "memshare" driver which is needed for GPS to work on most MSM8916 devices. - GPS has been tested successfully on: - alcatel-idol347 - lg-m216 - longcheer-l8150 (wileyfox-crackling) - longcheer-l8910 (bq-paella) - motorola-harpia - motorola-osprey - samsung-a2015 (a3(u)lte, a5(u)lte) - samsung-serranovelte - wingtech-wt88047 (xiaomi-wt88047) - Needs more testing/investigation on: - asus-z00l - asus-z010d - wingtech-wt865x8 - Add SMB1360 battery/charger/OTG driver for longcheer-l8190 and wingtech-wt88047. - Rework TFA9895 speaker amplifier driver for potential upstreaming, make it work for TFA9897, add channel selection and a lot of cleanup. - Add INSTALL_MOD_STRIP=1 to maybe reduce the size of modules a bit. - Other things I forgot :) Device changes: - alcatel-alto5-vdf: Initial support for Vodafone Smart prime 6 - USB - Storage (eMMC, SD card) - Buttons - WiFi, Bluetooth - alcatel-idol347: Initial support for Alcatel Idol 3 (4.7") - USB - Storage (eMMC, SD card) - Display, Brightness - Touchscreen, Buttons, Vibrator - WiFi, Bluetooth - Accelerometer, Magnetometer, Gyroscope, Proximity - Audio (no headphones yet) - Modem (voice call audio needs some more minor changes) - asus-z00l - SD card - IMU (Accelerometer + Gyroscope), Magnetometer - lg-m216 - Battery/charging - longcheer-l8150 (wileyfox-crackling) - Tweak battery values slightly for 25°C instead of 0°C - longcheer-l8910 (bq-paella) - Battery/charging - USB OTG - motorola-harpia - Add panel driver for "boe" panel - samsung-gt510wifi/matissevewifi: - Fix touchscreen - wingtech-wt88047 (xiaomi-wt88047) - Battery/charging - USB OTG [ci:skip-build]: already built successfully in CI
2021-03-18 14:42:48 +00:00
INSTALL_MOD_STRIP=1 \
INSTALL_DTBS_PATH="$pkgdir"/usr/share/dtb
rm -f "$pkgdir"/lib/modules/*/build "$pkgdir"/lib/modules/*/source
install -D "$builddir"/include/config/kernel.release \
"$pkgdir"/usr/share/kernel/$_flavor/kernel.release
}
sha512sums="
community/linux-postmarketos-qcom-msm8916: upgrade to 5.17 (MR 3014) - Update to Linux 5.17 - Upstreamed many more patches - Probably many other things I forgot :) Device changes: - alcatel-idol347: - Headphones - longcheer-l8910 (bq-paella): - Touch keys: Allow changing function from userspace - samsung-gprime: - Split into 3 variants: gprimeltecan, fortuna3g, fortunaltezt - Buttons, WiFi/BT, Vibrator - Display - Touchscreen - Sound/Modem - Sensors (Accelerometer/Magnetometer, depending on variant) - NFC (some variants only) - Battery - samsung-j5x (J5 2016): - WiFi/BT - Sensors (Accelerometer) - Sound/Modem (jack detection is somewhat broken) New devices: - ark-peach (ARK Benefit A3) - eMMC, SD card, USB, Buttons, WiFi/BT - huawei-y635: - eMMC, SD card, USB, Buttons, WiFi/BT - Display - Touchscreen - Sensors (Accelerometer, Proximity) - Sound - Battery/Charging - samsung-a5-zt: new device variant of samsung-a5 - different setup for accelerometer and touch key - samsung-e7: - eMMC, SD card, USB, Buttons, WiFi/BT - Display (no brightness control yet) - Touchscreen - Sensors (Accelerometer) - Sound/Modem - NFC - samsung-j3ltetw: - eMMC, SD card, USB, Buttons, WiFi/BT - Display (no brightness control yet) - Touchscreen - Sensors (Accelerometer) - Sound/Modem - samsung-on7: - eMMC, SD card, USB, Buttons, WiFi/BT Removed devices: - oppo-a51f: Unfortunately, it has been unmaintained for a long time and it was the last remaining device in a non-upstreamable state (authorship unclear and missing Signed-off-by).
2022-03-21 12:04:46 +00:00
b702f5fe31e017c73e1841b18b36cf56a9dde92c71cee921f37a84024ef290199aba1b02db497b3a4b54f01b6a1636ad27de649454abca7fa1c63ff2f86b0919 linux-postmarketos-qcom-msm8916-v5.17-msm8916.tar.gz
7d2dfefd615eee49bf83065d5c8ac0e260fd1ee30fcb264a8cf794490444a894005e9517a9674df7635ba65b182b1b8eab1c61a639ef3dbbb9e853a1b9437512 config-postmarketos-qcom-msm8916.aarch64
384b41020f93fde33fb46251491282147bcde51c14e953653f6fd058131dc5f95c3c2246511941e49aae05ef241b5fffac4dbb455bf534af1caed5d31710108b config-postmarketos-qcom-msm8916.armv7
"