Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
menu "Host utilities"
+source "package/openocd/Config.in.host"
source "package/uboot-tools/Config.in.host"
endmenu
--- /dev/null
+config BR2_PACKAGE_HOST_OPENOCD
+ bool "host openocd"
+ help
+ OpenOCD - Open On-Chip Debugger
+
+ http://openocd.berlios.de/web/
OPENOCD_CONF_OPT += --enable-vsllink
endif
+HOST_OPENOCD_DEPENDENCIES = host-libusb-compat host-libftdi
+
+HOST_OPENOCD_CONF_OPT = \
+ --disable-doxygen-html \
+ --enable-dummy \
+ --enable-ft2232_libftdi \
+ --enable-jlink \
+ --enable-vsllink
+
$(eval $(call AUTOTARGETS))
+$(eval $(call AUTOTARGETS,host))