odroid-u2-kernel: version bump; adding CONFIG_DRM_EXYNOS_G2D as module

This commit is contained in:
Gottox 2014-02-10 15:17:53 +01:00
parent a45a496b17
commit d74fa21ca2
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.8.13.14 Kernel Configuration
# Linux/arm 3.8.13.16 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@ -1565,6 +1565,7 @@ CONFIG_RTL8192CU=m
CONFIG_RTLWIFI=m
CONFIG_RTLWIFI_DEBUG=y
CONFIG_RTL8192C_COMMON=m
# CONFIG_RTL8192CU_V40 is not set
# CONFIG_WL_TI is not set
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set
@ -2589,7 +2590,7 @@ CONFIG_DRM_EXYNOS=y
CONFIG_DRM_EXYNOS_DMABUF=y
CONFIG_DRM_EXYNOS_HDMI=y
# CONFIG_DRM_EXYNOS_VIDI is not set
CONFIG_DRM_EXYNOS_G2D=y
CONFIG_DRM_EXYNOS_G2D=m
# CONFIG_DRM_EXYNOS_IPP is not set
CONFIG_DRM_UDL=m
# CONFIG_VGASTATE is not set
@ -3199,7 +3200,6 @@ CONFIG_DMA_ENGINE=y
#
# DMA Clients
#
# CONFIG_NET_DMA is not set
# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_DMATEST is not set
# CONFIG_AUXDISPLAY is not set

View File

@ -1,19 +1,19 @@
# Template file for 'odroid-u2-kernel'
#
# Latest commit as of 20140207
_githash="93c04175f9770b0fefdfcd82b88def144469877e"
# Latest commit as of 20140210
_githash="c544c3fc1d940743ab9be4d0c2de45a351052f66"
_gitshort="${_githash:0:7}"
pkgname=odroid-u2-kernel
version=3.8.13.16
revision=2
revision=4
maintainer="Enno Boland <eb@s01.de>"
homepage="http://www.kernel.org"
license="GPL-2"
short_desc="The Linux kernel and modules for the Odroid U2/U3 (${version%.*} series [git ${_gitshort}])"
create_srcdir=yes
distfiles="https://github.com/hardkernel/linux/archive/${_githash}.tar.gz"
checksum=7b3a568dd76f6f7eaa8e0b70122d6df6652fc3d8f8927b8617b81be87ebd9cda
checksum=f832be7eda50f6b1a721e77c15e172595c3005b6debbd0b8d6535be6157e789f
wrksrc="linux-${_githash}"
provides="kernel-odroid-u2-${version}_${revision}"
replaces="kernel-odroid-u2>=0"