mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-imx6-cubox-dt hummingboard dts fixes
This commit is contained in:
parent
9be20c1f26
commit
0e5e44b36b
2 changed files with 14 additions and 5 deletions
|
@ -15,7 +15,7 @@ _srcname=linux-linaro-stable-mx6-${_commit}
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.10
|
_basekernel=3.10
|
||||||
pkgver=${_basekernel}.30
|
pkgver=${_basekernel}.30
|
||||||
pkgrel=8
|
pkgrel=9
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -24,11 +24,17 @@ options=('!strip')
|
||||||
source=("https://github.com/solidrun/linux-linaro-stable-mx6/archive/${_commit}.tar.gz"
|
source=("https://github.com/solidrun/linux-linaro-stable-mx6/archive/${_commit}.tar.gz"
|
||||||
'config'
|
'config'
|
||||||
'change-default-console-loglevel.pat'
|
'change-default-console-loglevel.pat'
|
||||||
'mxc_hdmi-dont-require-cea-mode.patch')
|
'mxc_hdmi-dont-require-cea-mode.patch'
|
||||||
|
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/990_cubox-i-hummingboard-enable-spdif.patch'
|
||||||
|
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/991_cubox-i-use-ipu0.patch'
|
||||||
|
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/992_hummingboard-use-ipu0-disable-cec.patch')
|
||||||
md5sums=('40a7283cfa9b3519453928f787f67fe9'
|
md5sums=('40a7283cfa9b3519453928f787f67fe9'
|
||||||
'9915504658a11434f91f52ba23f194cd'
|
'6ba347f0da7e2662d65946649957c1f1'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'8dc29365fc5b0668c10f630cc5b5d82d')
|
'8dc29365fc5b0668c10f630cc5b5d82d'
|
||||||
|
'7f91cc11b6a63771e415bb3549de8fdd'
|
||||||
|
'a2579ff8da52d1b922d704f160cfaa08'
|
||||||
|
'350c99545523f2fe8301bca9cb05f586')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
@ -46,6 +52,9 @@ prepare() {
|
||||||
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
|
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
|
||||||
patch -Np1 -i "${srcdir}/change-default-console-loglevel.pat"
|
patch -Np1 -i "${srcdir}/change-default-console-loglevel.pat"
|
||||||
patch -Np1 -i "${srcdir}/mxc_hdmi-dont-require-cea-mode.patch"
|
patch -Np1 -i "${srcdir}/mxc_hdmi-dont-require-cea-mode.patch"
|
||||||
|
patch -Np1 -i "${srcdir}/990_cubox-i-hummingboard-enable-spdif.patch"
|
||||||
|
patch -Np1 -i "${srcdir}/991_cubox-i-use-ipu0.patch"
|
||||||
|
patch -Np1 -i "${srcdir}/992_hummingboard-use-ipu0-disable-cec.patch"
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 3.10.30-8 Kernel Configuration
|
# Linux/arm 3.10.30-9 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_MIGHT_HAVE_PCI=y
|
CONFIG_MIGHT_HAVE_PCI=y
|
||||||
|
|
Loading…
Reference in a new issue