]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
openocd: bump to version 0.8.0
authorclaurita <claudio.laurita@integrazionetotale.it>
Sun, 14 Dec 2014 19:02:17 +0000 (20:02 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 2 Jan 2015 15:30:15 +0000 (16:30 +0100)
commitaa441aa84c38ad5319c4ff7fb27c84530e19c204
tree63805002de6a2213c9bce0879fbf9d4d72124ea2
parentbe529e22189b425edb3e6c23dea91f3c1d91a694
openocd: bump to version 0.8.0

This patch adds the management of (almost) all the config options of
openocd 0.8.0. A BR config variable is added for (almost) every
adapter known to openocd and all the dependencies are automatically
calculated from the chosen adapters, so only the necessary libraries
are built.

Note that CMSIS_DAP adapter requires hidapi (not libhid) and hidapi is
not actually included in buildroot, so it has been removed.  Also
zy1000 adapters are actually broken in openocd and have been removed.

The host version of the package enables all the possible adapters and
the related libraries.

[Thomas:
 - Slightly fixup the commit log.
 - Rename the patches to the new patch naming convention.
 - Update hash file using a contribution from Vincent StehlĂ©.
 - Move the thread dependency from the OpenOCD option down to each
   sub-option that actually needs it (when it needs libusb,
   libusb-compat or libftdi). We keep only one comment, as we would
   otherwise have to add too many repeatitive comments.
 - Remove commented options.
 - Add missing dependency on BR2_ARCH_HAS_ATOMICS when selecting
   BR2_PACKAGE_LIBFTDI.
 - Remove trailing white spaces.
 - Pass -std=gnu99, needed to build with a basic toolchain.
 - Write the OPENOCD_DEPENDENCIES and OPENOCD_CONF_OPTS conditions in
   a more compact way.
 - Adjust indentation for HOST_OPENOCD_CONF_OPTS.
 - Reword the comment above HOST_OPENOCD_CONF_OPTS.]

Signed-off-by: Claudio Laurita <claudio.laurita@integrazionetotale.it>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/openocd/0001-Fix-compilation-error-in-src-flash-nor-mini51.c.patch [new file with mode: 0644]
package/openocd/0002-Fix-jimtcl-auto-configuration-to-force-static-librar.patch [new file with mode: 0644]
package/openocd/Config.in
package/openocd/openocd-0001-fix-cross-compilation-host-libsub-was-used-before.patch [deleted file]
package/openocd/openocd-0002-fix-xscale-uninitialise-breakpoint_pc.patch [deleted file]
package/openocd/openocd-0003-force-gnu99.patch [deleted file]
package/openocd/openocd-0004-force_jimtcl_static.patch [deleted file]
package/openocd/openocd-0005-dont-force-ldflags.patch [deleted file]
package/openocd/openocd-0006-automake-compat.patch [deleted file]
package/openocd/openocd.hash
package/openocd/openocd.mk