From: Otavio Salvador Date: Fri, 1 Jul 2016 18:40:33 +0000 (-0300) Subject: imx-codec: Refactor code to use the new overrides X-Git-Tag: 2.2~261 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=72bc0ab6bb335ed0ca757ad9a7135fde78cb9c29;p=meta-freescale.git imx-codec: Refactor code to use the new overrides The recipe has been reworked to use the 'imxvpu' feature override. Change-Id: I2caba9278db1c78e1368da6c4f82eb0b738917a2 Signed-off-by: Otavio Salvador --- diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc index 7711661c..2bbb2e39 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"