[meta-freescale] [FEATURE meta-fsl-arm PATCH 15/15] imx-codec: Refactor code to use the new overrides

Otavio Salvador otavio at ossystems.com.br
Mon Aug 29 10:04:33 PDT 2016


The recipe has been reworked to use the 'imxvpu' feature override.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 recipes-multimedia/imx-codec/imx-codec.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc
index 7711661..2bbb2e3 100644
--- a/recipes-multimedia/imx-codec/imx-codec.inc
+++ b/recipes-multimedia/imx-codec/imx-codec.inc
@@ -16,8 +16,7 @@ SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
 EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '', d)}"
 
 PACKAGECONFIG ?= ""
-PACKAGECONFIG_mx6q = "vpu"
-PACKAGECONFIG_mx6dl = "vpu"
+PACKAGECONFIG_imxvpu = "vpu"
 
 PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,imx-vpu"
 
-- 
2.9.3



More information about the meta-freescale mailing list