[meta-freescale] [PATCH 5/9] gstreamer1.0: Use i.MX fork of GST for customizations

Yuqing Zhu carol.zhu at nxp.com
Mon Dec 25 22:11:03 PST 2017


Switch to use i.MX fork of GST.
All patches are put into the fork.

Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
---
 .../gstreamer/gstreamer1.0_1.12.%.bbappend               | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0_1.12.%.bbappend

diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.12.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0_1.12.%.bbappend
new file mode 100644
index 0000000..f037cdb
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.12.%.bbappend
@@ -0,0 +1,16 @@
+# Use i.MX fork of GST for customizations
+GST1.0_SRC ?= "gitsm://source.codeaurora.org/external/imx/gstreamer.git;protocol=https"
+SRCBRANCH = "imx-1.12.x"
+
+SRC_URI_remove_imx = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz "
+SRC_URI_append_imx = " ${GST1.0_SRC};branch=${SRCBRANCH}"
+SRCREV_imx = "cca1ebf223bd423ed5fc21031014ee1f3ce497a1"
+
+EXTRA_AUTORECONF = ""
+
+DEPENDS += " elfutils"
+
+# Unrecognised options, need to remove them
+EXTRA_OECONF_remove = " --disable-docbook --disable-trace"
+
+S_imx = "${WORKDIR}/git"
-- 
1.9.1



More information about the meta-freescale mailing list