mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-omap to 3.4.1-1, fixes #158
This commit is contained in:
parent
5108a72235
commit
de6e27f570
5 changed files with 355 additions and 175 deletions
|
@ -4,15 +4,14 @@
|
|||
# - note: any other kernel packages should include headers for that march
|
||||
# - there will be no v7 kernel26 package, each march will be tagged individually
|
||||
|
||||
noautobuild=1
|
||||
plugrel=1
|
||||
buildarch=4
|
||||
|
||||
pkgbase=linux-omap
|
||||
pkgname=('linux-omap' 'linux-headers-omap')
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.2
|
||||
pkgver=${_basekernel}.7
|
||||
_basekernel=3.4
|
||||
pkgver=${_basekernel}.1
|
||||
pkgrel=1
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -21,16 +20,16 @@ makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage')
|
|||
options=('!strip')
|
||||
source=("ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${_basekernel}.tar.xz"
|
||||
"ftp://ftp.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.bz2"
|
||||
"rcn-ee.diff.gz::http://rcn-ee.net/deb/sid-armhf/v3.2.7-x4/patch-3.2.7-x4.diff.gz"
|
||||
"rcn-ee.diff.gz::http://rcn-ee.net/deb/sid-armhf/v3.4.1-x0/patch-3.4.1-x0.diff.gz"
|
||||
'config'
|
||||
'change-default-console-loglevel.patch'
|
||||
'aufs3-3.2.patch.gz')
|
||||
md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
|
||||
'899624bffed6a19578613b672cc9483f'
|
||||
'c282967958460a088778e39f8f9b19bd'
|
||||
'83044e2c228068a070c5a84c2f6acd54'
|
||||
'aufs3-3.4.patch.xz')
|
||||
md5sums=('967f72983655e2479f951195953e8480'
|
||||
'7cf316c7fca8f31e584c65fa1e19517c'
|
||||
'4251378e5aaf12e07ab15167c9c39cef'
|
||||
'ae333b4db211c3f0fde99ca34d8003ee'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'6ea7b005a74be27abb072c934ef15a2c')
|
||||
'852ba24ebd20ca85f8bbee03243ccf91')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/linux-${_basekernel}"
|
||||
|
@ -47,7 +46,7 @@ build() {
|
|||
|
||||
# ALARM patches
|
||||
patch -Np1 -i "${srcdir}/rcn-ee.diff"
|
||||
patch -Np1 -i "${srcdir}/aufs3-3.2.patch"
|
||||
patch -Np1 -i "${srcdir}/aufs3-3.4.patch"
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
|
|
Binary file not shown.
BIN
core/linux-omap/aufs3-3.4.patch.xz
Normal file
BIN
core/linux-omap/aufs3-3.4.patch.xz
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-omap
|
||||
KERNEL_VERSION=3.2.7-1-ARCH
|
||||
KERNEL_VERSION=3.4.1-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue