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 ae151a7..770683b 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -125,6 +125,9 @@ PACKAGECONFIG_append_pn-u-boot-ti-staging_k3 = " optee" # Enable encryption support in open62541 PACKAGECONFIG_append_pn-open62541 = " encrypt" +# Configure RAMFS for jailhouse linux-demo +JH_RAMFS_IMAGE = "arago-tiny-image" + 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
