From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1YBL52-0005VB-W7 for ptxdist@pengutronix.de; Wed, 14 Jan 2015 11:21:41 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1YBL52-0008Hf-Ud for ptxdist@pengutronix.de; Wed, 14 Jan 2015 11:21:40 +0100 Date: Wed, 14 Jan 2015 11:21:40 +0100 From: Michael Olbrich Message-ID: <20150114102140.GS26436@pengutronix.de> References: <201501131302.31603.jbe@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <201501131302.31603.jbe@pengutronix.de> Subject: Re: [ptxdist] [PATCH] GDB: switch to an available archive type for all releases. Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@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 s= eems > 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 > = > 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) +=3D gdb > GDB_VERSION :=3D $(call remove_quotes,$(PTXCONF_GDB_VERSION)) > GDB_MD5 :=3D $(call remove_quotes,$(PTXCONF_GDB_MD5)) > GDB :=3D gdb-$(GDB_VERSION) > -GDB_SUFFIX :=3D tar.bz2 > +GDB_SUFFIX :=3D tar.gz > GDB_SOURCE :=3D $(SRCDIR)/$(GDB).$(GDB_SUFFIX) > GDB_DIR :=3D $(BUILDDIR)/$(GDB) > GDB_LICENSE :=3D 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) +=3D gdbserver > GDBSERVER_VERSION :=3D $(call remove_quotes,$(PTXCONF_GDB_VERSION)) > GDBSERVER_MD5 :=3D $(call remove_quotes,$(PTXCONF_GDB_MD5)) > GDBSERVER :=3D gdb-$(GDBSERVER_VERSION) > -GDBSERVER_SUFFIX :=3D tar.bz2 > +GDBSERVER_SUFFIX :=3D tar.gz > GDBSERVER_SOURCE :=3D $(SRCDIR)/$(GDBSERVER).$(GDBSERVER_SUFFIX) > GDBSERVER_DIR :=3D $(BUILDDIR)/gdbserver-$(GDBSERVER_VERSION) > GDBSERVER_LICENSE :=3D GPLv3+ > = > -- = > Pengutronix e.K. =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0| Juergen Borleis =A0 =A0 =A0 =A0 =A0 =A0 | > Industrial Linux Solutions =A0 =A0 =A0| http://www.pengutro= nix.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