distro: add cryptodev support.
BugzID: 75340 Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
fa2957f59a
commit
ab5d795f00
|
|
@ -39,6 +39,7 @@ PACKAGECONFIG_remove_pn-curl = "gnutls"
|
||||||
PACKAGECONFIG_append_pn-libgpiod = " python3"
|
PACKAGECONFIG_append_pn-libgpiod = " python3"
|
||||||
PACKAGECONFIG_append_pn-networkmanager = " modemmanager"
|
PACKAGECONFIG_append_pn-networkmanager = " modemmanager"
|
||||||
PACKAGECONFIG_pn-gpsd = ""
|
PACKAGECONFIG_pn-gpsd = ""
|
||||||
|
PACKAGECONFIG_append_pn-openssl = " cryptodev-linux"
|
||||||
|
|
||||||
# These rules may make gpsd start automatically when detecting a
|
# These rules may make gpsd start automatically when detecting a
|
||||||
# receiver. We don't want that since gpsd is started by gnss-mgr
|
# receiver. We don't want that since gpsd is started by gnss-mgr
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ BENCH_TOOLS = " \
|
||||||
benchmarking-cpu \
|
benchmarking-cpu \
|
||||||
stress-ng \
|
stress-ng \
|
||||||
rt-tests \
|
rt-tests \
|
||||||
|
cryptodev-tests \
|
||||||
"
|
"
|
||||||
GPS_TOOLS = " \
|
GPS_TOOLS = " \
|
||||||
ser2net \
|
ser2net \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue