pmaports/device/unmaintained/linux-shift-axolotl-downstream/APKBUILD
Dylan Van Assche 1cbc021701
unmaintained/shift-axolotl-downstream: new device (MR 3637)
Downstream for kernel development, not for actual use.

Kernel defconfig taken from stock with:
- CONFIG_ANDROID_PARANOID_NETWORK unset
- CONFIG_DEVTMPFS set
- CONFIG_EXT4_FS_POSIX_ACL set
- CONFIG_LOCALVERSION set to "-downstream"
- CONFIG_SYSVIPC set
- CONFIG_USB_CONFIGFS_RNDIS set
- CONFIG_USER_NS set

Change-Id: I22bfd30dfc664dfaa2123c856b3662ddb37e760f
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
Signed-off-by: Dylan Van Assche <me@dylanvanassche.be>
[ci:skip-build]: already built successfully in CI
2022-11-27 18:56:37 +01:00

52 lines
1.7 KiB
Text

# Unmaintained: Downstream port, only for testing. Use mainline port (shift-axolotl)!
# This kernel is mostly used for bringing up new features on mainline, thus unmaintained
# Reference: <https://postmarketos.org/vendorkernel>
pkgname=linux-shift-axolotl-downstream
pkgver=4.9.329
pkgrel=0
pkgdesc="SHIFT axolotl downstream kernel fork"
arch="aarch64"
_carch="arm64"
_flavor="shift-axolotl-downstream"
url="https://kernel.org"
license="GPL-2.0-only"
options="!strip !check !tracedeps pmb:cross-native"
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev devicepkg-dev gcc6 openssl-dev"
# Compiler: GCC 6 (latest doesn't boot to initramfs)
if [ "${CC:0:5}" != "gcc6-" ]; then
CC="gcc6-$CC"
HOSTCC="gcc6-gcc"
CROSS_COMPILE="gcc6-$CROSS_COMPILE"
fi
# Source
_repository="android_kernel_shift_sdm845"
_commit="0181dcc21fb32de34c5bd331cfd834598d9ff54f"
_config="config-$_flavor.$arch"
_outdir="out"
source="
$pkgname-$_commit.tar.gz::https://github.com/SHIFTPHONES/$_repository/archive/$_commit.tar.gz
$_config
"
builddir="$srcdir/$_repository-$_commit"
prepare() {
default_prepare
. downstreamkernel_prepare
}
build() {
unset LDFLAGS
make O="$_outdir" ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
}
package() {
downstreamkernel_package "$builddir" "$pkgdir" "$_carch" "$_flavor" "$_outdir"
}
sha512sums="
2eb971b84b9471f4b7ac6af071b100684ab2f7c2c509ebccf1ad402ae228ed61c3cd68bc05e71f761e84f0b2b52ee1299d05751260a790afa470c7b4a5293e91 linux-shift-axolotl-downstream-0181dcc21fb32de34c5bd331cfd834598d9ff54f.tar.gz
9fb1e5e3dce284daa95c9e7890e4096c655d8a3763c2f39e3a7812bf1b6e27b8b3bccdf7d02e8cda1ed8b3d2519ab5caf6f183344d5f3d7da3771ebec3085580 config-shift-axolotl-downstream.aarch64
"