mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-mmp to 3.10.56-1
This commit is contained in:
parent
adf3a3f5c7
commit
e499333bec
1 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-mmp
|
||||||
_srcname=linux-3.10
|
_srcname=linux-3.10
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Marvell PXA168/MMP platforms"
|
_desc="Marvell PXA168/MMP platforms"
|
||||||
pkgver=3.10.55
|
pkgver=3.10.56
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="https://github.com/Marvell-Semi/PXA168_kernel/tree/gplugd-dev"
|
url="https://github.com/Marvell-Semi/PXA168_kernel/tree/gplugd-dev"
|
||||||
|
@ -20,7 +20,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||||
'http://archlinuxarm.org/builder/src/0001-Guruplug-Display-support.patch'
|
'http://archlinuxarm.org/builder/src/0001-Guruplug-Display-support.patch'
|
||||||
'config')
|
'config')
|
||||||
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
|
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
|
||||||
'cfe6bac0660275dc3ecf6cf942d9f68d'
|
'ca945d0e02e90c34b2177db02281ffba'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'abaf1ca25f914085c5c54b5ecdb2ca4e'
|
'abaf1ca25f914085c5c54b5ecdb2ca4e'
|
||||||
'9597a50acddabe1bd309189a74aa5217')
|
'9597a50acddabe1bd309189a74aa5217')
|
||||||
|
@ -29,7 +29,7 @@ prepare() {
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
||||||
# upstream patch
|
# upstream patch
|
||||||
patch -p1 -i ../patch-${pkgver}
|
git apply --whitespace=nowarn ../patch-${pkgver}
|
||||||
|
|
||||||
# AUFS patches
|
# AUFS patches
|
||||||
cp -ru "${srcdir}/aufs3-standalone/Documentation" .
|
cp -ru "${srcdir}/aufs3-standalone/Documentation" .
|
||||||
|
@ -37,13 +37,13 @@ prepare() {
|
||||||
cp -ru "${srcdir}/aufs3-standalone/include/uapi/linux/aufs_type.h" ./include/linux
|
cp -ru "${srcdir}/aufs3-standalone/include/uapi/linux/aufs_type.h" ./include/linux
|
||||||
cp -ru "${srcdir}/aufs3-standalone/include/uapi/linux/aufs_type.h" ./include/uapi/linux
|
cp -ru "${srcdir}/aufs3-standalone/include/uapi/linux/aufs_type.h" ./include/uapi/linux
|
||||||
|
|
||||||
patch -Np1 -i ../aufs3-standalone/aufs3-kbuild.patch
|
git apply --whitespace=nowarn ../aufs3-standalone/aufs3-kbuild.patch
|
||||||
patch -Np1 -i ../aufs3-standalone/aufs3-base.patch
|
git apply --whitespace=nowarn ../aufs3-standalone/aufs3-base.patch
|
||||||
patch -Np1 -i ../aufs3-standalone/aufs3-mmap.patch
|
git apply --whitespace=nowarn ../aufs3-standalone/aufs3-mmap.patch
|
||||||
patch -Np1 -i ../aufs3-standalone/aufs3-standalone.patch
|
git apply --whitespace=nowarn ../aufs3-standalone/aufs3-standalone.patch
|
||||||
|
|
||||||
# gplugd patch
|
# gplugd patch
|
||||||
patch -p1 -i ../0001-Guruplug-Display-support.patch
|
git apply --whitespace=nowarn ../0001-Guruplug-Display-support.patch
|
||||||
|
|
||||||
cat "${srcdir}/config" > ./.config
|
cat "${srcdir}/config" > ./.config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue