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. 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. Others may have other approaches that they recommend. > -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Dmytriyenko, Denys > Sent: Friday, October 25, 2013 5:35 AM > To: Hingolikar, Mrinmayee > Cc: [email protected] > 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 > > [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
