mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-imx6 to 3.14.79-1
This commit is contained in:
parent
9b3c69269a
commit
19d766d6ab
2 changed files with 6 additions and 4 deletions
|
@ -2,16 +2,18 @@
|
||||||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# Maintainer: Oleg Rakhmanov <oleg@archlinuxarm.org>
|
# Maintainer: Oleg Rakhmanov <oleg@archlinuxarm.org>
|
||||||
|
|
||||||
|
noautobuild=1
|
||||||
|
|
||||||
buildarch=4
|
buildarch=4
|
||||||
|
|
||||||
pkgbase=linux-imx6
|
pkgbase=linux-imx6
|
||||||
pkgname=('linux-imx6' 'linux-imx6-headers')
|
pkgname=('linux-imx6' 'linux-imx6-headers')
|
||||||
# pkgname=linux-custom # Build kernel with a different name
|
# pkgname=linux-custom # Build kernel with a different name
|
||||||
_commit=caccaa2e0f79ed2e170920ec567daf5fe570c0f5
|
_commit=a2669695257723b3a57fcf8d08832bc69120df67
|
||||||
_srcname=linux-fslc-sr-${_commit}
|
_srcname=linux-fslc-sr-${_commit}
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.14
|
_basekernel=3.14
|
||||||
pkgver=${_basekernel}.78
|
pkgver=${_basekernel}.79
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
cryptodev_commit=f116a93224fc7b85f83d2c53f565f8fd86165ecc
|
cryptodev_commit=f116a93224fc7b85f83d2c53f565f8fd86165ecc
|
||||||
|
|
||||||
|
@ -27,7 +29,7 @@ source=("linux-${_commit}::https://github.com/moonman/linux-fslc-sr/archive/${_c
|
||||||
'fix_cec.patch'
|
'fix_cec.patch'
|
||||||
'fix_cec_revb1.patch'
|
'fix_cec_revb1.patch'
|
||||||
'config')
|
'config')
|
||||||
md5sums=('461a593e10ff048406322e8ca4dfe67b'
|
md5sums=('696f4bf47c2fd588fd579eec8ebd9159'
|
||||||
'bd52f10ced89e663d2f4d138948828fd'
|
'bd52f10ced89e663d2f4d138948828fd'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'1b276abe16d14e133f3f28d9c9e6bd68'
|
'1b276abe16d14e133f3f28d9c9e6bd68'
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=-imx6
|
KERNEL_NAME=-imx6
|
||||||
KERNEL_VERSION=3.14.77-1.1-ARCH
|
KERNEL_VERSION=3.14.79-1-ARCH
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in a new issue