From: Denys Dmytriyenko <denys@ti.com>
To: Chase Maupin <Chase.Maupin@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 03/19] gst-plugins-bad: Append with TI version of plugins
Date: Mon, 19 May 2014 15:31:08 -0400 [thread overview]
Message-ID: <20140519193107.GF21819@edge> (raw)
In-Reply-To: <1400527207-17021-4-git-send-email-Chase.Maupin@ti.com>
On Mon, May 19, 2014 at 02:19:51PM -0500, Chase Maupin wrote:
> From: Mrinmayee Hingolikar <mrinmayee@ti.com>
>
> * Migrated the bbappend from meta-arago-glsdk and preserved
> authorship for Mrinmayee
> * This append pulls the plugin sources from the git.ti.com/glsdk
> repository which has modifications for using gstreamer with TI
> devices.
> * Cleaned up the following for upstreaming:
> * Restructured the recipe code to flow better
> * Removed libdri2 dependencies since this was for X11 support
> which was not ported.
> * Removed LICENSE settings since these were over-riding the
> base recipe LICENSE values.
> * Removed unneeded FILESEXTRAPATHS setting
> * Make machines specific due to changed SRC_URI
>
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> ---
> .../gstreamer/gst-plugins-bad_0.10.23.bbappend | 22 ++++++++++++++++++++
> 1 file changed, 22 insertions(+)
> create mode 100644 meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
>
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
> new file mode 100644
> index 0000000..74cc9ce
> --- /dev/null
> +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
> @@ -0,0 +1,22 @@
> +DEPENDS_append_omap-a15 = " omap5-sgx-ddk-um-linux libdce libdrm wayland "
> +
> +# Make MACHINE specific since we pull different sources per MACHINE
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +PR_append = "-arago1"
> +
> +SRCREV = "f2df6f3b684f39500e22115b160191cef6d7dbaf"
How will this work with the same SRCREV in different repositories?
> +SRC_URI_omap-a15 = "git://git.ti.com/glsdk/gst-plugins-bad0-10.git;protocol=git"
> +
> +S_omap-a15 = "${WORKDIR}/git"
> +
> +EXTRA_OECONF += " --disable-pvr"
> +
> +do_configure_prepend_omap-a15() {
> + git submodule init && git submodule update
> + autopoint -f
> +}
> +
> +FILES_${PN} += "\
> + ${libdir}/*.so \
> + ${libdir}/gstreamer-0.10/*"
> --
> 1.7.9.5
>
> _______________________________________________
> 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:[~2014-05-19 19:31 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-19 19:19 [PATCH 00/19] Add GLSDK accelerated MM and GFX support Chase Maupin
2014-05-19 19:19 ` [PATCH 01/19] libdce: Add libdce version 2.0 support from glsdk Chase Maupin
2014-05-19 19:19 ` [PATCH 02/19] gstreamer: Add append to use TI version Chase Maupin
2014-05-19 19:19 ` [PATCH 03/19] gst-plugins-bad: Append with TI version of plugins Chase Maupin
2014-05-19 19:31 ` Denys Dmytriyenko [this message]
2014-05-19 20:14 ` Maupin, Chase
2014-05-19 19:19 ` [PATCH 04/19] gst-plugins-good: Add TI version of gst-plugins-good Chase Maupin
2014-05-19 19:19 ` [PATCH 05/19] gst-plugins-base: Add TI version with bbappend Chase Maupin
2014-05-30 13:06 ` Cooper Jr., Franklin
2014-05-30 14:00 ` Denys Dmytriyenko
2014-06-02 13:11 ` Cooper Jr., Franklin
2014-05-19 19:19 ` [PATCH 06/19] gst-plugins-ducati: Add GStreamer elements that use ducati Chase Maupin
2014-05-19 19:19 ` [PATCH 07/19] gst-plugins-vpe: Add TI VPE GStreamer plugins Chase Maupin
2014-05-19 19:19 ` [PATCH 08/19] ipc-test-fw: Update to not conflict with ipumm-fw Chase Maupin
2014-05-19 19:19 ` [PATCH 09/19] bvtest: Add bltsville test application Chase Maupin
2014-05-19 19:19 ` [PATCH 10/19] omapdrmtest: Test application for OMAP DRM interface Chase Maupin
2014-05-19 19:19 ` [PATCH 11/19] libgbm: Add TI specific version of libgbm Chase Maupin
2014-05-19 19:20 ` [PATCH 12/19] kmscube: Add kmscube demo application Chase Maupin
2014-05-19 19:20 ` [PATCH 13/19] packagegroup-arago-base-tiskd: Add base nfs-utils Chase Maupin
2014-05-19 19:29 ` Denys Dmytriyenko
2014-05-19 20:11 ` Maupin, Chase
2014-05-19 20:28 ` Carlos Hernandez
2014-05-20 10:03 ` Balasubramanian, Aparna
2014-05-20 14:57 ` Maupin, Chase
2014-05-21 13:58 ` Denys Dmytriyenko
2014-05-21 14:02 ` Balasubramanian, Aparna
2014-05-21 14:03 ` Maupin, Chase
2014-05-19 19:20 ` [PATCH 14/19] packagegroup-arago-gst: Add accelerated MM packages Chase Maupin
2014-05-19 19:20 ` [PATCH 15/19] packagegroup-arago-tisdk-graphics: Add SGX and BLTsville packages Chase Maupin
2014-05-19 19:20 ` [PATCH 16/19] packagegroup-arago-tisdk-addons: Add libdrm components Chase Maupin
2014-05-19 19:20 ` [PATCH 17/19] packagegroup-arago-tisdk-multimedia: Add accelerator firmwares Chase Maupin
2014-05-19 19:20 ` [PATCH 18/19] packagegroup-arago-test: Add drm and bltsville tests Chase Maupin
2014-05-19 19:20 ` [PATCH 19/19] arago-prefs: Use omap5-sgx package for libgles dependencies Chase Maupin
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=20140519193107.GF21819@edge \
--to=denys@ti.com \
--cc=Chase.Maupin@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.