Message ID | 20251001085614.1634-1-joao.lima@hbkworld.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe,1/3] openocd: bump the openocd, jimtcl versions | expand |
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index 846d2f62c5..b39ca5c244 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb @@ -55,7 +55,10 @@ FILES:${PN} = " \ PACKAGECONFIG[sysfsgpio] = "--enable-sysfsgpio,--disable-sysfsgpio" PACKAGECONFIG[remote-bitbang] = "--enable-remote-bitbang,--disable-remote-bitbang" -PACKAGECONFIG ??= "sysfsgpio remote-bitbang" +PACKAGECONFIG[dmem] = "--enable-dmem" +PACKAGECONFIG[jimtcl] = "--enable-internal-jimtcl" + +PACKAGECONFIG ??= "sysfsgpio remote-bitbang dmem jimtcl" # Can't be built with ccache CCACHE_DISABLE = "1"