summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2023-04-27 14:57:30 +0200
committerKhem Raj <raj.khem@gmail.com>2023-04-27 09:58:33 -0700
commita6738ea35b543c28257a3f63586afc20ba041e49 (patch)
tree0664ea92a349b7e39fb1ab9f3413d6bd8f40b008
parentc527e95d265bacd1e0b9ff9f5855329eb1eed982 (diff)
downloadmeta-openembedded-a6738ea35b543c28257a3f63586afc20ba041e49.tar.gz
openocd: enable jtag-vpi and buspirate
Enable support for the virtual JTAG VPI adapter, for use with a Verilog Simulator and the Buspirate. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
-rw-r--r--meta-oe/recipes-devtools/openocd/openocd_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb
index ee621ecf14..d30d9c3466 100644
--- a/meta-oe/recipes-devtools/openocd/openocd_git.bb
+++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb
@@ -24,7 +24,7 @@ inherit pkgconfig autotools-brokensep gettext
24 24
25BBCLASSEXTEND += "native nativesdk" 25BBCLASSEXTEND += "native nativesdk"
26 26
27EXTRA_OECONF = "--enable-ftdi --disable-doxygen-html --disable-werror" 27EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable-werror"
28 28
29do_configure() { 29do_configure() {
30 ./bootstrap nosubmodule 30 ./bootstrap nosubmodule