2020-11-16 10:22:41 +00:00
|
|
|
# Reference: <https://postmarketos.org/vendorkernel>
|
2017-07-28 19:48:58 +00:00
|
|
|
# Kernel config based on: arch/arm/configs/ace_defconfig
|
|
|
|
|
2020-11-16 10:22:41 +00:00
|
|
|
pkgname=linux-htc-ace
|
2017-07-28 19:48:58 +00:00
|
|
|
pkgver=3.0.101
|
2020-11-16 10:22:41 +00:00
|
|
|
pkgrel=16
|
|
|
|
pkgdesc="HTC Desire HD kernel fork"
|
2019-04-06 19:11:17 +00:00
|
|
|
arch="armv7"
|
2017-07-28 19:48:58 +00:00
|
|
|
_carch="arm"
|
2020-11-16 10:22:41 +00:00
|
|
|
_flavor="htc-ace"
|
|
|
|
url="https://kernel.org"
|
|
|
|
license="GPL-2.0-only"
|
|
|
|
options="!strip !check !tracedeps pmb:cross-native"
|
|
|
|
makedepends="bash bc bison devicepkg-dev flex openssl-dev perl xz gcc6"
|
2018-10-01 06:44:18 +00:00
|
|
|
|
|
|
|
# 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"
|
2018-11-30 20:56:06 +00:00
|
|
|
HOSTCC="gcc6-gcc"
|
2018-10-01 06:44:18 +00:00
|
|
|
CROSS_COMPILE="gcc6-$CROSS_COMPILE"
|
|
|
|
fi
|
2017-07-28 19:48:58 +00:00
|
|
|
|
2020-11-16 10:22:41 +00:00
|
|
|
# Source
|
|
|
|
_repository="android_kernel_htc_msm7x30"
|
|
|
|
_commit="887cd64b8361ac89ac56810460947a537112bdc9"
|
|
|
|
_config="config-$_flavor.$arch"
|
|
|
|
source="
|
|
|
|
$pkgname-$_commit.tar.gz::https://github.com/OpenDesireProject/$_repository/archive/$_commit.tar.gz
|
|
|
|
$_config
|
|
|
|
02_gpu-msm-fix-gcc5-compile.patch
|
|
|
|
03_msm-fb-pixclock.patch
|
|
|
|
"
|
|
|
|
builddir="$srcdir/$_repository-$_commit"
|
|
|
|
_outdir="out"
|
2017-07-28 19:48:58 +00:00
|
|
|
|
|
|
|
prepare() {
|
2020-11-16 10:22:41 +00:00
|
|
|
default_prepare
|
|
|
|
. downstreamkernel_prepare
|
2017-07-28 19:48:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
|
|
|
unset LDFLAGS
|
2020-11-16 10:22:41 +00:00
|
|
|
make O="$_outdir" ARCH="$_carch" CC="${CC:-gcc}" \
|
|
|
|
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
|
2017-07-28 19:48:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2020-11-16 10:22:41 +00:00
|
|
|
downstreamkernel_package "$builddir" "$pkgdir" "$_carch" "$_flavor" "$_outdir"
|
2017-07-28 19:48:58 +00:00
|
|
|
}
|
|
|
|
|
2017-09-14 18:16:16 +00:00
|
|
|
sha512sums="72fc35e1c7fe848ae5c1139176d4c45ef042d494403ab38e5fa98e3620fce3253ffc4bf7151738c7dd47967f2ad96b034a9365dc68f1c025aef87e985d5b1776 linux-htc-ace-887cd64b8361ac89ac56810460947a537112bdc9.tar.gz
|
*/linux-*: enable CONFIG_CRYPTO_XTS (MR 1405)
Enable CONFIG_CRYPTO_XTS for each kernel, so we can switch to using
aes-xts-plain64 as default cipher for cryptsetup (override with
"pmbootstrap --cipher"), instead of aes-cbc-plain64 (pmbootstrap#1940).
I have executed "pmbootstrap kconfig edit" on each kernel, and manually
toggled the option. The diff is not always clean, because for some
kernels it is apparently the first time, that menuconfig was executed on
the configs like that. In a few instances, it turned out that
CONFIG_ANDROID_PARANOID_NETWORK needed to be disabled too (this is
already a requirement, but as the config was incomplete, it was not
visible that this option was enabled). Very few times, I had to enable
CONFIG_EXPERIMENTAL in order to see and enable CONFIG_CRYPTO_XTS.
It would be great if we could automate such mass kconfig edits in the
future, see pmbootstrap#1942.
[skip ci]: I have verified, that every single one of these kernels builds.
CI will likely run out of time while downloading source tarballs.
2020-07-11 13:24:19 +00:00
|
|
|
ded34e991159f4925546a7db31f38da379344819d4886e52266f87fdd3371c84a405188c41dd22a0a695807aac52fd6a6e2631536b048d32f29a05ca0f391965 config-htc-ace.armv7
|
2019-03-09 20:16:43 +00:00
|
|
|
2962e853aea3bec3cfea762584a6722023c5c9041994065a7ee75b6c4584121890d6dd1ac74317a2bb8069bff49583a9cccd73cca539665a76713465e05a2cf6 02_gpu-msm-fix-gcc5-compile.patch
|
2019-04-06 19:11:17 +00:00
|
|
|
6a4079863ca09f8bca1dd9c80487860a8f6fc6c20d18961bc54988bb1831517e36092605cc593e5e1531ebb80eb76d0b1a006c339a7e334dc0d85bd91b20c72a 03_msm-fb-pixclock.patch"
|