2020-04-07 17:56:30 +00:00
|
|
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
|
|
|
|
2020-08-28 13:50:27 +00:00
|
|
|
# This is seperate from linux-edge so we can control the release cycle better.
|
2021-04-18 21:56:40 +00:00
|
|
|
# If this kernel is updated and fails to boot it's quite hard to recover the
|
2020-08-28 13:50:27 +00:00
|
|
|
# rk3399 devices due to the boot order. This kernel also has a kconfig that has
|
|
|
|
# more modules built-in that are required for successfully booting on these
|
|
|
|
# devices.
|
|
|
|
|
|
|
|
# It's important that CONFIG_ROCKCHIP_CDN_DP is _disabled_ because it causes
|
|
|
|
# boot failure
|
|
|
|
|
2020-04-07 17:56:30 +00:00
|
|
|
pkgname=linux-postmarketos-rockchip
|
2022-02-09 17:45:25 +00:00
|
|
|
pkgver=5.16.8
|
2022-03-15 02:56:40 +00:00
|
|
|
pkgrel=1
|
2020-08-28 13:50:27 +00:00
|
|
|
pkgdesc="Mainline kernel for rockchip devices"
|
2021-07-23 15:37:08 +00:00
|
|
|
arch="aarch64 armv7"
|
2020-08-28 13:50:27 +00:00
|
|
|
_flavor="${pkgname#linux-}"
|
2020-04-07 17:56:30 +00:00
|
|
|
url="https://kernel.org"
|
|
|
|
license="GPL-2.0-only"
|
2021-07-01 22:55:21 +00:00
|
|
|
options="!strip !check !tracedeps
|
|
|
|
pmb:cross-native
|
|
|
|
pmb:kconfigcheck-anbox
|
|
|
|
pmb:kconfigcheck-nftables
|
|
|
|
pmb:kconfigcheck-containers
|
|
|
|
pmb:kconfigcheck-zram
|
|
|
|
"
|
2020-08-28 13:50:27 +00:00
|
|
|
makedepends="
|
|
|
|
bison
|
|
|
|
devicepkg-dev
|
|
|
|
findutils
|
|
|
|
flex
|
|
|
|
installkernel
|
|
|
|
openssl-dev
|
|
|
|
perl
|
|
|
|
rsync
|
2021-07-01 22:55:21 +00:00
|
|
|
gzip
|
2020-08-28 13:50:27 +00:00
|
|
|
xz
|
2021-07-23 15:37:08 +00:00
|
|
|
gmp-dev
|
|
|
|
mpc1-dev
|
|
|
|
mpfr-dev
|
2020-08-28 13:50:27 +00:00
|
|
|
"
|
2020-04-07 17:56:30 +00:00
|
|
|
|
2021-07-23 15:37:08 +00:00
|
|
|
case "$CARCH" in
|
|
|
|
aarch64*) _carch="arm64" ;;
|
|
|
|
arm*) _carch="arm" ;;
|
|
|
|
esac
|
|
|
|
|
2020-04-07 17:56:30 +00:00
|
|
|
# Source
|
2021-07-23 15:37:08 +00:00
|
|
|
_config="config-$_flavor.$CARCH"
|
2020-08-28 13:50:27 +00:00
|
|
|
case $pkgver in
|
|
|
|
*.*.*) _kernver=${pkgver%.0};;
|
|
|
|
*.*) _kernver=$pkgver;;
|
|
|
|
esac
|
2021-07-01 22:55:21 +00:00
|
|
|
|
2020-04-07 17:56:30 +00:00
|
|
|
source="
|
2020-08-28 13:50:27 +00:00
|
|
|
https://cdn.kernel.org/pub/linux/kernel/v${_kernver%%.*}.x/linux-$_kernver.tar.xz
|
2021-07-26 20:50:43 +00:00
|
|
|
0001-phy-rockchip-typec-Set-extcon-capabilities.patch
|
|
|
|
0003-arm64-dts-rockchip-add-typec-extcon-hack.patch
|
|
|
|
0010-usb-typec-add-extcon-to-tcpm.patch
|
2021-07-23 15:37:08 +00:00
|
|
|
0007-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch
|
2021-12-17 15:31:23 +00:00
|
|
|
|
2021-07-23 15:37:08 +00:00
|
|
|
config-$_flavor.aarch64
|
|
|
|
config-$_flavor.armv7
|
2020-04-07 17:56:30 +00:00
|
|
|
"
|
2020-08-28 13:50:27 +00:00
|
|
|
builddir="$srcdir/linux-$_kernver"
|
2020-04-07 17:56:30 +00:00
|
|
|
|
|
|
|
prepare() {
|
|
|
|
default_prepare
|
|
|
|
REPLACE_GCCH=0 \
|
|
|
|
. downstreamkernel_prepare
|
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
|
|
|
unset LDFLAGS
|
2021-07-21 18:06:40 +00:00
|
|
|
make ARCH="$_carch" \
|
2020-08-28 13:50:27 +00:00
|
|
|
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-$_flavor"
|
2021-07-01 22:55:21 +00:00
|
|
|
|
2020-04-07 17:56:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
downstreamkernel_package "$builddir" "$pkgdir" "$_carch" "$_flavor"
|
|
|
|
|
|
|
|
make -j1 modules_install dtbs_install \
|
|
|
|
ARCH="$_carch" \
|
2020-08-28 13:50:27 +00:00
|
|
|
INSTALL_MOD_STRIP=1 \
|
2020-04-07 17:56:30 +00:00
|
|
|
INSTALL_MOD_PATH="$pkgdir" \
|
2020-08-28 13:50:27 +00:00
|
|
|
INSTALL_DTBS_PATH="$pkgdir/boot/dtbs-$_flavor"
|
2021-07-23 15:37:08 +00:00
|
|
|
|
|
|
|
# not all armv7 devices (google-veyon-jerry) support booting gzipped kernels yet
|
|
|
|
if [ $_carch = arm64 ]; then
|
2021-08-25 19:35:59 +00:00
|
|
|
gzip -v "$pkgdir"/boot/vmlinuz
|
|
|
|
mv "$pkgdir"/boot/vmlinuz.gz "$pkgdir"/boot/vmlinuz
|
2021-07-23 15:37:08 +00:00
|
|
|
else
|
2021-08-25 19:35:59 +00:00
|
|
|
mv "$pkgdir"/boot/vmlinuz "$pkgdir"/boot/vmlinuz
|
2021-07-23 15:37:08 +00:00
|
|
|
fi
|
2020-04-07 17:56:30 +00:00
|
|
|
}
|
|
|
|
|
2020-08-28 13:50:27 +00:00
|
|
|
|
2021-07-01 22:55:21 +00:00
|
|
|
sha512sums="
|
2022-02-09 17:45:25 +00:00
|
|
|
66a0874eed7b2367fc0b69bee8c40a945b9e58d1a820c3e7e741bcb28774c811dea251826b14e2452d9e1fdd7509554ac50229f942c8ba853c308affba94a39a linux-5.16.8.tar.xz
|
2021-07-26 20:50:43 +00:00
|
|
|
10949558a6e3316ea57497f377fd120d6704f3b81725317556e49d10b570a40edb06643b06738116abbe3096be485761d436f1a0d1861bd34fc18ea45068b6b0 0001-phy-rockchip-typec-Set-extcon-capabilities.patch
|
|
|
|
b7291eecfddc7ebe9393eea864e0ee28960e8cc2f87dfc42d09426b5619f46ded97c38fb8bf26f4eea1f26bfe21396094505b3efb8676691f8751e2ffabe50ec 0003-arm64-dts-rockchip-add-typec-extcon-hack.patch
|
|
|
|
e5cc0852506ea1e73213672f0c3f9144c08156f6d5e8af841bf3f7bffc0e89028507aac4718353eee20edd9069e3f81665caa5ca25e416f25e7e0da10451b67e 0010-usb-typec-add-extcon-to-tcpm.patch
|
2022-02-09 17:45:25 +00:00
|
|
|
265b05bc542edb290ec15cd5f50132698a32e80d30ce28ce3ad7e990b7c07df92c4556122505b07a6aa582a919459872d1d874f4ed422d2aff2cdfb51889e720 0007-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch
|
|
|
|
5dc0ed5b947ca8153e3b3874cf380208b0736a0e5db25fbeddf4c9cbb8d121d20de130462c99f9f398f4d28a229eac8cf384d9170fff5d56a48e5aec1c1eea9e config-postmarketos-rockchip.aarch64
|
2022-03-15 02:56:40 +00:00
|
|
|
381064728710b2e74fbf623e7ce2ab84251ec656030e8c96c5f7630afd9e6786f725791ef5b4493eb6c821a0b87126e391a94b0ffc6999c4580f870b9cdfa1c8 config-postmarketos-rockchip.armv7
|
2021-07-01 22:55:21 +00:00
|
|
|
"
|