netmodule-distro: Add python bindings for libgpiod
libgpiod simplify access to gpios from ublox-config script. Usage: Power off and on ublox modem BugzID: 57325
This commit is contained in:
parent
285d8e97dc
commit
30d78a2958
|
|
@ -90,6 +90,7 @@ PREFERRED_VERSION_nodejs = "6.9.1"
|
||||||
PREFERRED_VERSION_nodejs-native = "6.9.1"
|
PREFERRED_VERSION_nodejs-native = "6.9.1"
|
||||||
|
|
||||||
PACKAGECONFIG_append_pn-nodejs = "openssl"
|
PACKAGECONFIG_append_pn-nodejs = "openssl"
|
||||||
|
PACKAGECONFIG_append_pn-libgpiod = " python3"
|
||||||
|
|
||||||
# Should not be here but is required when parsing recipes with meta-updater layer
|
# Should not be here but is required when parsing recipes with meta-updater layer
|
||||||
OSTREE_INITRAMFS_FSTYPES = "ext4.gz.u-boot"
|
OSTREE_INITRAMFS_FSTYPES = "ext4.gz.u-boot"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue