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-networkmanager = " modemmanager"
|
||||
PACKAGECONFIG_pn-gpsd = ""
|
||||
PACKAGECONFIG_append_pn-openssl = " cryptodev-linux"
|
||||
|
||||
# These rules may make gpsd start automatically when detecting a
|
||||
# receiver. We don't want that since gpsd is started by gnss-mgr
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ BENCH_TOOLS = " \
|
|||
benchmarking-cpu \
|
||||
stress-ng \
|
||||
rt-tests \
|
||||
cryptodev-tests \
|
||||
"
|
||||
GPS_TOOLS = " \
|
||||
ser2net \
|
||||
|
|
|
|||
Loading…
Reference in New Issue