mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
openocd: add host variant
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>
This commit is contained in:
parent
76cd6b18e3
commit
375d68d110
@ -1,5 +1,6 @@
|
|||||||
menu "Host utilities"
|
menu "Host utilities"
|
||||||
|
|
||||||
|
source "package/openocd/Config.in.host"
|
||||||
source "package/uboot-tools/Config.in.host"
|
source "package/uboot-tools/Config.in.host"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
6
package/openocd/Config.in.host
Normal file
6
package/openocd/Config.in.host
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
config BR2_PACKAGE_HOST_OPENOCD
|
||||||
|
bool "host openocd"
|
||||||
|
help
|
||||||
|
OpenOCD - Open On-Chip Debugger
|
||||||
|
|
||||||
|
http://openocd.berlios.de/web/
|
@ -29,4 +29,14 @@ ifeq ($(BR2_PACKAGE_OPENOCD_VSLLINK),y)
|
|||||||
OPENOCD_CONF_OPT += --enable-vsllink
|
OPENOCD_CONF_OPT += --enable-vsllink
|
||||||
endif
|
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))
|
||||||
|
$(eval $(call AUTOTARGETS,host))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user