From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5CE49E00F74; Mon, 29 Aug 2016 10:07:15 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.216.182 listed in list.dnswl.org] Received: from mail-qt0-f182.google.com (mail-qt0-f182.google.com [209.85.216.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B3EEEE00F79 for ; Mon, 29 Aug 2016 10:06:53 -0700 (PDT) Received: by mail-qt0-f182.google.com with SMTP id 52so71516835qtq.3 for ; Mon, 29 Aug 2016 10:06:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:organization; bh=qsjUuBZRRMDJDZ6EUxqU82rc99s2oTRwhua62B5q5Lc=; b=Xk/dua9Fe/snFm9fuW/dm3IjXCLqIzWt8+xjWl5grtTzsw1YO6DCoWHBXJzrw4TmKv plJJg79q+ArZb3Pwb9uwEHZamoxdK/1xj+qWRaepM6/YZllp+B3Rni30WUMGCdRKZZg6 TONgdqO3499yPaafXv46JRER1k0RSAOZtammcxRDlN+het3JfMLdX5fE+zo8xAoppKPM 5ow8V1pTRtkXY5c8+l9Cn2onifkmlzOCNMpHFiFCUkPX8zm1MwcmPe9+bEq1E2Lt/M8C 1OFkb+WPqV4GY3UEnlelEC4WZs7WCsDR6uPB7ukx9+htxHyFp3fZRRd5EVjws4ANS1wN HAKQ== X-Gm-Message-State: AE9vXwNUQpkw40oMQbva1QkDNXLhzIiWgf7GHb68Qj7RyfKO7vqPsLO6A0vQ2RY1VXHX5g== X-Received: by 10.200.57.133 with SMTP id v5mr20459005qte.108.1472490413320; Mon, 29 Aug 2016 10:06:53 -0700 (PDT) Received: from localhost ([177.100.224.8]) by smtp.gmail.com with ESMTPSA id 55sm19072565qtm.36.2016.08.29.10.06.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Aug 2016 10:06:52 -0700 (PDT) Received: by localhost (sSMTP sendmail emulation); Mon, 29 Aug 2016 14:06:45 -0300 From: Otavio Salvador To: meta-freescale Mailing List Date: Mon, 29 Aug 2016 14:04:32 -0300 Message-Id: <20160829170433.11363-15-otavio@ossystems.com.br> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160829170433.11363-1-otavio@ossystems.com.br> References: <20160829170433.11363-1-otavio@ossystems.com.br> Organization: O.S. Systems Software LTDA. Cc: Otavio Salvador , prabhu.sundararaj@nxp.com, white.weng@nxp.com Subject: [FEATURE meta-fsl-arm PATCH 14/15] gstreamer1.0-plugins-imx: Refactor code to use the new overrides X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 17:07:15 -0000 The recipe has been reworked to use the 'imxpxp', 'imxipu', 'imxvpu' and 'imxgpu2d' feature overrides. Signed-off-by: Otavio Salvador --- .../gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb | 11 +++++------ 1 file changed, 5 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..e7aeff8 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,11 @@ 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_imxgpu2d = " g2d eglvivsink" +PACKAGECONFIG_append_imxipu = " ipu" +PACKAGECONFIG_append_imxvpu = " vpu" +PACKAGECONFIG_append_imxpxp = " pxp" PACKAGECONFIG[g2d] = ",--disable-g2d,imx-gpu-viv" PACKAGECONFIG[pxp] = ",--disable-pxp," -- 2.9.3