diff options
| -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 9ec77fdc4d..e95f1cfa54 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" | ||
