mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
c527e95d26
commit
a6738ea35b
@@ -24,7 +24,7 @@ inherit pkgconfig autotools-brokensep gettext
|
||||
|
||||
BBCLASSEXTEND += "native nativesdk"
|
||||
|
||||
EXTRA_OECONF = "--enable-ftdi --disable-doxygen-html --disable-werror"
|
||||
EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable-werror"
|
||||
|
||||
do_configure() {
|
||||
./bootstrap nosubmodule
|
||||
|
||||
Reference in New Issue
Block a user