Hi Denys, Multimedia/gstreamer packagegroup is needed for all K2 platforms due to the reasons below:
1. OpenCV is intended for all K2 platforms, which has dependency on gstreamer 2. The dsp66 GST plugin (a new feature in the coming Processor SDK 2.0.2 release) is intended for all K2 platforms, which needs gstreamer also Thanks, Hongmei > -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Denys Dmytriyenko > Sent: Monday, March 07, 2016 4:19 PM > To: [email protected] > Subject: [meta-arago] [PATCH] tisdk-server-extra-rootfs-image: only add > multimedia when alsa is enabled > > From: Denys Dmytriyenko <[email protected]> > > Signed-off-by: Denys Dmytriyenko <[email protected]> > --- > .../recipes-core/images/tisdk-server-extra-rootfs-image.bb | 2 > +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-distro/recipes-core/images/tisdk-server-extra-rootfs- > image.bb b/meta-arago-distro/recipes-core/images/tisdk-server-extra- > rootfs-image.bb > index 432f421..51237cb 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-server-extra-rootfs- > image.bb > +++ b/meta-arago-distro/recipes-core/images/tisdk-server-extra-rootfs- > image.bb > @@ -3,7 +3,7 @@ require recipes-core/images/tisdk-server-rootfs-image.bb > IMAGE_INSTALL += "\ > packagegroup-arago-test-addons \ > packagegroup-arago-tisdk-addons-extra \ > - packagegroup-arago-tisdk-multimedia \ > + ${@base_contains('MACHINE_FEATURES', 'alsa', 'packagegroup-arago- > tisdk-multimedia', '',d)} \ > " > > export IMAGE_BASENAME = "tisdk-server-extra-rootfs-image" > -- > 2.2.0 > > _______________________________________________ > 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
