diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2018-07-12 15:37:58 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-12 11:31:15 -0300 |
commit | 39716e545c2431a93b1f3f0c102604a5ee96660a (patch) | |
tree | dee5b99389ffb125eb43c2e2942ab70521b793ca /recipes-multimedia | |
parent | 0af1f0489f04cbd7788252497f152c0c66b6619d (diff) | |
download | meta-freescale-39716e545c2431a93b1f3f0c102604a5ee96660a.tar.gz |
imx-parser: fix i.MX8MQ support
- Add missing "--enable-armv8" configuration option for mx8
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/imx-parser/imx-parser_4.3.5.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.3.5.bb b/recipes-multimedia/imx-parser/imx-parser_4.3.5.bb index da031e84..30cc7095 100644 --- a/recipes-multimedia/imx-parser/imx-parser_4.3.5.bb +++ b/recipes-multimedia/imx-parser/imx-parser_4.3.5.bb | |||
@@ -19,8 +19,9 @@ SRC_URI[sha256sum] = "9cd8c49a0bb1050afcfbcc7a677a348443fda4ecacb621cc6e38897619 | |||
19 | 19 | ||
20 | inherit fsl-eula-unpack autotools pkgconfig | 20 | inherit fsl-eula-unpack autotools pkgconfig |
21 | 21 | ||
22 | # Choose between Soft Float-Point and Hard Float-Point | 22 | # Choose between 32-bit and 64-bit binaries and between Soft Float-Point and Hard Float-Point |
23 | EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '--enable-fsw', d)}" | 23 | EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'aarch64', '--enable-armv8', \ |
24 | bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '--enable-fsw', d), d)}" | ||
24 | 25 | ||
25 | INHIBIT_PACKAGE_STRIP = "1" | 26 | INHIBIT_PACKAGE_STRIP = "1" |
26 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 27 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |