packagegroup-dey-core: add libgpiod
Add support for handling the GPIOs through char device and the kernel API. https://jira.digi.com/browse/DEL-6426 https://jira.digi.com/browse/DEL-6423 Signed-off-by: Hector Bujanda <hector.bujanda@digi.com>
This commit is contained in:
parent
acf9d41388
commit
baa4a6f57e
|
|
@ -39,6 +39,7 @@ RDEPENDS_${PN} = "\
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "${VIRTUAL-RUNTIME_touchscreen}", "",d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "${VIRTUAL-RUNTIME_touchscreen}", "",d)} \
|
||||||
init-ifupdown \
|
init-ifupdown \
|
||||||
libdigiapix \
|
libdigiapix \
|
||||||
|
libgpiod \
|
||||||
modutils-initscripts \
|
modutils-initscripts \
|
||||||
netbase \
|
netbase \
|
||||||
networkmanager \
|
networkmanager \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue