public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 2 of 2] scripts/functions: add xz-ed linux tarballs
  2013-03-21 10:15 [PATCH 1 of 2] kernel/linux: add xz-ed linux tarballs Jerzy Grzegorek
@ 2013-03-21 10:15 ` Jerzy Grzegorek
  2013-04-12 22:18   ` Yann E. MORIN
  2013-04-12 22:17 ` kernel/linux: " Yann E. MORIN
  1 sibling, 1 reply; 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 1363860069 -3600
# Node ID d0ec17a687dc80754e0fb47c5163179ac5579b30
# Parent  f249828223fc75313bee8d21f6ec946b4384d9f0
scripts/functions: add xz-ed linux tarballs

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

diff -r f249828223fc -r d0ec17a687dc scripts/functions
--- a/scripts/functions	Thu Mar 21 10:57:31 2013 +0100
+++ b/scripts/functions	Thu Mar 21 11:01:09 2013 +0100
@@ -638,6 +638,7 @@
         # so we can create a properly-named symlink, which
         # we use later on in 'extract'
         case "${custom_location}" in
+            *.tar.xz)       custom_name="${custom_name}.tar.xz";;
             *.tar.bz2)      custom_name="${custom_name}.tar.bz2";;
             *.tar.gz|*.tgz) custom_name="${custom_name}.tar.gz";;
             *.tar)          custom_name="${custom_name}.tar";;

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

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

* [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

* kernel/linux: add xz-ed linux tarballs
  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:17 ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2013-04-12 22:17 UTC (permalink / raw)
  To: Jerzy Grzegorek; +Cc: crossgcc

Jerzy, All,

Your patch:
    kernel/linux: add xz-ed linux tarballs

has been applied as: #2993e15fa6c5
    http://crosstool-ng.org/hg/crosstool-ng/rev/2993e15fa6c5

Thank you!

Regards,
Yann E. MORIN.



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

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

* scripts/functions: add xz-ed linux tarballs
  2013-03-21 10:15 ` [PATCH 2 of 2] scripts/functions: " Jerzy Grzegorek
@ 2013-04-12 22:18   ` Yann E. MORIN
  0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2013-04-12 22:18 UTC (permalink / raw)
  To: Jerzy Grzegorek; +Cc: crossgcc

Jerzy, All,

Your patch:
    scripts/functions: add xz-ed linux tarballs

has been applied as: #30de175d3ed3
    http://crosstool-ng.org/hg/crosstool-ng/rev/30de175d3ed3

Thank you!

Regards,
Yann E. MORIN.



--
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).