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.41-2; CONFIG_MXC_GPU_VIV_V5 -> V4 fixes kodi segfault
This commit is contained in:
parent
19ca646419
commit
8b1358128b
3 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ _srcname=linux-imx6-3.14-${_commit}
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.14
|
||||
pkgver=${_basekernel}.41
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
cryptodev_commit=da730106c2558c8e0c8e1b1b1812d32ef9574ab7
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -37,7 +37,7 @@ md5sums=('76e5af06c1784ca60522d240a79ab0f4'
|
|||
'8fb4d3b7cc970351f3b5078b7893a107'
|
||||
'SKIP'
|
||||
'1b276abe16d14e133f3f28d9c9e6bd68'
|
||||
'2917fcc5793bef45e0398bc28c1a5786'
|
||||
'1ea8de6e5c6cae2e33f5767c7f16174e'
|
||||
'8bf79a580704e8dab806f58043720a90'
|
||||
'6391a74bf1d451b74df6f189a25cf642'
|
||||
'a70798b63a0e7c3fb50a57ea1815d353'
|
||||
|
|
|
@ -4702,8 +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_GPU_VIV_V5 is not set
|
||||
CONFIG_MXC_GPU_VIV_V4=y
|
||||
CONFIG_MXC_IPU_V3=y
|
||||
|
||||
#
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-imx6-cubox-dt
|
||||
KERNEL_VERSION=3.14.40-2-ARCH
|
||||
KERNEL_VERSION=3.14.41-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue