diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-12-19 12:54:57 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-19 13:58:23 -0800 |
commit | 7f28f5c7a26e99e54c8a764cea34442e19172486 (patch) | |
tree | 3b942187a1bbc5909914f790902bdd542335ce0a /meta-oe/recipes-devtools | |
parent | d603409c327f033a38f35d2d03ad69aefd798514 (diff) | |
download | meta-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.bb | 3 |
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 | ||
55 | PACKAGECONFIG[sysfsgpio] = "--enable-sysfsgpio,--disable-sysfsgpio" | 55 | PACKAGECONFIG[sysfsgpio] = "--enable-sysfsgpio,--disable-sysfsgpio" |
56 | PACKAGECONFIG ??= "sysfsgpio" | 56 | PACKAGECONFIG[remote-bitbang] = "--enable-remote-bitbang,--disable-remote-bitbang" |
57 | PACKAGECONFIG ??= "sysfsgpio remote-bitbang" | ||