From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index d07d590..1de2abd 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -126,11 +126,14 @@ PACKAGECONFIG_append_pn-u-boot-ti-staging_k3 = " optee" PACKAGECONFIG_append_pn-open62541 = " encrypt" # Enable netperf intervals/pacing and histogram -PACKAGECONFIG_append_pn-netperf = "intervals histogram" +PACKAGECONFIG_append_pn-netperf = " intervals histogram" # Use OpenGL ES2 for SDL2 PACKAGECONFIG_GL_pn-libsdl2 = "gles2" +# Enable cryptodev/devcrypto engine in OpenSSL 1.1 +PACKAGECONFIG_append_pn-openssl = " cryptodev-linux" + # Configure RAMFS for jailhouse linux-demo JH_RAMFS_IMAGE = "arago-tiny-image" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
