diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2018-07-12 13:19:49 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-12 11:31:13 -0300 |
commit | 0af1f0489f04cbd7788252497f152c0c66b6619d (patch) | |
tree | a84b7ed9962d5cc4742238b14728e749e201e7b8 /recipes-multimedia/imx-codec | |
parent | b37fc4bba94db2bc7368488eeda075cc83c47e10 (diff) | |
download | meta-freescale-0af1f0489f04cbd7788252497f152c0c66b6619d.tar.gz |
imx-codec: fix i.MX8MQ support
- Fix dependency from imx-vpu to virtual/imxvpu
- Since both imx-vpu and imx-vpu-hantro can provide virtual/imxvpu.
- Add missing "--enable-armv8" configuration option
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Diffstat (limited to 'recipes-multimedia/imx-codec')
-rw-r--r-- | recipes-multimedia/imx-codec/imx-codec_4.3.5.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.3.5.bb b/recipes-multimedia/imx-codec/imx-codec_4.3.5.bb index daf5b84d..380a17aa 100644 --- a/recipes-multimedia/imx-codec/imx-codec_4.3.5.bb +++ b/recipes-multimedia/imx-codec/imx-codec_4.3.5.bb | |||
@@ -16,13 +16,14 @@ SRC_URI[sha256sum] = "6bb54f91c3ca18567e14d95d3858022dc9be00dc86e9edfdb544d1240a | |||
16 | 16 | ||
17 | inherit fsl-eula-unpack autotools pkgconfig | 17 | inherit fsl-eula-unpack autotools pkgconfig |
18 | 18 | ||
19 | # Choose between Soft Float-Point and Hard Float-Point | 19 | # Choose between 32-bit and 64-bit binaries and between Soft Float-Point and Hard Float-Point |
20 | EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '', d)}" | 20 | EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'aarch64', '--enable-armv8', \ |
21 | bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '', d), d)}" | ||
21 | 22 | ||
22 | PACKAGECONFIG ?= "" | 23 | PACKAGECONFIG ?= "" |
23 | PACKAGECONFIG_imxvpu = "vpu" | 24 | PACKAGECONFIG_imxvpu = "vpu" |
24 | 25 | ||
25 | PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,imx-vpu" | 26 | PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,virtual/imxvpu" |
26 | 27 | ||
27 | do_install_append() { | 28 | do_install_append() { |
28 | # FIXME: This link points to nowhere | 29 | # FIXME: This link points to nowhere |