mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
d603409c32
commit
7f28f5c7a2
@ -53,4 +53,5 @@ FILES_${PN} = " \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[sysfsgpio] = "--enable-sysfsgpio,--disable-sysfsgpio"
|
||||
PACKAGECONFIG ??= "sysfsgpio"
|
||||
PACKAGECONFIG[remote-bitbang] = "--enable-remote-bitbang,--disable-remote-bitbang"
|
||||
PACKAGECONFIG ??= "sysfsgpio remote-bitbang"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user