[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-6-g5e66f79
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2014-01-07 20:11:18
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 5e66f79b3fc6c817283976821dcdb96c569cf042 (commit)
via 556ddb4bfedc9e3dbd15c3f70e12e2e8ec7bfe8d (commit)
via 6420b2a947d8d989627cf486e2fd526b1eec16a9 (commit)
from a239fac41373a46ff268d166792d89e6e57657f5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5e66f79b3fc6c817283976821dcdb96c569cf042
Merge: 556ddb4 a239fac
Author: Eric Jarrige <eri...@ar...>
Date: Tue Jan 7 21:11:07 2014 +0100
Merge branch 'master' of ssh://git.code.sf.net/p/armadeus/code
commit 556ddb4bfedc9e3dbd15c3f70e12e2e8ec7bfe8d
Author: Philippe Reynes <tr...@ya...>
Date: Sun Jan 5 22:21:54 2014 +0100
[LINUX] 3.13: move to 3.13-rc7
Signed-off-by: Philippe Reynes <tr...@ya...>
commit 6420b2a947d8d989627cf486e2fd526b1eec16a9
Author: Philippe Reynes <tr...@ya...>
Date: Sun Jan 5 22:21:53 2014 +0100
[BUILDROOT] linux: use tar.xz instead of tar.bz2
This patch come from 98b5cc3eb4d4103b2149325b98a5e93e68c68dd8
on git://git.buildroot.net/buildroot.
Now, the kernel always use tar.xz (and no longer tar.bz2).
Signed-off-by: Philippe Reynes <tr...@ya...>
-----------------------------------------------------------------------
Summary of changes:
...3.13-rc5.config => apf27-linux-3.13-rc7.config} | 0
...3.13-rc5.config => apf28-linux-3.13-rc7.config} | 0
...3.13-rc5.config => apf51-linux-3.13-rc7.config} | 0
...se-xz-compressed-tarball-for-linux-kernel.patch | 50 ++++++++++++++++++++
patches/linux/{3.13-rc5 => 3.13-rc7} | 0
5 files changed, 50 insertions(+), 0 deletions(-)
rename buildroot/target/device/armadeus/apf27/{apf27-linux-3.13-rc5.config => apf27-linux-3.13-rc7.config} (100%)
rename buildroot/target/device/armadeus/apf28/{apf28-linux-3.13-rc5.config => apf28-linux-3.13-rc7.config} (100%)
rename buildroot/target/device/armadeus/apf51/{apf51-linux-3.13-rc5.config => apf51-linux-3.13-rc7.config} (100%)
create mode 100644 patches/buildroot/2013.05/215-Choose-xz-compressed-tarball-for-linux-kernel.patch
rename patches/linux/{3.13-rc5 => 3.13-rc7} (100%)
diff --git a/buildroot/target/device/armadeus/apf27/apf27-linux-3.13-rc5.config b/buildroot/target/device/armadeus/apf27/apf27-linux-3.13-rc7.config
similarity index 100%
rename from buildroot/target/device/armadeus/apf27/apf27-linux-3.13-rc5.config
rename to buildroot/target/device/armadeus/apf27/apf27-linux-3.13-rc7.config
diff --git a/buildroot/target/device/armadeus/apf28/apf28-linux-3.13-rc5.config b/buildroot/target/device/armadeus/apf28/apf28-linux-3.13-rc7.config
similarity index 100%
rename from buildroot/target/device/armadeus/apf28/apf28-linux-3.13-rc5.config
rename to buildroot/target/device/armadeus/apf28/apf28-linux-3.13-rc7.config
diff --git a/buildroot/target/device/armadeus/apf51/apf51-linux-3.13-rc5.config b/buildroot/target/device/armadeus/apf51/apf51-linux-3.13-rc7.config
similarity index 100%
rename from buildroot/target/device/armadeus/apf51/apf51-linux-3.13-rc5.config
rename to buildroot/target/device/armadeus/apf51/apf51-linux-3.13-rc7.config
diff --git a/patches/buildroot/2013.05/215-Choose-xz-compressed-tarball-for-linux-kernel.patch b/patches/buildroot/2013.05/215-Choose-xz-compressed-tarball-for-linux-kernel.patch
new file mode 100644
index 0000000..e2f1299
--- /dev/null
+++ b/patches/buildroot/2013.05/215-Choose-xz-compressed-tarball-for-linux-kernel.patch
@@ -0,0 +1,50 @@
+From 98b5cc3eb4d4103b2149325b98a5e93e68c68dd8 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ra=C3=BAl=20S=C3=A1nchez=20Siles?= <ras...@gm...>
+Date: Sat, 11 May 2013 01:40:36 +0000
+Subject: [PATCH] Choose xz compressed tarball for linux kernel.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Prefer xz compressed tarball so some bandwidth is saved for kernel headers
+and kernel itself downloads.
+
+Signed-off-by: Raúl Sánchez Siles <ras...@gm...>
+Reviewed-by: Thomas Petazzoni <tho...@fr...>
+Signed-off-by: Peter Korsgaard <ja...@su...>
+---
+ linux/linux.mk | 2 +-
+ toolchain/kernel-headers/kernel-headers.mk | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/linux/linux.mk b/linux/linux.mk
+index d375cf0..3115564 100644
+--- a/linux/linux.mk
++++ b/linux/linux.mk
+@@ -16,7 +16,7 @@ else ifeq ($(BR2_LINUX_KERNEL_CUSTOM_GIT),y)
+ LINUX_SITE = $(call qstrip,$(BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL))
+ LINUX_SITE_METHOD = git
+ else
+-LINUX_SOURCE = linux-$(LINUX_VERSION).tar.bz2
++LINUX_SOURCE = linux-$(LINUX_VERSION).tar.xz
+ # In X.Y.Z, get X and Y. We replace dots and dashes by spaces in order
+ # to use the $(word) function. We support versions such as 3.1,
+ # 2.6.32, 2.6.32-rc1, 3.0-rc6, etc.
+diff --git a/toolchain/kernel-headers/kernel-headers.mk b/toolchain/kernel-headers/kernel-headers.mk
+index adf7bc4..b5ae322 100644
+--- a/toolchain/kernel-headers/kernel-headers.mk
++++ b/toolchain/kernel-headers/kernel-headers.mk
+@@ -31,8 +31,8 @@ LINUX_HEADERS_SITE:=$(BR2_KERNEL_MIRROR:/=)/linux/kernel/v2.6/
+ else
+ LINUX_HEADERS_SITE:=$(BR2_KERNEL_MIRROR:/=)/linux/kernel/v3.x/
+ endif
+-LINUX_HEADERS_SOURCE:=linux-$(LINUX_HEADERS_VERSION).tar.bz2
+-LINUX_HEADERS_CAT:=$(BZCAT)
++LINUX_HEADERS_SOURCE:=linux-$(LINUX_HEADERS_VERSION).tar.xz
++LINUX_HEADERS_CAT:=$(XZCAT)
+ LINUX_HEADERS_UNPACK_DIR:=$(TOOLCHAIN_DIR)/linux-$(LINUX_HEADERS_VERSION)
+ LINUX_HEADERS_DIR:=$(TOOLCHAIN_DIR)/linux
+
+--
+1.7.4.4
+
diff --git a/patches/linux/3.13-rc5 b/patches/linux/3.13-rc7
similarity index 100%
rename from patches/linux/3.13-rc5
rename to patches/linux/3.13-rc7
hooks/post-receive
--
armadeus
|