summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-09-09 12:09:07 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-23 23:42:37 -0300
commit8786908fcf68873179c831f0a2c928761de221a0 (patch)
treefff14ae05905ad04dfe53182f60c9ea6c3755200
parent984a5e67b9df0ca737df8bee970775295ab8c72f (diff)
downloadmeta-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.inc1
-rw-r--r--recipes-multimedia/imx-parser/imx-parser_4.5.5.bb2
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"
159MACHINE_SOCARCH_FILTER_append_imxvpu = " \ 159MACHINE_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
40FILES_${PN} += "${libdir}/imx-mm/*/*${SOLIBS} ${libdir}/imx-mm/*/*${SOLIBSDEV}" 40FILES_${PN} += "${libdir}/imx-mm/*/*${SOLIBS} ${libdir}/imx-mm/*/*${SOLIBSDEV}"
41 41
42PACKAGE_ARCH = "${MACHINE_ARCH}"
43
44INHIBIT_SYSROOT_STRIP = "1" 42INHIBIT_SYSROOT_STRIP = "1"
45 43
46COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" 44COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"