On Tue, Aug 04, 2015 at 02:24:07PM -0400, Jacob Stiffler wrote: > > > On 8/4/2015 1:45 PM, Denys Dmytriyenko wrote: > >On Tue, Aug 04, 2015 at 01:27:01PM -0400, Jacob Stiffler wrote: > >>* Add if "mmip" is a feature > >>* Remove old mpeg4 demos > >What's wrong with the old mpeg4 demos? Can those be used when mmip is not > >set? > >Are those HW accelerated? > > I suppose there's nothing wrong with them. Should I add them if mmip > is not a feature? Or keep them whether or not mmip is a feature?
So, if I understand correctly, you are replacing old non-accelerated demos with the HW accelerated ones. If they can co-exist, lets keep them all, unless you have any OOB objections. Thanks. > >>Signed-off-by: Jacob Stiffler <[email protected]> > >>--- > >> .../recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb | 8 > >> ++++---- > >> 1 file changed, 4 insertions(+), 4 deletions(-) > >> > >>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 6c4b817..277fca9 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 = "r40" > >>+PR = "r41" > >> inherit packagegroup > >>@@ -89,9 +89,9 @@ MATRIX_APPS_append_ti43x = " \ > >> MATRIX_APPS_append_omap-a15 = " \ > >> matrix-multimedia-demo-aac \ > >>- matrix-multimedia-demo-h264dec \ > >>- matrix-multimedia-demo-mpeg4aacdec \ > >>- matrix-multimedia-demo-mpeg4dec \ > >>+ > >>${@base_contains('MACHINE_FEATURES','mmip','matrix-multimedia-demo-ivahdh264dec','matrix-multimedia-demo-h264dec',d)} > >> \ > >>+ > >>${@base_contains('MACHINE_FEATURES','mmip','matrix-multimedia-demo-ivahdh264enc','',d)} > >> \ > >>+ > >>${@base_contains('MACHINE_FEATURES','mmip','matrix-multimedia-demo-vip-vpe-ivahdmpeg4encdec','',d)} > >> \ > >> matrix-gui-generic-pm \ > >> matrix-gui-clocks \ > >> matrix-gui-pm-demos-governor \ > >>-- > >>1.9.1 > >> > >>_______________________________________________ > >>meta-arago mailing list > >>[email protected] > >>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
