mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/linux-imx6-cubox-dt using @warped-rudi source
Fixes many audio issues
This commit is contained in:
parent
434f0cbefd
commit
17c1b2ac48
1 changed files with 4 additions and 4 deletions
|
@ -10,24 +10,24 @@ 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=27bb585b5d83d3f8f821e1e9b6db3cac10d360a7
|
||||
_commit=9a5c3dfa0663a41489fbd94a56a6c79ab2981f78
|
||||
_srcname=linux-linaro-stable-mx6-${_commit}
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10
|
||||
pkgver=${_basekernel}.30
|
||||
pkgrel=22
|
||||
pkgrel=23
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage' 'git')
|
||||
options=('!strip')
|
||||
source=("https://github.com/wolfgar/linux-linaro-stable-mx6/archive/${_commit}.tar.gz"
|
||||
source=("https://github.com/warped-rudi/linux-linaro-stable-mx6/archive/${_commit}.tar.gz"
|
||||
'config'
|
||||
'change-default-console-loglevel.pat'
|
||||
'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=('517cda20c8c1b66d0500cf6172bdc485'
|
||||
md5sums=('3f6420eaa207158ac729394cd92ccbbb'
|
||||
'ec0866841fba123b24db0f5d460211ea'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'7f91cc11b6a63771e415bb3549de8fdd'
|
||||
|
|
Loading…
Reference in a new issue