mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] GDB: switch to an available archive type for all releases.
Date: Wed, 14 Jan 2015 11:21:40 +0100	[thread overview]
Message-ID: <20150114102140.GS26436@pengutronix.de> (raw)
In-Reply-To: <201501131302.31603.jbe@pengutronix.de>

On Tue, Jan 13, 2015 at 01:02:31PM +0100, Juergen Borleis wrote:
> The to be used release for GDB can be defined in the menu. Upstream now seems
> to prefer the xz archive format for newer releases, but kept the bz2 for older
> releases. Only the gz archive format is available for all releases.
> By switching to the gz archive format should work for all releases now.
> Drawback: gz archives are much larger than bz2 or xz archives.
>     

Thanks, applied.

Michael

> Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
> 
> diff --git a/rules/gdb.make b/rules/gdb.make
> index ab2cbe4812f5..cc916e99966a 100644
> --- a/rules/gdb.make
> +++ b/rules/gdb.make
> @@ -21,7 +21,7 @@ PACKAGES-$(PTXCONF_GDB) += gdb
>  GDB_VERSION	:= $(call remove_quotes,$(PTXCONF_GDB_VERSION))
>  GDB_MD5		:= $(call remove_quotes,$(PTXCONF_GDB_MD5))
>  GDB		:= gdb-$(GDB_VERSION)
> -GDB_SUFFIX	:= tar.bz2
> +GDB_SUFFIX	:= tar.gz
>  GDB_SOURCE	:= $(SRCDIR)/$(GDB).$(GDB_SUFFIX)
>  GDB_DIR		:= $(BUILDDIR)/$(GDB)
>  GDB_LICENSE	:= GPLv3+
> diff --git a/rules/gdbserver.make b/rules/gdbserver.make
> index c3574658cc63..d4caafb139fb 100644
> --- a/rules/gdbserver.make
> +++ b/rules/gdbserver.make
> @@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_GDBSERVER) += gdbserver
>  GDBSERVER_VERSION	:= $(call remove_quotes,$(PTXCONF_GDB_VERSION))
>  GDBSERVER_MD5		:= $(call remove_quotes,$(PTXCONF_GDB_MD5))
>  GDBSERVER		:= gdb-$(GDBSERVER_VERSION)
> -GDBSERVER_SUFFIX	:= tar.bz2
> +GDBSERVER_SUFFIX	:= tar.gz
>  GDBSERVER_SOURCE	:= $(SRCDIR)/$(GDBSERVER).$(GDBSERVER_SUFFIX)
>  GDBSERVER_DIR		:= $(BUILDDIR)/gdbserver-$(GDBSERVER_VERSION)
>  GDBSERVER_LICENSE	:= GPLv3+
> 
> -- 
> Pengutronix e.K.                              | Juergen Borleis             |
> Industrial Linux Solutions                    | http://www.pengutronix.de/  |
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2015-01-14 10:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-13 12:02 Juergen Borleis
2015-01-14 10:21 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150114102140.GS26436@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox