# Kernel config based on: arch/arm/configs/pxa986_golden_rev02_defconfig pkgname=linux-samsung-i8200 pkgver=3.4.5 pkgrel=6 pkgdesc="Samsung SIII mini Value Edition kernel fork" arch="armhf" _carch="arm" _flavor="samsung-i8200" 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 for instructions. if [ "${CC:0:5}" != "gcc6-" ]; then CC="gcc6-$CC" HOSTCC="gcc6-gcc" CROSS_COMPILE="gcc6-$CROSS_COMPILE" fi # Source _repository="kernel_i8200" _commit="5e4d8b5f27fb90d5a3f8aad13d9afe63e586c82d" _config="config-$_flavor.$arch" source=" $pkgname-$_commit.tar.gz::https://github.com/MasterPlexus/$_repository/archive/$_commit.tar.gz $_config timeconst.pl-Eliminate-Perl-warning.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="425d76c48862f3662826518e44164769e3ea959aed569329bafd951b2124d2ea3318de8ed65cb5f45635e0f3a13fa99b1ffa1df913126a1a5ecd1fa0ad988668 linux-samsung-i8200-5e4d8b5f27fb90d5a3f8aad13d9afe63e586c82d.tar.gz 466603568e4c6fd5d14303b576dbc123bc49128d6b90ae6ae811c92f50ca1ba3897641684b8f7ee53925c0b932412b857108c2b9ec72a00b2635f19d5c3b9ee9 config-samsung-i8200.armhf 1fcfb5f06a2bfdcc55d53054ca80d1b989599a39a5379d057a0724fc405187d74da4309a650e70b9c79d39444e81923cfc5c9199ed8c0a77c83dcd7998446bb7 timeconst.pl-Eliminate-Perl-warning.patch"