public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1 of 2] kernel/linux: add xz-ed linux tarballs
@ 2013-03-21 10:15 Jerzy Grzegorek
  2013-03-21 10:15 ` [PATCH 2 of 2] scripts/functions: " Jerzy Grzegorek
  2013-04-12 22:17 ` kernel/linux: " Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Jerzy Grzegorek @ 2013-03-21 10:15 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Jerzy Grzegorek" <jerzy.grzegorek@trzebnica.net>
# Date 1363859851 -3600
# Node ID f249828223fc75313bee8d21f6ec946b4384d9f0
# Parent  0fc56e62cecf07e4cdaf866ee24d6893c4ade436
kernel/linux: add xz-ed linux tarballs

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

diff -r 0fc56e62cecf -r f249828223fc scripts/build/kernel/linux.sh
--- a/scripts/build/kernel/linux.sh	Sat Mar 16 15:33:44 2013 +0100
+++ b/scripts/build/kernel/linux.sh	Thu Mar 21 10:57:31 2013 +0100
@@ -154,6 +154,7 @@
             *.tgz)      tar_opt=--gzip;;
             *.tar.gz)   tar_opt=--gzip;;
             *.tar.bz2)  tar_opt=--bzip2;;
+            *.tar.xz)   tar_opt=--xz;;
         esac
         CT_DoExecLog ALL tar x ${tar_opt} -vf ${CT_KERNEL_LINUX_CUSTOM_PATH}
     else

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-12 22:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-21 10:15 [PATCH 1 of 2] kernel/linux: add xz-ed linux tarballs Jerzy Grzegorek
2013-03-21 10:15 ` [PATCH 2 of 2] scripts/functions: " Jerzy Grzegorek
2013-04-12 22:18   ` Yann E. MORIN
2013-04-12 22:17 ` kernel/linux: " Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).