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-28 11:08:08 -0300 |
commit | a38555ee96fc9057f0e274dd7b6a06448fb97bd4 (patch) | |
tree | 9abc91af6bd754841776028f862bed2921ca56ce | |
parent | 3dfbca5191a1535c33de12bc80e5b107a45dd9ef (diff) | |
download | meta-freescale-a38555ee96fc9057f0e274dd7b6a06448fb97bd4.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>
(cherry picked from commit 8786908fcf68873179c831f0a2c928761de221a0)
-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 0da3f2be..4d01bae6 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 ddc83aa2..82041e08 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)" |