* [Buildroot] [PATCH] Choose xz compressed tarball for linux kernel.
@ 2013-05-10 23:04 Raúl Sánchez Siles
2013-05-11 10:11 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Raúl Sánchez Siles @ 2013-05-10 23:04 UTC (permalink / raw)
To: buildroot
Hi:
This is a retry of previous patch, now inlined as requested. Patch is the same
as before so no patch version increased.
I wanted to apologize to Jerzy for my abrupt appearance: I had this patch
working some time ago and it was standing in my "to send" queue. I was also
willing to contribute buildroot somehow.
Regards,
Signed-off-by: Ra?l S?nchez Siles <rasasi78@gmail.com>
---
linux/linux.mk | 2 +-
| 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.
--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.10.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] Choose xz compressed tarball for linux kernel.
2013-05-10 23:04 [Buildroot] [PATCH] Choose xz compressed tarball for linux kernel Raúl Sánchez Siles
@ 2013-05-11 10:11 ` Thomas Petazzoni
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2013-05-11 10:11 UTC (permalink / raw)
To: buildroot
Dear Ra?l S?nchez Siles,
On Sat, 11 May 2013 01:04:51 +0200, Ra?l S?nchez Siles wrote:
> Hi:
>
> This is a retry of previous patch, now inlined as requested. Patch is the same
> as before so no patch version increased.
>
> I wanted to apologize to Jerzy for my abrupt appearance: I had this patch
> working some time ago and it was standing in my "to send" queue. I was also
> willing to contribute buildroot somehow.
>
> Regards,
>
> Signed-off-by: Ra?l S?nchez Siles <rasasi78@gmail.com>
> ---
> linux/linux.mk | 2 +-
> toolchain/kernel-headers/kernel-headers.mk | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
Thanks, but your commit log shouldn't contain "personal messages". It
should contain a description of what the patch is. Basically, anything
that's before the "---" remains forever in the Git history of
Buildroot. If you want to put "personal" messages, or a changelog, or
anything like that, please put it after the "---", or in a separate
e-mail that serves as a cover letter.
Thanks!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] Choose xz compressed tarball for linux kernel.
@ 2013-05-11 11:40 Raúl Sánchez Siles
2013-05-11 12:02 ` Thomas Petazzoni
2013-05-11 20:44 ` Peter Korsgaard
0 siblings, 2 replies; 5+ messages in thread
From: Raúl Sánchez Siles @ 2013-05-11 11:40 UTC (permalink / raw)
To: buildroot
Prefer xz compressed tarball so some bandwidth is saved for kernel headers and
kernel itself downloads.
Signed-off-by: Ra?l S?nchez Siles <rasasi78@gmail.com>
---
linux/linux.mk | 2 +-
| 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.
--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.10.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] Choose xz compressed tarball for linux kernel.
2013-05-11 11:40 Raúl Sánchez Siles
@ 2013-05-11 12:02 ` Thomas Petazzoni
2013-05-11 20:44 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2013-05-11 12:02 UTC (permalink / raw)
To: buildroot
Dear Ra?l S?nchez Siles,
On Sat, 11 May 2013 13:40:36 +0200, Ra?l S?nchez Siles wrote:
> Prefer xz compressed tarball so some bandwidth is saved for kernel headers and
> kernel itself downloads.
>
> Signed-off-by: Ra?l S?nchez Siles <rasasi78@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thanks!
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] Choose xz compressed tarball for linux kernel.
2013-05-11 11:40 Raúl Sánchez Siles
2013-05-11 12:02 ` Thomas Petazzoni
@ 2013-05-11 20:44 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2013-05-11 20:44 UTC (permalink / raw)
To: buildroot
>>>>> "Ra?l" == Ra?l S?nchez Siles <rasasi78@gmail.com> writes:
Ra?l> Prefer xz compressed tarball so some bandwidth is saved for
Ra?l> kernel headers and kernel itself downloads.
Committed to next, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-05-11 20:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-10 23:04 [Buildroot] [PATCH] Choose xz compressed tarball for linux kernel Raúl Sánchez Siles
2013-05-11 10:11 ` Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2013-05-11 11:40 Raúl Sánchez Siles
2013-05-11 12:02 ` Thomas Petazzoni
2013-05-11 20:44 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox