linux-xiaomi-vince: remove cross-compiler from makedepends (MR 2272)

and disable CONFIG_COMPAT_VDSO (otherwise build fails without armv7 compiler)
This commit is contained in:
Alexey Minnekhanov 2021-06-25 01:54:45 +03:00
parent c7ee114d4d
commit e798464243
No known key found for this signature in database
GPG key ID: EBF5ECFFFEE34DED
2 changed files with 7 additions and 5 deletions

View file

@ -4,7 +4,7 @@
pkgname=linux-xiaomi-vince
pkgver=4.9.267
pkgrel=0
pkgrel=1
pkgdesc="Xiaomi Redmi Note 5 Plus kernel fork"
arch="aarch64"
_carch="arm64"
@ -12,7 +12,7 @@ _flavor="xiaomi-vince"
url="https://kernel.org"
license="GPL-2.0-only"
options="!strip !check !tracedeps pmb:cross-native"
makedepends="bash bc bison devicepkg-dev flex gcc-armv7 openssl-dev perl sed"
makedepends="bash bc bison devicepkg-dev flex openssl-dev perl sed"
# Source
_repository="kernel_xiaomi_vince"
@ -40,5 +40,7 @@ package() {
downstreamkernel_package "$builddir" "$pkgdir" "$_carch" "$_flavor" "$_outdir"
}
sha512sums="43544ac76a3f4a325ea4d7760d60e12375ccfaf6e6865f331d785b7482241a2ba5e78334a071e9471b83cbecdc50d5717eeef8baa4bf714674cd8b36c7569e5a linux-xiaomi-vince-1168c9c785b4995f08cc1eff89eec5ce286d2258.tar.gz
f34876e294c24790b894c50e27cf0121969ffd8dc77b446177a10c9c1b4961793b5e5c7aa0d7c32b8fec08a967d757e64c5961038f4ef5c4c4aadea86dea41fc config-xiaomi-vince.aarch64"
sha512sums="
43544ac76a3f4a325ea4d7760d60e12375ccfaf6e6865f331d785b7482241a2ba5e78334a071e9471b83cbecdc50d5717eeef8baa4bf714674cd8b36c7569e5a linux-xiaomi-vince-1168c9c785b4995f08cc1eff89eec5ce286d2258.tar.gz
479fb6d64a6bf759cef502d911c2be76fb449417dfcd9bbc0ef76ce9f514b6310110b798e029f715359871afabe403576b99a28646ac5e6cfcfb7cabe052b3cb config-xiaomi-vince.aarch64
"

View file

@ -569,7 +569,7 @@ CONFIG_COMPAT=y
CONFIG_KUSER_HELPERS=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_KEYS_COMPAT=y
CONFIG_COMPAT_VDSO=y
# CONFIG_COMPAT_VDSO is not set
CONFIG_CROSS_COMPILE_ARM32="armv7-alpine-linux-musleabihf-"
#