From 1e2e6c7c488de6139e1f86fbf55d35c43ecb3621 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Tue, 16 Mar 2021 06:45:58 -0700 Subject: [PATCH] openocd: Enable jtag_vpi config option Signed-off-by: Alistair Francis --- .../recipes-devtools/openocd/openocd_riscv.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb b/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb index 1c7b4df..4496489 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb @@ -11,4 +11,6 @@ SRC_URI = " \ SRCREV_openocd = "50a5971be27ff11061776afc8014bbff22870b7c" +EXTRA_OECONF = "--enable-ftdi --disable-doxygen-html --disable-werror --enable-jtag_vpi" + COMPATIBLE_HOST = "(x86_64.*|i.86.*|riscv32|riscv64).*-linux"