mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-imx6 to 3.14.67-1
This commit is contained in:
parent
694896b19b
commit
dcfff413fa
1 changed files with 10 additions and 5 deletions
|
@ -7,12 +7,12 @@ buildarch=4
|
|||
pkgbase=linux-imx6
|
||||
pkgname=('linux-imx6' 'linux-imx6-headers')
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_commit=c855ff2329c9ceefc235a40dede1e487cc84be4b
|
||||
_commit=ed60c9aa150082d6ce7488889b415d3c78d853ac
|
||||
_srcname=linux-fslc-sr-${_commit}
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.14
|
||||
pkgver=${_basekernel}.66
|
||||
pkgrel=2
|
||||
pkgver=${_basekernel}.67
|
||||
pkgrel=1
|
||||
cryptodev_commit=bc67142c57eadc0aafd0323ec527849012786643
|
||||
|
||||
arch=('armv7h')
|
||||
|
@ -25,21 +25,26 @@ source=("linux-${_commit}::https://github.com/moonman/linux-fslc-sr/archive/${_c
|
|||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver:0:4}.40+"
|
||||
'0001-Bluetooth-allocate-static-minor-for-vhci.patch'
|
||||
'fix_cec.patch'
|
||||
'fix_cec_revb1.patch'
|
||||
'config')
|
||||
|
||||
md5sums=('3c0dfaa9b41e53a74e33da7c50a7f105'
|
||||
md5sums=('2dd895f1ae12529a7746f88d1ca231f7'
|
||||
'2c8ecae91223868decdf37b8a76489b7'
|
||||
'SKIP'
|
||||
'1b276abe16d14e133f3f28d9c9e6bd68'
|
||||
'56ca9bd64f5539740ebbcba033dc13fd'
|
||||
'b95d95786c1ffa8f95a1f5e7b4434ba0'
|
||||
'fbaccd8e152d6458c4a96b397e715bf9')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
msg2 "Fix CEC not working"
|
||||
msg2 "Fix CEC not working - generic"
|
||||
patch -Np1 -i ${srcdir}/fix_cec.patch
|
||||
|
||||
msg2 "Fix CEC for Wandboard revb1 (with a h/w mod)"
|
||||
patch -Np1 -i ${srcdir}/fix_cec_revb1.patch
|
||||
|
||||
msg2 "Fix hci_vhci no minor warning"
|
||||
patch -Np1 -i ${srcdir}/0001-Bluetooth-allocate-static-minor-for-vhci.patch
|
||||
|
||||
|
|
Loading…
Reference in a new issue