summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2019-12-19 12:54:57 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-19 13:58:23 -0800
commit7f28f5c7a26e99e54c8a764cea34442e19172486 (patch)
tree3b942187a1bbc5909914f790902bdd542335ce0a /meta-oe/recipes-devtools
parentd603409c327f033a38f35d2d03ad69aefd798514 (diff)
downloadmeta-openembedded-7f28f5c7a26e99e54c8a764cea34442e19172486.tar.gz
openocd: Enable remote-bitbang build option
Enable the remote-bitbang via PACKAGECONFIG to allow connecting to verilator instances. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/openocd/openocd_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb
index 9ec77fdc4..e95f1cfa5 100644
--- a/meta-oe/recipes-devtools/openocd/openocd_git.bb
+++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb
@@ -53,4 +53,5 @@ FILES_${PN} = " \
53 " 53 "
54 54
55PACKAGECONFIG[sysfsgpio] = "--enable-sysfsgpio,--disable-sysfsgpio" 55PACKAGECONFIG[sysfsgpio] = "--enable-sysfsgpio,--disable-sysfsgpio"
56PACKAGECONFIG ??= "sysfsgpio" 56PACKAGECONFIG[remote-bitbang] = "--enable-remote-bitbang,--disable-remote-bitbang"
57PACKAGECONFIG ??= "sysfsgpio remote-bitbang"