From: Otavio Salvador Date: Fri, 1 Jul 2016 18:40:11 +0000 (-0300) Subject: gstreamer1.0-plugins-imx: Refactor code to use the new overrides X-Git-Tag: 2.2~262 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8ea231a7984793882062a233dfe2d7d6611601c0;p=meta-freescale.git 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 --- 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 eb609bb0..3ac54f27 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 = " \ bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ '', d),d)}" -PACKAGECONFIG ?= "" -PACKAGECONFIG_mx6q = "uniaudiodec mp3encoder v4l2src g2d eglvivsink ipu vpu" -PACKAGECONFIG_mx6dl = "uniaudiodec mp3encoder v4l2src pxp g2d eglvivsink ipu vpu" -PACKAGECONFIG_mx6sx = "uniaudiodec mp3encoder v4l2src pxp g2d eglvivsink" -PACKAGECONFIG_mx6sl = "uniaudiodec mp3encoder v4l2src pxp g2d" -PACKAGECONFIG_mx7 = "uniaudiodec mp3encoder v4l2src pxp" +PACKAGECONFIG ?= "uniaudiodec mp3encoder v4l2src" +PACKAGECONFIG_append_imxgpu3d = " eglvivsink" +PACKAGECONFIG_append_imxgpu2d = " g2d" +PACKAGECONFIG_append_imxipu = " ipu" +PACKAGECONFIG_append_imxvpu = " vpu" +PACKAGECONFIG_append_imxpxp = " pxp" PACKAGECONFIG[g2d] = ",--disable-g2d,imx-gpu-viv" PACKAGECONFIG[pxp] = ",--disable-pxp,"