From 6c04924df6a57c457ccfdf027da3aa12c2b2c69f Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Wed, 29 Mar 2017 19:19:27 +0900 Subject: Fix version mismatch of gstreamer for R-Car Gen3 The version of gstreamer and its plugins would be 1.6.3 for R-Car Gen3 BSP v2.16. Also for OMX would be 1.2.0. (These are from the versions of poky:krogoth's gstreamer) Because of missing PREFERRED_VERSION, the wrong version of gstreamer(1.8) was built. Bug-AGL: SPEC-471 Change-Id: Ie4bbffa16b549d6f5ea11bfe821eb7db0a9373a9 Signed-off-by: Tadao Tanikawa --- meta-agl-bsp/conf/include/agl_h3ulcb.inc | 1 + meta-agl-bsp/conf/include/agl_m3ulcb.inc | 1 + 2 files changed, 2 insertions(+) (limited to 'meta-agl-bsp') diff --git a/meta-agl-bsp/conf/include/agl_h3ulcb.inc b/meta-agl-bsp/conf/include/agl_h3ulcb.inc index 8ee7048cf..4176438cb 100644 --- a/meta-agl-bsp/conf/include/agl_h3ulcb.inc +++ b/meta-agl-bsp/conf/include/agl_h3ulcb.inc @@ -22,6 +22,7 @@ BBMASK = "meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer" # Add for gstreamer plugins ugly LICENSE_FLAGS_WHITELIST = "commercial" +PREFERRED_VERSION_gstreamer1.0 = "1.6.3" PREFERRED_VERSION_gstreamer1.0-libav = "1.6.3" PREFERRED_VERSION_gstreamer1.0-plugins-base = "1.6.3" PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.6.3" diff --git a/meta-agl-bsp/conf/include/agl_m3ulcb.inc b/meta-agl-bsp/conf/include/agl_m3ulcb.inc index de59df113..eb3a62ad4 100644 --- a/meta-agl-bsp/conf/include/agl_m3ulcb.inc +++ b/meta-agl-bsp/conf/include/agl_m3ulcb.inc @@ -22,6 +22,7 @@ BBMASK = "meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer" # Add for gstreamer plugins ugly LICENSE_FLAGS_WHITELIST = "commercial" +PREFERRED_VERSION_gstreamer1.0 = "1.6.3" PREFERRED_VERSION_gstreamer1.0-libav = "1.6.3" PREFERRED_VERSION_gstreamer1.0-plugins-base = "1.6.3" PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.6.3" -- cgit 1.2.3-korg