core/linux-odroid-xu3 to 3.10.72-7

This commit is contained in:
Kevin Mihelich 2015-06-17 13:32:31 +00:00
parent 194a1e875d
commit 7a6faebc1a
4 changed files with 10 additions and 49 deletions

View file

@ -1,7 +1,7 @@
From f042f38dbcf9403c767f64d274cdafafe0eddc17 Mon Sep 17 00:00:00 2001
From d435fc85079e2cae9987ff2d300fd318f75a39f9 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Thu, 4 Dec 2014 20:59:39 -0700
Subject: [PATCH 1/3] remove thermal messages
Subject: [PATCH 1/2] remove thermal messages
---
drivers/thermal/exynos_thermal.c | 5 -----

View file

@ -1,7 +1,7 @@
From 1f91bb4002fb22987b8df8f753af645166d2514c Mon Sep 17 00:00:00 2001
From 896f983486f208a65bf16c15c7ede824401f997a Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Thu, 4 Dec 2014 21:02:34 -0700
Subject: [PATCH 2/3] remove rtc messages
Subject: [PATCH 2/2] remove rtc messages
---
drivers/rtc/rtc-sec.c | 27 ---------------------------

View file

@ -1,36 +0,0 @@
From 9bef5c5589a1981661962834968aba8977fa1a5d Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Fri, 29 May 2015 18:41:01 -0600
Subject: [PATCH 3/3] remove backports cflags
---
backports/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/backports/Makefile b/backports/Makefile
index 99030eb..740fcf9 100644
--- a/backports/Makefile
+++ b/backports/Makefile
@@ -14,8 +14,7 @@ NOSTDINC_FLAGS := \
-DCONFIG_BACKPORT_VERSION=\"$(BACKPORTS_VERSION)\" \
-DCONFIG_BACKPORT_KERNEL_VERSION=\"$(BACKPORTED_KERNEL_VERSION)\" \
-DCONFIG_BACKPORT_KERNEL_NAME=\"$(BACKPORTED_KERNEL_NAME)\" \
- $(BACKPORTS_GIT_TRACKER_DEF) \
- $(CFLAGS)
+ $(BACKPORTS_GIT_TRACKER_DEF)
export backport_srctree = $(M)
else
@@ -26,8 +25,7 @@ NOSTDINC_FLAGS := \
-I$(BACKPORT_DIR)/backport-include/uapi \
-I$(BACKPORT_DIR)/include/ \
-I$(BACKPORT_DIR)/include/uapi \
- -include $(BACKPORT_DIR)/backport-include/backport/backport.h \
- $(CFLAGS)
+ -include $(BACKPORT_DIR)/backport-include/backport/backport.h
endif
--
2.4.1

View file

@ -4,12 +4,12 @@
buildarch=4
pkgbase=linux-odroid-xu3
_commit=e6ed6d51a01c7998b628829218e36468ff0a5475
_commit=6cf8b6358f5dc9cdde571ea06faa34d01884b883
_srcname=linux-${_commit}
_kernelname=${pkgbase#linux}
_desc="ODROID-XU3"
pkgver=3.10.72
pkgrel=6
pkgrel=7
arch=('armv7h')
url="https://github.com/hardkernel/linux"
license=('GPL2')
@ -18,13 +18,11 @@ options=('!strip')
source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
'config'
'0001-remove-thermal-messages.patch'
'0002-remove-rtc-messages.patch'
'0003-remove-backports-cflags.patch')
md5sums=('3bf06a4a7a6ae5a6210af35307f634cb'
'0002-remove-rtc-messages.patch')
md5sums=('8c67735dca771f9620dadd9a2ab23382'
'01b48d337095712ef6aeda860acb3b91'
'd3e96c89070458d50065929e01e62746'
'90eebd0fcdcf41a68890d723812f3eba'
'6b8e9dd6efc26d2172bee681b3fea4fd')
'16173f5fbda2d6749c2c4dc91e1cb079'
'c32251285da70e7885f79e7f1919f26a')
prepare() {
cd "${srcdir}/${_srcname}"
@ -39,7 +37,6 @@ prepare() {
git apply ../0001-remove-thermal-messages.patch
git apply ../0002-remove-rtc-messages.patch
git apply ../0003-remove-backports-cflags.patch
}
build() {