distro: add cryptodev support.

BugzID: 75340

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2021-10-22 15:44:15 +02:00
parent fa2957f59a
commit ab5d795f00
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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 \