aboutsummaryrefslogtreecommitdiff
path: root/utils/openocd/Makefile
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* openocd: select new libjaylinkKarl Palsson2023-01-20
| | | | | | | | | | | | | Without the +select, openocd's internal autoselection between internal libjaylink and external libjaylink can result in linking against external, without the depends declaration, leading to missing depdendencies errors. Hard depend on the external libjaylink, as that's the future direction anyway. Reported-by: Paul Fertser <fercerpav@gmail.com> Signed-off-by: Karl Palsson <karlp@etactica.com>
* openocd: update to 0.12.0Paul Fertser2023-01-20
| | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: enable bcm2835gpio on bcm27xxStijn Tintel2022-08-21
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* openocd: update to 0.11.0Paul Fertser2021-03-08
| | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: update to 0.11.0-rc1; add libgpiod dep; always depend on USB libsPaul Fertser2021-01-02
| | | | | | | | | | | | | | | The first release candidate with plenty of changes needs wider testing, so package it. Since Linux 4.8 new more efficient GPIO manipulation API is available and sysfs class gpio is deprecated. Enable OpenOCD support for both for now to avoid breaking existing user configs. Due to low user demand and packaging difficulties require USB libraries unconditionally from now on. Their sizes are not significant compared to the OpenOCD package itself. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: fix compilation with GCC10Rosen Penev2020-07-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* openocd: update to current master, allow building without USBPaul Fertser2020-01-10
| | | | | | | | | | | The last OpenOCD release was 3 years ago, plenty of new functionality was added since then. Two security-related patches went in too. While at it, add a menuconfig option to allow building without any USB dependencies, useful for devices counting on sysfsgpio to access targets. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: patch security issueJan Pavlinec2019-04-01
| | | | | | CVE-2018-5704 - https://nvd.nist.gov/vuln/detail/CVE-2018-5704 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* openocd: use release tar.bz2 instead of gitAlexander Couzens2017-11-17
| | | | | | | | | The release tar does not contain the srcdir/guess-rev.sh. If it's not existant the configure scripts uses different variables which removes the build timestamp. Fixes reproducible builds. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* openocd: bump version to 0.10.0Paul Fertser2017-01-24
| | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* utils: Fix typos (found by codespell)Stefan Weil2016-03-26
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* openocd: include nls.mk to fix build with full NLS supportPaul Fertser2015-08-29
| | | | | | | Since openocd depends on hidapi it needs appropriate LD_FLAGS to link against it as that library depends on libiconv. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: update to final 0.9.0Paul Fertser2015-06-02
| | | | | | | Disables building documentation to avoid makeinfo v4,v5 incompatibilities. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: update to 0.9.0-rc1Paul Fertser2015-04-24
| | | | Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: fix package dependenciesPaul Fertser2015-02-03
| | | | | | | | OpenOCD autoselects libftdi1 when it's present, and should explicitly depend on it, same about libusb-0.1 API which is provided by libusb-compat. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* openocd: add OpenOCD, a tool to work with on-chip debug and JTAGPaul Fertser2015-02-01
Signed-off-by: Paul Fertser <fercerpav@gmail.com>