diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-09-09 12:09:07 -0700 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-09-23 23:42:37 -0300 |
| commit | 8786908fcf68873179c831f0a2c928761de221a0 (patch) | |
| tree | fff14ae05905ad04dfe53182f60c9ea6c3755200 | |
| parent | 984a5e67b9df0ca737df8bee970775295ab8c72f (diff) | |
| download | meta-freescale-8786908fcf68873179c831f0a2c928761de221a0.tar.gz | |
imx-parser: Set package architecture correctly to tune-specific
The tune-specific package architecture is sufficient, no need to
use the more specific SOC or MACHINE package architecture.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | conf/machine/include/imx-base.inc | 1 | ||||
| -rw-r--r-- | recipes-multimedia/imx-parser/imx-parser_4.5.5.bb | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 0da3f2be1..4d01bae6f 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
| @@ -158,7 +158,6 @@ MACHINE_SOCARCH_FILTER_append_imx = " \ | |||
| 158 | " | 158 | " |
| 159 | MACHINE_SOCARCH_FILTER_append_imxvpu = " \ | 159 | MACHINE_SOCARCH_FILTER_append_imxvpu = " \ |
| 160 | imx-codec \ | 160 | imx-codec \ |
| 161 | imx-parser \ | ||
| 162 | imx-vpuwrap \ | 161 | imx-vpuwrap \ |
| 163 | libimxvpuapi \ | 162 | libimxvpuapi \ |
| 164 | virtual/imxvpu \ | 163 | virtual/imxvpu \ |
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.5.5.bb b/recipes-multimedia/imx-parser/imx-parser_4.5.5.bb index ddc83aa2c..82041e08e 100644 --- a/recipes-multimedia/imx-parser/imx-parser_4.5.5.bb +++ b/recipes-multimedia/imx-parser/imx-parser_4.5.5.bb | |||
| @@ -39,8 +39,6 @@ do_package_qa[prefuncs] += "__set_insane_skip" | |||
| 39 | # FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those | 39 | # FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those |
| 40 | FILES_${PN} += "${libdir}/imx-mm/*/*${SOLIBS} ${libdir}/imx-mm/*/*${SOLIBSDEV}" | 40 | FILES_${PN} += "${libdir}/imx-mm/*/*${SOLIBS} ${libdir}/imx-mm/*/*${SOLIBSDEV}" |
| 41 | 41 | ||
| 42 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 43 | |||
| 44 | INHIBIT_SYSROOT_STRIP = "1" | 42 | INHIBIT_SYSROOT_STRIP = "1" |
| 45 | 43 | ||
| 46 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" | 44 | COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" |
