mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-imx6-cubox-dt to 3.14.41-1
This commit is contained in:
parent
c0114e88e2
commit
fc1204b903
3 changed files with 10 additions and 8 deletions
|
@ -11,12 +11,12 @@ 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=1ab37f75044f3b0557309aba48ddc8d280e2a1fb
|
||||
_commit=338c41f74d90cbbda3d25b20f55c8961d7356a04
|
||||
_srcname=linux-imx6-3.14-${_commit}
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.14
|
||||
pkgver=${_basekernel}.40
|
||||
pkgrel=2
|
||||
pkgver=${_basekernel}.41
|
||||
pkgrel=1
|
||||
cryptodev_commit=da730106c2558c8e0c8e1b1b1812d32ef9574ab7
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -33,15 +33,15 @@ source=("linux-${_commit}::https://github.com/moonman/linux-imx6-3.14/archive/${
|
|||
'003_cec.patch'
|
||||
'0001-AUFS-fix-for-3.14.40.patch')
|
||||
|
||||
md5sums=('58101f6676d2a4cc8fb5513e63b41542'
|
||||
md5sums=('76e5af06c1784ca60522d240a79ab0f4'
|
||||
'8fb4d3b7cc970351f3b5078b7893a107'
|
||||
'SKIP'
|
||||
'1b276abe16d14e133f3f28d9c9e6bd68'
|
||||
'5315fab8f481b34a2ed6abe5d27035ca'
|
||||
'2917fcc5793bef45e0398bc28c1a5786'
|
||||
'8bf79a580704e8dab806f58043720a90'
|
||||
'6391a74bf1d451b74df6f189a25cf642'
|
||||
'a70798b63a0e7c3fb50a57ea1815d353'
|
||||
'SKIP')
|
||||
'0efe7a89ae51332d27330de3928a6523')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.14.32-2 Kernel Configuration
|
||||
# Linux/arm 3.14.41-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_MIGHT_HAVE_PCI=y
|
||||
|
@ -4702,6 +4702,8 @@ CONFIG_MXC_IPU=y
|
|||
# MXC Vivante GPU support
|
||||
#
|
||||
CONFIG_MXC_GPU_VIV=y
|
||||
CONFIG_MXC_GPU_VIV_V5=y
|
||||
# CONFIG_MXC_GPU_VIV_V4 is not set
|
||||
CONFIG_MXC_IPU_V3=y
|
||||
|
||||
#
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-imx6-cubox-dt
|
||||
KERNEL_VERSION=3.14.39-1-ARCH
|
||||
KERNEL_VERSION=3.14.40-2-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue