mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-am33x to 5.2.5-1
This commit is contained in:
parent
5ee9aa9747
commit
0d109ba8be
2 changed files with 11 additions and 9 deletions
|
@ -7,8 +7,9 @@ pkgbase=linux-am33x
|
||||||
_srcname=linux-5.2
|
_srcname=linux-5.2
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="TI AM335x Beaglebone (Black)"
|
_desc="TI AM335x Beaglebone (Black)"
|
||||||
pkgver=5.2.0
|
pkgver=5.2.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
rcnver=5.2.0
|
||||||
rcnrel=bone2
|
rcnrel=bone2
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -16,18 +17,19 @@ license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'dtc')
|
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'dtc')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
||||||
#"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
|
"http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz"
|
||||||
"http://rcn-ee.com/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz"
|
"http://rcn-ee.com/deb/sid-armhf/v${rcnver}-${rcnrel}/patch-${rcnver%.0}-${rcnrel}.diff.gz"
|
||||||
"git+https://github.com/RobertCNelson/bb.org-overlays.git"
|
"git+https://github.com/RobertCNelson/bb.org-overlays.git"
|
||||||
'0001-add-lcd-cape-for-chiliboard.patch'
|
'0001-add-lcd-cape-for-chiliboard.patch'
|
||||||
'config'
|
'config'
|
||||||
'linux.preset'
|
'linux.preset'
|
||||||
'99-linux.hook')
|
'99-linux.hook')
|
||||||
md5sums=('ddf994de00d7b18395886dd9b30b9262'
|
md5sums=('ddf994de00d7b18395886dd9b30b9262'
|
||||||
|
'0bfed20acab24d45232983b54339a3c9'
|
||||||
'26c6315665c926c1d9e9df7d3407facb'
|
'26c6315665c926c1d9e9df7d3407facb'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'ee16bcdbbf978e714455933ecd6dd8fe'
|
'ee16bcdbbf978e714455933ecd6dd8fe'
|
||||||
'27f190f22ffde835f3a5a1df7749e9f9'
|
'7b9ecbc7db9b059e64178fcc8aacfb23'
|
||||||
'78ccc998f27eec49a9d5490218b1b1ab'
|
'78ccc998f27eec49a9d5490218b1b1ab'
|
||||||
'79fa396e3f9a09a85156d6d7c2d34b58')
|
'79fa396e3f9a09a85156d6d7c2d34b58')
|
||||||
|
|
||||||
|
@ -35,10 +37,10 @@ prepare() {
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
||||||
# add upstream patch
|
# add upstream patch
|
||||||
#git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||||
|
|
||||||
# RCN patch
|
# RCN patch
|
||||||
git apply ../patch-${pkgver%.0}-${rcnrel}.diff
|
git apply ../patch-${rcnver%.0}-${rcnrel}.diff
|
||||||
|
|
||||||
# ALARM patches
|
# ALARM patches
|
||||||
git apply ../0001-add-lcd-cape-for-chiliboard.patch
|
git apply ../0001-add-lcd-cape-for-chiliboard.patch
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 5.2.0-1 Kernel Configuration
|
# Linux/arm 5.2.5-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Compiler: gcc (GCC) 8.2.1 20181127
|
# Compiler: gcc (GCC) 8.3.0
|
||||||
#
|
#
|
||||||
CONFIG_CC_IS_GCC=y
|
CONFIG_CC_IS_GCC=y
|
||||||
CONFIG_GCC_VERSION=80201
|
CONFIG_GCC_VERSION=80300
|
||||||
CONFIG_CLANG_VERSION=0
|
CONFIG_CLANG_VERSION=0
|
||||||
CONFIG_CC_HAS_ASM_GOTO=y
|
CONFIG_CC_HAS_ASM_GOTO=y
|
||||||
CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y
|
CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y
|
||||||
|
|
Loading…
Reference in a new issue