Signed-off-by: Jacob Stiffler <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index dcab870..2ad9f01 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -123,6 +123,9 @@ PACKAGECONFIG_pn-glmark2 = "drm-gles2 wayland-gles2" # Enable U-boot OPTEE config for K3 PACKAGECONFIG_append_pn-u-boot-ti-staging_k3 = " optee" +# Enable encryption support in open62541 +PACKAGECONFIG_append_pn-open62541 = " encrypt" + EXTRA_IMAGEDEPENDS_append_k3 += " u-boot-k3-r5 ti-sci-fw" # Enable UI and scripting for perf -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
