summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* Move lonely libcereal from meta to meta-oeFritjof Jonsson2018-08-151-16/+0
| | | | | | Change-Id: I2462274575e121466b5afc4cda006215e32fd34b Signed-off-by: Fritjof Jonsson <fritjofj@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add recipe for cereal, a header-only C++11 serialization library.Fritjof Jonsson2018-06-271-0/+16
| | | | | | Change-Id: Ia9e454b0b1caf16dd11ac371bda213375955f543 Signed-off-by: Fritjof Jonsson <fritjofj@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes-support: Move libgpiod to meta-oe directoryMarek Belisko2017-06-051-30/+0
| | | | | | | | Previously it was placed in meta directory which is wrong. Move to meta-oe. Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgpiod: add new recipeMarek Belisko2017-05-231-0/+30
libgpiod - C library and tools for interacting with the linux GPIO character device Since linux 4.8 the GPIO sysfs interface is deprecated. User space should use the character device instead. This library encapsulates the ioctl calls and data structures behind a straightforward API. Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>