summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-07-01 15:40:11 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-09-08 11:00:43 -0300
commit3a2323f2ef9370517282b14f0022d5496705db8a (patch)
treede6a1420e6549be82bee7f517e9eb521c4c0287f
parent8c0bae054b142a1b78cc207874fd711a6fe0b27d (diff)
downloadmeta-fsl-arm-3a2323f2ef9370517282b14f0022d5496705db8a.tar.gz
gstreamer1.0-plugins-imx: Refactor code to use the new overrides
The recipe has been reworked to use the 'imxpxp', 'imxipu', 'imxvpu', 'imxgpu2d' and 'imxgpu3d' feature overrides. Change-Id: Ia4730f94d619d37265bd7234b8447bf29286ee70 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb
index eb609bb..3ac54f2 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb
@@ -40,12 +40,12 @@ EGLVIVSINK_DEPENDS = " \
40 bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ 40 bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \
41 '', d),d)}" 41 '', d),d)}"
42 42
43PACKAGECONFIG ?= "" 43PACKAGECONFIG ?= "uniaudiodec mp3encoder v4l2src"
44PACKAGECONFIG_mx6q = "uniaudiodec mp3encoder v4l2src g2d eglvivsink ipu vpu" 44PACKAGECONFIG_append_imxgpu3d = " eglvivsink"
45PACKAGECONFIG_mx6dl = "uniaudiodec mp3encoder v4l2src pxp g2d eglvivsink ipu vpu" 45PACKAGECONFIG_append_imxgpu2d = " g2d"
46PACKAGECONFIG_mx6sx = "uniaudiodec mp3encoder v4l2src pxp g2d eglvivsink" 46PACKAGECONFIG_append_imxipu = " ipu"
47PACKAGECONFIG_mx6sl = "uniaudiodec mp3encoder v4l2src pxp g2d" 47PACKAGECONFIG_append_imxvpu = " vpu"
48PACKAGECONFIG_mx7 = "uniaudiodec mp3encoder v4l2src pxp" 48PACKAGECONFIG_append_imxpxp = " pxp"
49 49
50PACKAGECONFIG[g2d] = ",--disable-g2d,imx-gpu-viv" 50PACKAGECONFIG[g2d] = ",--disable-g2d,imx-gpu-viv"
51PACKAGECONFIG[pxp] = ",--disable-pxp," 51PACKAGECONFIG[pxp] = ",--disable-pxp,"