mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-raspberrypi to 3.12.31-1
This commit is contained in:
parent
8048cf06d9
commit
5729b737a8
3 changed files with 28 additions and 8 deletions
|
@ -4,11 +4,11 @@
|
|||
buildarch=18
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=575bf990798cc924e04f6eb1c2030ee058dd7fa2
|
||||
_commit=519c51ec5c429c84c59a301b65d16fb79e9e09b2
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=3.12.29
|
||||
pkgver=3.12.31
|
||||
pkgrel=1
|
||||
arch=('arm armv6h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -20,16 +20,24 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'args-uncompressed.txt'
|
||||
'boot-uncompressed.txt'
|
||||
'imagetool-uncompressed.py'
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}.x")
|
||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver:0:4}.x"
|
||||
'aufs-linux-3.12.30-fix.patch')
|
||||
|
||||
md5sums=('3513594cd1ec13ff19de164ffece17c3'
|
||||
'd75db1ee666dfd9b379f1b4ab4e52d7a'
|
||||
md5sums=('f3fc4fc6e5dd4c3def4ad1598b0c9a14'
|
||||
'35dd333a1cf485d133e69767f8568165'
|
||||
'9335d1263fd426215db69841a380ea26'
|
||||
'a00e424e2fbb8c5a5f77ba2c4871bed4'
|
||||
'2f82dbe5752af65ff409d737caf11954'
|
||||
'SKIP')
|
||||
'SKIP'
|
||||
'60d066ad22364f8a6e75d56d192cf9a5')
|
||||
|
||||
prepare() {
|
||||
|
||||
# Remove when AUFS3 for 3.12.30+ is out
|
||||
cd "${srcdir}/aufs3-standalone"
|
||||
patch -Np1 -i ${srcdir}/aufs-linux-3.12.30-fix.patch
|
||||
##################################################
|
||||
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
cp ${srcdir}/args-uncompressed.txt arch/arm/boot/
|
||||
|
|
12
core/linux-raspberrypi/aufs-linux-3.12.30-fix.patch
Normal file
12
core/linux-raspberrypi/aufs-linux-3.12.30-fix.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff -ruN aufs3-standalone/aufs3-mmap.patch aufs3-standalone.new/aufs3-mmap.patch
|
||||
--- aufs3-standalone/aufs3-mmap.patch 2014-11-01 20:58:11.954319566 +0000
|
||||
+++ aufs3-standalone.new/aufs3-mmap.patch 2014-11-01 21:18:09.303852784 +0000
|
||||
@@ -155,7 +155,7 @@
|
||||
@@ -17,7 +17,7 @@ obj-y := filemap.o mempool.o oom_kill.o fadvise.o \
|
||||
util.o mmzone.o vmstat.o backing-dev.o \
|
||||
mm_init.o mmu_context.o percpu.o slab_common.o \
|
||||
- compaction.o balloon_compaction.o \
|
||||
+ compaction.o balloon_compaction.o vmacache.o \
|
||||
- interval_tree.o list_lru.o $(mmu-y)
|
||||
+ interval_tree.o list_lru.o prfile.o $(mmu-y)
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.12.29-1 Kernel Configuration
|
||||
# Linux/arm 3.12.31-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -2361,7 +2361,7 @@ CONFIG_USB_ZR364XX=m
|
|||
CONFIG_USB_STKWEBCAM=m
|
||||
CONFIG_USB_S2255=m
|
||||
CONFIG_USB_SN9C102=m
|
||||
# CONFIG_VIDEO_USBTV is not set
|
||||
CONFIG_VIDEO_USBTV=m
|
||||
|
||||
#
|
||||
# Analog TV USB devices
|
||||
|
|
Loading…
Reference in a new issue