Hi Denys, In the current recipes, packagegroup-arago-tisdk-multimedia is equivalent to packagegroup-*-gst for keystone. We used packagegroup-arago-tisdk-multimedia to allow additions in the future for keystone, e.g., testing clips. For dsp66 gst plugins, we are planning some demos from file to file, or using Ethernet as the input/output source.
Thanks, Hongmei > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Monday, March 07, 2016 5:44 PM > To: Gou, Hongmei > Cc: Denys Dmytriyenko; [email protected] > Subject: Re: [meta-arago] [PATCH] tisdk-server-extra-rootfs-image: only add > multimedia when alsa is enabled > > Hongmei, > > So, why not include packagegroup-*-gst instead if you only need gstreamer? > What kind of multimedia there is for Keystone? > > -- > Denys > > > On Mon, Mar 07, 2016 at 10:40:43PM +0000, Gou, Hongmei wrote: > > 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 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
