* add dsp66imgproc for dra7xx to display the video output * add dsp66imgproc-f2f for keystone to save the video output
Signed-off-by: Hongmei Gou <[email protected]> --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb index 73f4b0c..cc60c8e 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to include Matrix v2" LICENSE = "MIT" -PR = "r57" +PR = "r58" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -101,9 +101,14 @@ MATRIX_APPS_append_omap-a15 = " \ matrix-gui-pm-demos-governor \ " +MATRIX_APPS_append_dra7xx += " \ + matrix-multimedia-demo-dsp66imgproc \ +" + MATRIX_APPS_append_keystone = " \ matrix-gui-utility-demos \ matrix-mc-demo-ipc \ + matrix-multimedia-demo-dsp66imgproc-f2f \ " RDEPENDS_${PN} = " \ -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
