Signed-off-by: Manisha Agrawal <[email protected]> --- recipes-core/images/tisdk-rootfs-image.bbappend | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/recipes-core/images/tisdk-rootfs-image.bbappend b/recipes-core/images/tisdk-rootfs-image.bbappend index d4b08cc..7346c0d 100644 --- a/recipes-core/images/tisdk-rootfs-image.bbappend +++ b/recipes-core/images/tisdk-rootfs-image.bbappend @@ -1,4 +1,15 @@ PR_append = ".tisdk4" -IMAGE_INSTALL_append_ti43x = " packagegroup-arago-tisdk-graphics" -IMAGE_INSTALL_append_ti33x = " packagegroup-arago-tisdk-graphics" +IMAGE_INSTALL_append_ti43x = " \ + packagegroup-arago-tisdk-graphics \ + packagegroup-arago-tisdk-hmi \ +" +IMAGE_INSTALL_append_ti33x = " \ + packagegroup-arago-tisdk-graphics \ + packagegroup-arago-tisdk-hmi \ +" + + +IMAGE_INSTALL_append_omap-a15 = " \ + packagegroup-arago-tisdk-hmi \ +" -- 2.13.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
