mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-omap to 3.7.4-1
This commit is contained in:
parent
37631c3f01
commit
2f7b5855f6
2 changed files with 7 additions and 6 deletions
|
@ -11,8 +11,9 @@ pkgname=('linux-omap' 'linux-headers-omap')
|
||||||
# pkgname=linux-custom # Build kernel with a different name
|
# pkgname=linux-custom # Build kernel with a different name
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.7
|
_basekernel=3.7
|
||||||
pkgver=${_basekernel}.2
|
pkgver=${_basekernel}.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
rcnrel=x8
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -20,13 +21,13 @@ makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("http://www.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.xz"
|
source=("http://www.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.xz"
|
||||||
"ftp://ftp.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.bz2"
|
"ftp://ftp.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.bz2"
|
||||||
"rcn-ee.diff.gz::http://rcn-ee.net/deb/sid-armhf/v3.7.2-x6/patch-3.7.2-x6.diff.gz"
|
"http://rcn-ee.net/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver}-${rcnrel}.diff.gz"
|
||||||
'config'
|
'config'
|
||||||
'change-default-console-loglevel.patch'
|
'change-default-console-loglevel.patch'
|
||||||
'aufs3-3.7.patch.xz')
|
'aufs3-3.7.patch.xz')
|
||||||
md5sums=('21223369d682bcf44bcdfe1521095983'
|
md5sums=('21223369d682bcf44bcdfe1521095983'
|
||||||
'b88977838a2a52ff4fb4e82b30726496'
|
'1c6f962e3c9fc37cdb59c4757d28ab9a'
|
||||||
'707424c7aae80f2978785c91e84fb3ed'
|
'a57364a2e979a21bc738a88e3fc09f1d'
|
||||||
'4ea1c224c1cc4a1e0699e8aabf98a0d0'
|
'4ea1c224c1cc4a1e0699e8aabf98a0d0'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'961e19a119443158f104a68ea4d0d9f1')
|
'961e19a119443158f104a68ea4d0d9f1')
|
||||||
|
@ -45,7 +46,7 @@ build() {
|
||||||
patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
|
patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
|
||||||
|
|
||||||
# ALARM patches
|
# ALARM patches
|
||||||
patch -Np1 -i "${srcdir}/rcn-ee.diff"
|
patch -Np1 -i "${srcdir}/patch-${pkgver}-${rcnrel}.diff"
|
||||||
patch -Np1 -F10 -i "${srcdir}/aufs3-3.7.patch"
|
patch -Np1 -F10 -i "${srcdir}/aufs3-3.7.patch"
|
||||||
|
|
||||||
cat "${srcdir}/config" > ./.config
|
cat "${srcdir}/config" > ./.config
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=-omap
|
KERNEL_NAME=-omap
|
||||||
KERNEL_VERSION=3.4.4-1-ARCH
|
KERNEL_VERSION=3.7.4-1-ARCH
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in a new issue