packagegroup-arago-tisdk-graphics is required for both sgx and non-sgx builds for AM3/4/5/6
Signed-off-by: Eric Ruei <[email protected]> --- recipes-core/images/tisdk-rootfs-image.bbappend | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes-core/images/tisdk-rootfs-image.bbappend b/recipes-core/images/tisdk-rootfs-image.bbappend index 6f6c3bc..180bb0c 100644 --- a/recipes-core/images/tisdk-rootfs-image.bbappend +++ b/recipes-core/images/tisdk-rootfs-image.bbappend @@ -1,4 +1,4 @@ -PR_append = ".tisdk6" +PR_append = ".tisdk7" # Disable ros-world until it can be fixed # packagegroup-ros-world @@ -17,6 +17,12 @@ IMAGE_INSTALL_append_ti33x = " \ # packagegroup-ros-world IMAGE_INSTALL_append_omap-a15 = " \ + packagegroup-arago-tisdk-graphics \ packagegroup-arago-tisdk-hmi \ packagegroup-ros-ti \ " + +# packagegroup-ros-world +IMAGE_INSTALL_append_k3 = " \ + packagegroup-arago-tisdk-graphics \ +" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
