diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-01 15:40:33 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-08 11:24:25 -0300 |
| commit | 72bc0ab6bb335ed0ca757ad9a7135fde78cb9c29 (patch) | |
| tree | d04d918238b201de2a03061875a941713852f652 | |
| parent | 8ea231a7984793882062a233dfe2d7d6611601c0 (diff) | |
| download | meta-freescale-72bc0ab6bb335ed0ca757ad9a7135fde78cb9c29.tar.gz | |
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 <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-multimedia/imx-codec/imx-codec.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc index 7711661cb..2bbb2e396 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" | |||
| 16 | EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '', d)}" | 16 | EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '', d)}" |
| 17 | 17 | ||
| 18 | PACKAGECONFIG ?= "" | 18 | PACKAGECONFIG ?= "" |
| 19 | PACKAGECONFIG_mx6q = "vpu" | 19 | PACKAGECONFIG_imxvpu = "vpu" |
| 20 | PACKAGECONFIG_mx6dl = "vpu" | ||
| 21 | 20 | ||
| 22 | PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,imx-vpu" | 21 | PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,imx-vpu" |
| 23 | 22 | ||
