mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 10:33:09 +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] = "--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