diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-08-27 18:42:22 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-08-31 05:30:56 +0000 |
commit | d708e30e4b41ed8a80fac7eea1bd924c2a1645cf (patch) | |
tree | c52af09348b00416886f1f3ea5d87e2880015e08 /meta-ivi-common/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.0.0.bb | |
parent | 56eb51bfe05a1dd7c3c49cb7465ed83b0a072c78 (diff) |
Copy metadata for GStreamer1.0 from Yocto GENIVI Baseline
There are 2 type of metadata for GStreamer when building
GDP/GENIVI baseline, meta-ivi (7.0).
One is metadata in meta-ivi which is to install ver.1.2.3 ,
the other is in poky/meta is to install ver.1.4.1.
By default, GENIVI baseline preferred 1.4.x by macro
PREFERRED_VERSION_ in poky-ivi-systemd.conf.
As a result, for QEMU, GStreamer1.0_1.4.x is used and it works.
On the other hand, Renesas BSP (proprietary multimedia packages)
requires GStreamer1.0_1.2.x and it override PREFERRED_VERSION_
then select to use 1.2.x instead of 1.4.x.
From the above, AGL Distro also need metadata for GStreamer1.0_1.2.x
to run software on R-Car Gen2 Porter board.
This is the first step to support GStreamer in AGL Distro.
All files in this patch are from:
URL: git://git.yoctoproject.org/meta-ivi
commit: 0d780d0cfd38694ae5e6f0198adcb72684b01acc
NOTE: This patch is not completed alone and some error will be
got when building with meta-renesas. Please wait a subsequent patches.
Change-Id: I8ce1ec2b1593fc59780495459afc8c642e2d80d6
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'meta-ivi-common/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.0.0.bb')
-rw-r--r-- | meta-ivi-common/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.0.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.0.0.bb b/meta-ivi-common/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.0.0.bb new file mode 100644 index 000000000..0903f1295 --- /dev/null +++ b/meta-ivi-common/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.0.0.bb @@ -0,0 +1,13 @@ +DEFAULT_PREFERENCE = "-1" + +include recipes-multimedia/gstreamer/gstreamer1.0-omx.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ + file://omx/gstomx.h;beginline=1;endline=21;md5=5c8e1fca32704488e76d2ba9ddfa935f" + +SRC_URI = "http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-${PV}.tar.xz" + +SRC_URI[md5sum] = "bb34b5742223267298bcffc209104a92" +SRC_URI[sha256sum] = "7a1d8d28d70dacc6bd3c7ee7d7e40df6d5a1d38d7c256d5c9c5c8ef15c005014" + +S = "${WORKDIR}/gst-omx-${PV}" |