From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>,
"Cooper Jr., Franklin" <fcooper@ti.com>
Subject: Re: [PATCH 0/5] GStreamer multimedia framework and plugins recipes
Date: Wed, 30 Oct 2013 18:57:28 -0400 [thread overview]
Message-ID: <20131030225728.GA24696@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED101597DC30B@DLEE11.ent.ti.com>
Mrinmayee,
Myself, Franklin and Chase have asked you to estimate the amount and size of
the patches that you have in your gstreamer trees. And you still have not
answered that.
The reason we are asking this simple question is because the changes you are
making to the recipes will affect others and cannot be accepted as is. You
would need to use machine override VAR_omap-a15 instead of COMPATIBLE_MACHINE
and depending on the amount and size of the patches, you either simply apply
them just for your machine, or change the SRC_URI completely for your machine.
Either way, I would like to encourage you to participate in the discussion and
not just disappear. Thank you.
--
Denys
On Fri, Oct 25, 2013 at 12:08:48PM -0400, Maupin, Chase wrote:
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> >Sent: Friday, October 25, 2013 10:27 AM
> >To: Dmytriyenko, Denys; Hingolikar, Mrinmayee
> >Cc: meta-arago@arago-project.org
> >Subject: Re: [meta-arago] [PATCH 0/5] GStreamer multimedia
> >framework and plugins recipes
> >
> >All of your appends are currently blocking all of the gstreamer
> >plugins for all machines other than omap-a15. There is no way to
> >only apply a bbappend for a specific machine and have all other
> >machines ignore the bbappend.
> >
> >Depending on your patch set on top of the standard gstreamer
> >sources it probably would be better to break out the patches from
> >your git repo and add it to the SRC_URI for only the omap machine.
>
> This may be preferred just to help keep from getting locked to particular
> gstreamer version and make clear the changeds on top. But number of patches
> is something that would weigh in here.
>
> >
> >Another approach would be to create a "new "recipe called omap-
> ><base recipe name> that "requires/includes" the base gstreamer
> >recipe and then you can override whatever you want. Take a look at
> >the qt4-embedded-gles_4.8.4.bb recipe.
> >http://arago-project.org/git/?p=meta-arago.git;a=blob;f=meta-
> >arago-extras/recipes-qt/qt4/qt4-embedded-gles_4.8.4.bb
> >
> >Or
> >Create new recipes with some unique identifier to indicate this
> >isn't the standard gstreamer.
>
> If not patches one of the above seems right.
>
> >
> >Others may have other approaches that they recommend.
> >
> >> -----Original Message-----
> >> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >> bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> >> Sent: Friday, October 25, 2013 5:35 AM
> >> To: Hingolikar, Mrinmayee
> >> Cc: meta-arago@arago-project.org
> >> Subject: Re: [meta-arago] [PATCH 0/5] GStreamer multimedia
> >framework and
> >> plugins recipes
> >>
> >> On Fri, Oct 25, 2013 at 03:03:35PM +0530, Mrinmayee Hingolikar
> >wrote:
> >> > This patch-set adds GStreamer framework and its plugins:
> >> > base, good, bad and ugly.
> >> >
> >> > The development trees for all of these components are
> >mainitained at
> >> > git.ti.com and they are based on top of the Freedesktop
> >releases.
> >>
> >> Why? How large is the patchset on top of upstream?
> >>
> >>
> >> > Mrinmayee Hingolikar (5):
> >> > multimedia: Add GStreamer multimedia framework.
> >> > multimedia: GStreamer base plugins
> >> > multimedia: GStreamer good plugins
> >> > multimedia: GStreamer bad plugins
> >> > multimedia: GStreamer ugly plugins.
> >> >
> >> > .../gstreamer/gst-plugins-bad_0.10.23.bbappend | 25
> >> ++++++++++++++++++++
> >> > .../gstreamer/gst-plugins-base_0.10.36.bbappend | 22
> >> +++++++++++++++++
> >> > .../gstreamer/gst-plugins-good_0.10.31.bbappend | 20
> >> ++++++++++++++++
> >> > .../gstreamer/gst-plugins-ugly_0.10.18.bb | 23
> >++++++++++++++++++
> >> > .../gstreamer/gstreamer_0.10.36.bbappend | 16
> >+++++++++++++
> >> > 5 files changed, 106 insertions(+)
> >> > create mode 100644
> >> > meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-
> >bad_0.10.23
> >> > .bbappend create mode 100644
> >> > meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-
> >base_0.10.3
> >> > 6.bbappend create mode 100644
> >> > meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-
> >good_0.10.3
> >> > 1.bbappend create mode 100644
> >> > meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-
> >ugly_0.10.1
> >> > 8.bb create mode 100644
> >> > meta-arago-extras/recipes-
> >multimedia/gstreamer/gstreamer_0.10.36.bbapp
> >> > end
> >> >
> >> > --
> >> > 1.7.9.5
> >> >
> >> > _______________________________________________
> >> > 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
> >_______________________________________________
> >meta-arago mailing list
> >meta-arago@arago-project.org
> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2013-10-30 22:57 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-25 9:33 [PATCH 0/5] GStreamer multimedia framework and plugins recipes Mrinmayee Hingolikar
2013-10-25 10:34 ` Denys Dmytriyenko
2013-10-25 15:26 ` Cooper Jr., Franklin
2013-10-25 16:08 ` Maupin, Chase
2013-10-30 22:57 ` Denys Dmytriyenko [this message]
2013-11-11 6:15 ` Hingolikar, Mrinmayee
2013-11-11 14:35 ` Maupin, Chase
2013-11-11 19:25 ` Denys Dmytriyenko
2013-11-14 6:00 ` Siddharth Heroor
2013-11-14 6:07 ` Siddharth Heroor
2013-11-14 7:07 ` Denys Dmytriyenko
2013-11-14 14:14 ` Maupin, Chase
2013-11-15 3:55 ` Siddharth Heroor
2013-11-15 7:43 ` Denys Dmytriyenko
2013-11-21 4:46 ` Denys Dmytriyenko
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=20131030225728.GA24696@edge \
--to=denys@ti.com \
--cc=chase.maupin@ti.com \
--cc=fcooper@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.