mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-am33x to 3.17.1-1
This commit is contained in:
parent
0cc67e6fda
commit
9f233af7b5
2 changed files with 13 additions and 16 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-am33x
|
||||||
_srcname=linux-3.17
|
_srcname=linux-3.17
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="TI AM335x Beaglebone (Black)"
|
_desc="TI AM335x Beaglebone (Black)"
|
||||||
pkgver=3.17.0
|
pkgver=3.17.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
rcnrel=bone4
|
rcnrel=bone4
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
|
@ -16,21 +16,22 @@ license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
||||||
#"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
|
"http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
|
||||||
"http://rcn-ee.net/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz"
|
"http://rcn-ee.net/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz"
|
||||||
#"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}"
|
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs${pkgver%.*}"
|
||||||
"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.x-rcN"
|
#"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.x-rcN"
|
||||||
'config')
|
'config')
|
||||||
md5sums=('fb30d0f29214d75cddd2faa94f73d5cf'
|
md5sums=('fb30d0f29214d75cddd2faa94f73d5cf'
|
||||||
'8f7f7f0e3a21b770adb3b75d5b23f92b'
|
'f95409f0f5e3897d86acadd960fbcddb'
|
||||||
|
'06d30910ba6048684bbc17c1906338e7'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'86cb2bb2b883c1a2ecbf2fc815f9ef52')
|
'c8d38d87d76521f2839beb41df17638f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${_srcname}"
|
cd "${srcdir}/${_srcname}"
|
||||||
|
|
||||||
# add upstream patch
|
# add upstream patch
|
||||||
#patch -p1 -i "${srcdir}/patch-${pkgver}"
|
git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||||
|
|
||||||
# ALARM patches
|
# ALARM patches
|
||||||
git apply "${srcdir}/patch-${pkgver%.0}-${rcnrel}.diff"
|
git apply "${srcdir}/patch-${pkgver%.0}-${rcnrel}.diff"
|
||||||
|
@ -41,10 +42,10 @@ 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 ../aufs3-standalone/aufs3-kbuild.patch
|
||||||
patch -Np1 -i ../aufs3-standalone/aufs3-base.patch
|
git apply ../aufs3-standalone/aufs3-base.patch
|
||||||
patch -Np1 -i ../aufs3-standalone/aufs3-mmap.patch
|
git apply ../aufs3-standalone/aufs3-mmap.patch
|
||||||
patch -Np1 -i ../aufs3-standalone/aufs3-standalone.patch
|
git apply ../aufs3-standalone/aufs3-standalone.patch
|
||||||
|
|
||||||
cat "${srcdir}/config" > ./.config
|
cat "${srcdir}/config" > ./.config
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 3.17.0-1 Kernel Configuration
|
# Linux/arm 3.17.1-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||||
|
@ -5353,10 +5353,6 @@ CONFIG_SECURITY_PATH=y
|
||||||
# CONFIG_SECURITY_YAMA is not set
|
# CONFIG_SECURITY_YAMA is not set
|
||||||
# CONFIG_IMA is not set
|
# CONFIG_IMA is not set
|
||||||
# CONFIG_EVM is not set
|
# CONFIG_EVM is not set
|
||||||
# CONFIG_DEFAULT_SECURITY_SELINUX is not set
|
|
||||||
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
|
|
||||||
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
|
|
||||||
# CONFIG_DEFAULT_SECURITY_YAMA is not set
|
|
||||||
CONFIG_DEFAULT_SECURITY_DAC=y
|
CONFIG_DEFAULT_SECURITY_DAC=y
|
||||||
CONFIG_DEFAULT_SECURITY=""
|
CONFIG_DEFAULT_SECURITY=""
|
||||||
CONFIG_XOR_BLOCKS=y
|
CONFIG_XOR_BLOCKS=y
|
||||||
|
|
Loading…
Reference in a new issue