mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-imx6-cubox-dt to 3.14.38-1
This commit is contained in:
parent
1da2593a03
commit
1dbdb09690
2 changed files with 7 additions and 7 deletions
|
@ -11,19 +11,19 @@ buildarch=4
|
|||
pkgbase=linux-imx6-cubox-dt
|
||||
pkgname=('linux-imx6-cubox-dt' 'linux-headers-imx6-cubox-dt')
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_commit=545b95f2db2dc8bee9f0bfd014e7711cec8f6d7e
|
||||
_commit=9dc7674dde36245f0eb59721d801c08df446768e
|
||||
_srcname=linux-imx6-3.14-${_commit}
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.14
|
||||
pkgver=${_basekernel}.37
|
||||
pkgver=${_basekernel}.38
|
||||
pkgrel=1
|
||||
cryptodev_commit=5054d20d45571cc85339351fde52f872eeb82206
|
||||
cryptodev_commit=da730106c2558c8e0c8e1b1b1812d32ef9574ab7
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage' 'git' 'lzop')
|
||||
options=('!strip')
|
||||
source=("https://github.com/moonman/linux-imx6-3.14/archive/${_commit}.tar.gz"
|
||||
source=("linux-${_commit}::https://github.com/moonman/linux-imx6-3.14/archive/${_commit}.tar.gz"
|
||||
"cryptodev-${cryptodev_commit}.tar.gz::https://github.com/cryptodev-linux/cryptodev-linux/archive/${cryptodev_commit}.tar.gz"
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver:0:4}.21+"
|
||||
'0001-Bluetooth-allocate-static-minor-for-vhci.patch'
|
||||
|
@ -32,8 +32,8 @@ source=("https://github.com/moonman/linux-imx6-3.14/archive/${_commit}.tar.gz"
|
|||
'002_cec.patch'
|
||||
'003_cec.patch')
|
||||
|
||||
md5sums=('0d24f1109d8b94633c2f3d165be8fadf'
|
||||
'8f81b86fffb53ab49d1e48f86383deea'
|
||||
md5sums=('c432bbb3bb257a33aa5af093ff22d3de'
|
||||
'8fb4d3b7cc970351f3b5078b7893a107'
|
||||
'SKIP'
|
||||
'1b276abe16d14e133f3f28d9c9e6bd68'
|
||||
'5315fab8f481b34a2ed6abe5d27035ca'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-imx6-cubox-dt
|
||||
KERNEL_VERSION=3.14.31-1-ARCH
|
||||
KERNEL_VERSION=3.14.38-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue