All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Gou, Hongmei" <h-gou@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH] tisdk-server-extra-rootfs-image: only add multimedia when alsa is enabled
Date: Mon, 7 Mar 2016 19:57:02 -0500	[thread overview]
Message-ID: <20160308005702.GL14393@edge> (raw)
In-Reply-To: <2E957F12D11D904590FA9AF86D366BD926B90C50@DLEE08.ent.ti.com>

So, dsp66 gst plugins would go into gst packagegroup anyway. As of demos and 
clips, sure multimedia packagegroup does make sense. But usually you update 
packagegroup at the end, not in the beginning. That's why right now, when I 
looked at it, it didn't make sense to include multimedia packagegroup for all 
keystones. Ok, I will not change it, but only under the assumption that you 
will be submitting mentioned updates in the near future. Thanks.

-- 
Denys


On Mon, Mar 07, 2016 at 06:41:07PM -0500, Gou, Hongmei wrote:
> 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; meta-arago@arago-project.org
> > 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: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > > > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > > > Sent: Monday, March 07, 2016 4:19 PM
> > > > To: meta-arago@arago-project.org
> > > > Subject: [meta-arago] [PATCH] tisdk-server-extra-rootfs-image: only add
> > > > multimedia when alsa is enabled
> > > >
> > > > From: Denys Dmytriyenko <denys@ti.com>
> > > >
> > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > > ---
> > > >  .../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
> > > > meta-arago@arago-project.org
> > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


      reply	other threads:[~2016-03-08  0:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-07 21:18 [PATCH] tisdk-server-extra-rootfs-image: only add multimedia when alsa is enabled Denys Dmytriyenko
2016-03-07 22:40 ` Gou, Hongmei
2016-03-07 22:44   ` Denys Dmytriyenko
2016-03-07 23:41     ` Gou, Hongmei
2016-03-08  0:57       ` Denys Dmytriyenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160308005702.GL14393@edge \
    --to=denys@ti.com \
    --cc=h-gou@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.