Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libgpiod: put gpio utils into an actual separate package | Bartosz Golaszewski | 2019-11-17 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | Currently tools are built conditionally depending on whether the corresponding PACKAGECONFIG option has been set and, although they live in a separate libgpiod-tools package, the user cannot simply select it - he has to additionally extend PACKAGECONFIG. While this makes sense for python and C++ bindings, the tools don't have any dependencies other the libgpiod. Make libgpiod-tools an actual stand-alone package: always build them but install them only if user selected libgpiod-tools. Disable setting tools in default PACKAGECONFIGS Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> s | ||||
* | libgpiod: Enable cxx bindings by default | James Feist | 2019-06-15 | 1 | -3/+0 |
| | | | | | | | | | | If we move the packageconfig settings from the shared inc file into the individual version recipes, we can enable the cxx bindings by default for the newer version of libgpiod. Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | libgpiod: split recipe into .inc and .bb files | Bartosz Golaszewski | 2018-05-01 | 1 | -0/+21 |
The build works the same for v0.x and v1.x series - leave only the hashes in the .bb file and put everything else into .inc. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Armin Kuster <akuster808@gmail.com> |