diff options
author | Steffen Trumtrar <s.trumtrar@pengutronix.de> | 2023-04-27 14:57:30 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-27 09:58:33 -0700 |
commit | a6738ea35b543c28257a3f63586afc20ba041e49 (patch) | |
tree | 0664ea92a349b7e39fb1ab9f3413d6bd8f40b008 | |
parent | c527e95d265bacd1e0b9ff9f5855329eb1eed982 (diff) | |
download | meta-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.bb | 2 |
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 | ||
25 | BBCLASSEXTEND += "native nativesdk" | 25 | BBCLASSEXTEND += "native nativesdk" |
26 | 26 | ||
27 | EXTRA_OECONF = "--enable-ftdi --disable-doxygen-html --disable-werror" | 27 | EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable-werror" |
28 | 28 | ||
29 | do_configure() { | 29 | do_configure() { |
30 | ./bootstrap nosubmodule | 30 | ./bootstrap nosubmodule |