* [Buildroot] [PATCH 1/1] openocd: bump to 0.10.0 @ 2017-04-28 7:28 Christophe PRIOUZEAU 2017-04-28 12:15 ` Peter Korsgaard 2017-04-28 14:34 ` [Buildroot] [PATCH v2] " Christophe PRIOUZEAU 0 siblings, 2 replies; 5+ messages in thread From: Christophe PRIOUZEAU @ 2017-04-28 7:28 UTC (permalink / raw) To: buildroot Update openocd to 0.10.0 Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> --- package/openocd/openocd.hash | 6 +++--- package/openocd/openocd.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/openocd/openocd.hash b/package/openocd/openocd.hash index 4ca11e2..b36c816 100644 --- a/package/openocd/openocd.hash +++ b/package/openocd/openocd.hash @@ -1,3 +1,3 @@ -# From http://sourceforge.net/projects/openocd/files/openocd/0.9.0/ -sha1 bcf99bb21f09513065b2c9ece148ace7d16cdd0c openocd-0.9.0.tar.bz2 -md5 665cc98ae9e7297e09ec6ac7235fee49 openocd-0.9.0.tar.bz2 +# From http://sourceforge.net/projects/openocd/files/openocd/0.10.0/ +sha1 3245d43d60a1a93f8b0f6b1ce20b53e38cab7a4a openocd-0.10.0.tar.bz2 +md5 b412bdef0481a3859c6585eb69f6f6ba openocd-0.10.0.tar.bz2 diff --git a/package/openocd/openocd.mk b/package/openocd/openocd.mk index 911d311..7c76c59 100644 --- a/package/openocd/openocd.mk +++ b/package/openocd/openocd.mk @@ -4,7 +4,7 @@ # ################################################################################ -OPENOCD_VERSION = 0.9.0 +OPENOCD_VERSION = 0.10.0 OPENOCD_SOURCE = openocd-$(OPENOCD_VERSION).tar.bz2 OPENOCD_SITE = http://sourceforge.net/projects/openocd/files/openocd/$(OPENOCD_VERSION) -- 2.7.4 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1] openocd: bump to 0.10.0 2017-04-28 7:28 [Buildroot] [PATCH 1/1] openocd: bump to 0.10.0 Christophe PRIOUZEAU @ 2017-04-28 12:15 ` Peter Korsgaard 2017-04-28 14:34 ` [Buildroot] [PATCH v2] " Christophe PRIOUZEAU 1 sibling, 0 replies; 5+ messages in thread From: Peter Korsgaard @ 2017-04-28 12:15 UTC (permalink / raw) To: buildroot >>>>> "Christophe" == Christophe PRIOUZEAU <christophe.priouzeau@st.com> writes: > Update openocd to 0.10.0 > Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> And no changes to any configure flags or pkg-config? Looking at the release notes it mentions several changes: https://sourceforge.net/p/openocd/mailman/message/35570895/ -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH v2] openocd: bump to 0.10.0 2017-04-28 7:28 [Buildroot] [PATCH 1/1] openocd: bump to 0.10.0 Christophe PRIOUZEAU 2017-04-28 12:15 ` Peter Korsgaard @ 2017-04-28 14:34 ` Christophe PRIOUZEAU 2017-04-28 20:03 ` Arnout Vandecappelle 2017-04-29 13:07 ` Thomas Petazzoni 1 sibling, 2 replies; 5+ messages in thread From: Christophe PRIOUZEAU @ 2017-04-28 14:34 UTC (permalink / raw) To: buildroot Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> --- Changes v1 -> v2: - align configuration flags (suggested by Peter Korsgaard) package/openocd/Config.in | 8 -------- package/openocd/openocd.hash | 6 +++--- package/openocd/openocd.mk | 15 +++++++-------- 3 files changed, 10 insertions(+), 19 deletions(-) diff --git a/package/openocd/Config.in b/package/openocd/Config.in index 2313671..41c2fc5 100644 --- a/package/openocd/Config.in +++ b/package/openocd/Config.in @@ -123,14 +123,6 @@ config BR2_PACKAGE_OPENOCD_PARPORT help Enable building the pc parallel port driver -config BR2_PACKAGE_OPENOCD_FT2XXX - bool "FT2232 based devices (DEPRECATED)" - select BR2_PACKAGE_LIBFTDI1 - depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb - help - (DEPRECATED) Enable building support for FT2232 - based devices using the libftdi library - config BR2_PACKAGE_OPENOCD_VPI bool "JTAG VPI" help diff --git a/package/openocd/openocd.hash b/package/openocd/openocd.hash index 4ca11e2..b36c816 100644 --- a/package/openocd/openocd.hash +++ b/package/openocd/openocd.hash @@ -1,3 +1,3 @@ -# From http://sourceforge.net/projects/openocd/files/openocd/0.9.0/ -sha1 bcf99bb21f09513065b2c9ece148ace7d16cdd0c openocd-0.9.0.tar.bz2 -md5 665cc98ae9e7297e09ec6ac7235fee49 openocd-0.9.0.tar.bz2 +# From http://sourceforge.net/projects/openocd/files/openocd/0.10.0/ +sha1 3245d43d60a1a93f8b0f6b1ce20b53e38cab7a4a openocd-0.10.0.tar.bz2 +md5 b412bdef0481a3859c6585eb69f6f6ba openocd-0.10.0.tar.bz2 diff --git a/package/openocd/openocd.mk b/package/openocd/openocd.mk index 911d311..63201ee 100644 --- a/package/openocd/openocd.mk +++ b/package/openocd/openocd.mk @@ -4,7 +4,7 @@ # ################################################################################ -OPENOCD_VERSION = 0.9.0 +OPENOCD_VERSION = 0.10.0 OPENOCD_SOURCE = openocd-$(OPENOCD_VERSION).tar.bz2 OPENOCD_SITE = http://sourceforge.net/projects/openocd/files/openocd/$(OPENOCD_VERSION) @@ -45,9 +45,8 @@ OPENOCD_CONF_OPTS += \ $(if $(BR2_PACKAGE_OPENOCD_ARMEW),--enable-armjtagew,--disable-armjtagew) \ $(if $(BR2_PACKAGE_OPENOCD_CMSIS_DAP),--enable-cmsis-dap,--disable-cmsis-dap) \ $(if $(BR2_PACKAGE_OPENOCD_PARPORT),--enable-parport,--disable-parport) \ - $(if $(BR2_PACKAGE_OPENOCD_FT2XXX),--enable-legacy-ft2232_libftdi,--disable-legacy-ft2232_libftdi) \ $(if $(BR2_PACKAGE_OPENOCD_VPI),--enable-jtag_vpi,--disable-jtag_vpi) \ - $(if $(BR2_PACKAGE_OPENOCD_UBLASTER),--enable-usb_blaster_libftdi,--disable-usb_blaster_libftdi) \ + $(if $(BR2_PACKAGE_OPENOCD_UBLASTER),--enable-usb-blaster,--disable-usb-blaster) \ $(if $(BR2_PACKAGE_OPENOCD_AMTJT),--enable-amtjtagaccel,--disable-amjtagaccel) \ $(if $(BR2_PACKAGE_OPENOCD_ZY1000_MASTER),--enable-zy1000-master,--disable-zy1000-master) \ $(if $(BR2_PACKAGE_OPENOCD_ZY1000),--enable-zy1000,--disable-zy1000) \ @@ -55,8 +54,8 @@ OPENOCD_CONF_OPTS += \ $(if $(BR2_PACKAGE_OPENOCD_AT91RM),--enable-at91rm9200,--disable-at91rm9200) \ $(if $(BR2_PACKAGE_OPENOCD_BCM2835),--enable-bcm2835gpio,--disable-bcm2835gpio) \ $(if $(BR2_PACKAGE_OPENOCD_GW16012),--enable-gw16012,--disable-gw16012) \ - $(if $(BR2_PACKAGE_OPENOCD_PRESTO),--enable-presto_libftdi,--disable-presto_libftdi) \ - $(if $(BR2_PACKAGE_OPENOCD_OPENJTAG),--enable-openjtag_ftdi,--disable-openjtag_ftdi) \ + $(if $(BR2_PACKAGE_OPENOCD_PRESTO),--enable-presto,--disable-presto) \ + $(if $(BR2_PACKAGE_OPENOCD_OPENJTAG),--enable-openjtag,--disable-openjtag) \ $(if $(BR2_PACKAGE_OPENOCD_BUSPIRATE),--enable-buspirate,--disable-buspirate) \ $(if $(BR2_PACKAGE_OPENOCD_SYSFS),--enable-sysfsgpio,--disable-sysfsgpio) @@ -82,11 +81,11 @@ HOST_OPENOCD_CONF_OPTS = \ --enable-armjtagew \ --enable-parport \ --enable-jtag_vpi \ - --enable-usb_blaster_libftdi \ + --enable-usb-blaster \ --enable-amtjtagaccel \ --enable-gw16012 \ - --enable-presto_libftdi \ - --enable-openjtag_ftdi \ + --enable-presto \ + --enable-openjtag \ --enable-buspirate \ --enable-sysfsgpio \ --oldincludedir=$(HOST_DIR)/usr/include \ -- 2.7.4 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH v2] openocd: bump to 0.10.0 2017-04-28 14:34 ` [Buildroot] [PATCH v2] " Christophe PRIOUZEAU @ 2017-04-28 20:03 ` Arnout Vandecappelle 2017-04-29 13:07 ` Thomas Petazzoni 1 sibling, 0 replies; 5+ messages in thread From: Arnout Vandecappelle @ 2017-04-28 20:03 UTC (permalink / raw) To: buildroot Hi Christophe, On 28-04-17 16:34, Christophe PRIOUZEAU wrote: > Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Please mention the non-trivial changes in the commit message, e.g. Some configure options have been renamed. Support for the deprecated FT2232 devices has been removed in this release, so remove this option. > --- > Changes v1 -> v2: > - align configuration flags (suggested by Peter Korsgaard) > > package/openocd/Config.in | 8 -------- > package/openocd/openocd.hash | 6 +++--- > package/openocd/openocd.mk | 15 +++++++-------- > 3 files changed, 10 insertions(+), 19 deletions(-) > > diff --git a/package/openocd/Config.in b/package/openocd/Config.in > index 2313671..41c2fc5 100644 > --- a/package/openocd/Config.in > +++ b/package/openocd/Config.in > @@ -123,14 +123,6 @@ config BR2_PACKAGE_OPENOCD_PARPORT > help > Enable building the pc parallel port driver > > -config BR2_PACKAGE_OPENOCD_FT2XXX > - bool "FT2232 based devices (DEPRECATED)" When removing an option, it should be added to Config.in.legacy so people who update and had this option selected will notice that their configuration has changed in an incompatible way. In this specific case, I think you can also select BR2_PACKAGE_OPENOCD_FTDI which as I understand is th replacement for this option. Regards, Arnout > - select BR2_PACKAGE_LIBFTDI1 > - depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb > - help > - (DEPRECATED) Enable building support for FT2232 > - based devices using the libftdi library > - > config BR2_PACKAGE_OPENOCD_VPI > bool "JTAG VPI" > help > diff --git a/package/openocd/openocd.hash b/package/openocd/openocd.hash > index 4ca11e2..b36c816 100644 > --- a/package/openocd/openocd.hash > +++ b/package/openocd/openocd.hash > @@ -1,3 +1,3 @@ > -# From http://sourceforge.net/projects/openocd/files/openocd/0.9.0/ > -sha1 bcf99bb21f09513065b2c9ece148ace7d16cdd0c openocd-0.9.0.tar.bz2 > -md5 665cc98ae9e7297e09ec6ac7235fee49 openocd-0.9.0.tar.bz2 > +# From http://sourceforge.net/projects/openocd/files/openocd/0.10.0/ > +sha1 3245d43d60a1a93f8b0f6b1ce20b53e38cab7a4a openocd-0.10.0.tar.bz2 > +md5 b412bdef0481a3859c6585eb69f6f6ba openocd-0.10.0.tar.bz2 > diff --git a/package/openocd/openocd.mk b/package/openocd/openocd.mk > index 911d311..63201ee 100644 > --- a/package/openocd/openocd.mk > +++ b/package/openocd/openocd.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -OPENOCD_VERSION = 0.9.0 > +OPENOCD_VERSION = 0.10.0 > OPENOCD_SOURCE = openocd-$(OPENOCD_VERSION).tar.bz2 > OPENOCD_SITE = http://sourceforge.net/projects/openocd/files/openocd/$(OPENOCD_VERSION) > > @@ -45,9 +45,8 @@ OPENOCD_CONF_OPTS += \ > $(if $(BR2_PACKAGE_OPENOCD_ARMEW),--enable-armjtagew,--disable-armjtagew) \ > $(if $(BR2_PACKAGE_OPENOCD_CMSIS_DAP),--enable-cmsis-dap,--disable-cmsis-dap) \ > $(if $(BR2_PACKAGE_OPENOCD_PARPORT),--enable-parport,--disable-parport) \ > - $(if $(BR2_PACKAGE_OPENOCD_FT2XXX),--enable-legacy-ft2232_libftdi,--disable-legacy-ft2232_libftdi) \ > $(if $(BR2_PACKAGE_OPENOCD_VPI),--enable-jtag_vpi,--disable-jtag_vpi) \ > - $(if $(BR2_PACKAGE_OPENOCD_UBLASTER),--enable-usb_blaster_libftdi,--disable-usb_blaster_libftdi) \ > + $(if $(BR2_PACKAGE_OPENOCD_UBLASTER),--enable-usb-blaster,--disable-usb-blaster) \ > $(if $(BR2_PACKAGE_OPENOCD_AMTJT),--enable-amtjtagaccel,--disable-amjtagaccel) \ > $(if $(BR2_PACKAGE_OPENOCD_ZY1000_MASTER),--enable-zy1000-master,--disable-zy1000-master) \ > $(if $(BR2_PACKAGE_OPENOCD_ZY1000),--enable-zy1000,--disable-zy1000) \ > @@ -55,8 +54,8 @@ OPENOCD_CONF_OPTS += \ > $(if $(BR2_PACKAGE_OPENOCD_AT91RM),--enable-at91rm9200,--disable-at91rm9200) \ > $(if $(BR2_PACKAGE_OPENOCD_BCM2835),--enable-bcm2835gpio,--disable-bcm2835gpio) \ > $(if $(BR2_PACKAGE_OPENOCD_GW16012),--enable-gw16012,--disable-gw16012) \ > - $(if $(BR2_PACKAGE_OPENOCD_PRESTO),--enable-presto_libftdi,--disable-presto_libftdi) \ > - $(if $(BR2_PACKAGE_OPENOCD_OPENJTAG),--enable-openjtag_ftdi,--disable-openjtag_ftdi) \ > + $(if $(BR2_PACKAGE_OPENOCD_PRESTO),--enable-presto,--disable-presto) \ > + $(if $(BR2_PACKAGE_OPENOCD_OPENJTAG),--enable-openjtag,--disable-openjtag) \ > $(if $(BR2_PACKAGE_OPENOCD_BUSPIRATE),--enable-buspirate,--disable-buspirate) \ > $(if $(BR2_PACKAGE_OPENOCD_SYSFS),--enable-sysfsgpio,--disable-sysfsgpio) > > @@ -82,11 +81,11 @@ HOST_OPENOCD_CONF_OPTS = \ > --enable-armjtagew \ > --enable-parport \ > --enable-jtag_vpi \ > - --enable-usb_blaster_libftdi \ > + --enable-usb-blaster \ > --enable-amtjtagaccel \ > --enable-gw16012 \ > - --enable-presto_libftdi \ > - --enable-openjtag_ftdi \ > + --enable-presto \ > + --enable-openjtag \ > --enable-buspirate \ > --enable-sysfsgpio \ > --oldincludedir=$(HOST_DIR)/usr/include \ > -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286500 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH v2] openocd: bump to 0.10.0 2017-04-28 14:34 ` [Buildroot] [PATCH v2] " Christophe PRIOUZEAU 2017-04-28 20:03 ` Arnout Vandecappelle @ 2017-04-29 13:07 ` Thomas Petazzoni 1 sibling, 0 replies; 5+ messages in thread From: Thomas Petazzoni @ 2017-04-29 13:07 UTC (permalink / raw) To: buildroot Hello, On Fri, 28 Apr 2017 14:34:34 +0000, Christophe PRIOUZEAU wrote: > Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> > --- > Changes v1 -> v2: > - align configuration flags (suggested by Peter Korsgaard) I've applied, after adjusting the issues pointed by Arnout Vandecappelle. Since you're using OpenOCD, would you be willing to be added as a developer for this package in our DEVELOPERS file? This way, you could help us review patches sent for this package, and fix build issues caused by openocd. Thanks a lot for your contribution! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-04-29 13:07 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-04-28 7:28 [Buildroot] [PATCH 1/1] openocd: bump to 0.10.0 Christophe PRIOUZEAU 2017-04-28 12:15 ` Peter Korsgaard 2017-04-28 14:34 ` [Buildroot] [PATCH v2] " Christophe PRIOUZEAU 2017-04-28 20:03 ` Arnout Vandecappelle 2017-04-29 13:07 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox