From 9f233af7b580f0bbaa28209491a4cc25d3c4c0ba Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 18 Oct 2014 05:42:00 +0000 Subject: [PATCH] core/linux-am33x to 3.17.1-1 --- core/linux-am33x/PKGBUILD | 23 ++++++++++++----------- core/linux-am33x/config | 6 +----- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/core/linux-am33x/PKGBUILD b/core/linux-am33x/PKGBUILD index 73c3fedb7..26011405d 100644 --- a/core/linux-am33x/PKGBUILD +++ b/core/linux-am33x/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=linux-am33x _srcname=linux-3.17 _kernelname=${pkgbase#linux} _desc="TI AM335x Beaglebone (Black)" -pkgver=3.17.0 +pkgver=3.17.1 pkgrel=1 rcnrel=bone4 arch=('armv7h') @@ -16,21 +16,22 @@ license=('GPL2') makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git') options=('!strip') 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" - #"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=aufs${pkgver%.*}" + #"git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.x-rcN" 'config') md5sums=('fb30d0f29214d75cddd2faa94f73d5cf' - '8f7f7f0e3a21b770adb3b75d5b23f92b' + 'f95409f0f5e3897d86acadd960fbcddb' + '06d30910ba6048684bbc17c1906338e7' 'SKIP' - '86cb2bb2b883c1a2ecbf2fc815f9ef52') + 'c8d38d87d76521f2839beb41df17638f') prepare() { cd "${srcdir}/${_srcname}" # add upstream patch - #patch -p1 -i "${srcdir}/patch-${pkgver}" + git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}" # ALARM patches 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/uapi/linux - patch -Np1 -i ../aufs3-standalone/aufs3-kbuild.patch - patch -Np1 -i ../aufs3-standalone/aufs3-base.patch - patch -Np1 -i ../aufs3-standalone/aufs3-mmap.patch - patch -Np1 -i ../aufs3-standalone/aufs3-standalone.patch + git apply ../aufs3-standalone/aufs3-kbuild.patch + git apply ../aufs3-standalone/aufs3-base.patch + git apply ../aufs3-standalone/aufs3-mmap.patch + git apply ../aufs3-standalone/aufs3-standalone.patch cat "${srcdir}/config" > ./.config diff --git a/core/linux-am33x/config b/core/linux-am33x/config index a5aaa86f3..15620d2e9 100644 --- a/core/linux-am33x/config +++ b/core/linux-am33x/config @@ -1,6 +1,6 @@ # # 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_HAS_SG_CHAIN=y @@ -5353,10 +5353,6 @@ CONFIG_SECURITY_PATH=y # CONFIG_SECURITY_YAMA is not set # CONFIG_IMA 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="" CONFIG_XOR_BLOCKS=y