mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-armv7-rc to 5.17.rc4-1
This commit is contained in:
parent
42e6ed3a5c
commit
31787c5ec1
2 changed files with 11 additions and 10 deletions
|
@ -4,8 +4,9 @@
|
|||
buildarch=4
|
||||
|
||||
_rcver=5.17
|
||||
_rcrel=3
|
||||
_rcrel=4
|
||||
_rcnrel=armv7-x3
|
||||
_rcnrc=3
|
||||
|
||||
pkgbase=linux-armv7-rc
|
||||
_srcname=linux-${_rcver}-rc${_rcrel}
|
||||
|
@ -19,7 +20,7 @@ license=('GPL2')
|
|||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
||||
options=('!strip')
|
||||
source=("https://git.kernel.org/torvalds/t/${_srcname}.tar.gz"
|
||||
"http://rcn-ee.com/deb/sid-armhf/v${_rcver}.0-rc${_rcrel}-${_rcnrel}/patch-${_rcver}-rc${_rcrel}-${_rcnrel}.diff.gz"
|
||||
"http://rcn-ee.com/deb/sid-armhf/v${_rcver}.0-rc${_rcnrc}-${_rcnrel}/patch-${_rcver}-rc${_rcnrc}-${_rcnrel}.diff.gz"
|
||||
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
||||
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
||||
'0003-SMILE-Plug-device-tree-file.patch'
|
||||
|
@ -35,7 +36,7 @@ source=("https://git.kernel.org/torvalds/t/${_srcname}.tar.gz"
|
|||
'kernel_data_key.vbprivk'
|
||||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('bca4b0deb992e7f42d1228dfdf7abc10'
|
||||
md5sums=('252a5863a22d847a9eb558609d782285'
|
||||
'0b93d53210189fffda654e86715321b4'
|
||||
'87ea5f10af410a55adc001d2c54a9a02'
|
||||
'351f5057a0419674b8980eaecce50888'
|
||||
|
@ -46,7 +47,7 @@ md5sums=('bca4b0deb992e7f42d1228dfdf7abc10'
|
|||
'114aec2225b78a12853434d10797ace6'
|
||||
'2e3c34b04fa35e94deceae9d4d69a5d9'
|
||||
'd30ce6532c642318aecc393ec3205b96'
|
||||
'b374f71ceb9662fd0a37d1e4f4288d33'
|
||||
'5d609fb486ea149188c7b7b28a03c1ef'
|
||||
'0963ff6490be16935370812fc75fa065'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
@ -57,7 +58,7 @@ prepare() {
|
|||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# RCN patch
|
||||
git apply ../patch-${_rcver}-rc${_rcrel}-${_rcnrel}.diff
|
||||
git apply ../patch-${_rcver}-rc${_rcnrc}-${_rcnrel}.diff
|
||||
rm -f scripts/bin2c
|
||||
|
||||
# ALARM patches
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.17.0-rc3-1 Kernel Configuration
|
||||
# Linux/arm 5.17.0-rc4-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=110100
|
||||
CONFIG_GCC_VERSION=110200
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_AS_IS_GNU=y
|
||||
CONFIG_AS_VERSION=23601
|
||||
CONFIG_AS_VERSION=23800
|
||||
CONFIG_LD_IS_BFD=y
|
||||
CONFIG_LD_VERSION=23601
|
||||
CONFIG_LD_VERSION=23800
|
||||
CONFIG_LLD_VERSION=0
|
||||
CONFIG_CC_CAN_LINK=y
|
||||
CONFIG_CC_CAN_LINK_STATIC=y
|
||||
|
|
Loading…
Reference in a new issue