mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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:
committed by
Khem Raj
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user