pmaports/device/unmaintained/linux-samsung-espresso10-downstream/APKBUILD

56 lines
2 KiB
Text
Raw Normal View History

# Unmaintained: Downstream port, only for testing. Use mainline port (linux-postmarketos-omap)!
# Kernel config based on: arch/arm/configs/espresso_defconfig
pkgname=linux-samsung-espresso10-downstream
pkgver=3.0.101
pkgrel=0
pkgdesc="Samsung Galaxy Tab 2 (10.1 inch) kernel fork"
arch="armv7"
_carch="arm"
_flavor="samsung-espresso10"
url="https://kernel.org"
license="GPL2"
options="!strip !check !tracedeps pmb:cross-native"
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev devicepkg-dev gcc6"
# Compiler: this kernel was only tested with GCC6. Feel free to make a merge
# request if you find out that it is booting working with newer GCCs as
# well. See <https://postmarketos.org/vendorkernel> for instructions.
if [ "${CC:0:5}" != "gcc6-" ]; then
CC="gcc6-$CC"
HOSTCC="gcc6-gcc"
CROSS_COMPILE="gcc6-$CROSS_COMPILE"
fi
# Source - Use unlegacy kernel
_repository="android_kernel_samsung_espresso"
_commit="19d2fd25e2416ed04c287387ade7048047bf7b18"
_config="config-$_flavor.$arch"
source="
$pkgname-$_commit.tar.gz::https://github.com/iamashwin26/$_repository/archive/$_commit.tar.gz
$_config
01_fix_aid_net_on_apn_disable.patch
"
builddir="$srcdir/$_repository-$_commit"
prepare() {
default_prepare
. downstreamkernel_prepare
}
build() {
unset LDFLAGS
make ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
}
package() {
downstreamkernel_package "$builddir" "$pkgdir" "$_carch" "$_flavor"
}
sha512sums="
86d77d7f1004e1b0ec63e95132b853ad6e03d3e55587bbbed91d64d95ba6f9bb82ac5b77162f8e89b16c4f8db491d4e8ce6ed16b7572bb6f99ce46144dac619e linux-samsung-espresso10-downstream-19d2fd25e2416ed04c287387ade7048047bf7b18.tar.gz
6c854151b5297b222062e1ffa92622e80ae8642cbf3d22b2697e61c8ce233076ca8810abf084bca29356f368d329e6c2668aac54fe9260a2761efcdc70782915 config-samsung-espresso10.armv7
1cae09c775d787e877f82cb164b5d68530f4bd9b108b7abaf8192bd85a3d8975456762ce9f563fa766b1c03519e09ef93e177fd6972e439e4aa0c3a5709ea691 01_fix_aid_net_on_apn_disable.patch
"