From: Tom Hochstein Date: Wed, 9 Sep 2020 19:09:07 +0000 (-0700) Subject: imx-parser: Set package architecture correctly to tune-specific X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8f0009e988bdf13d01e7f7003c36945dd890afbc;p=meta-freescale.git 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 (cherry picked from commit 8786908fcf68873179c831f0a2c928761de221a0) --- 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 = " \ " MACHINE_SOCARCH_FILTER_append_imxvpu = " \ imx-codec \ - imx-parser \ imx-vpuwrap \ libimxvpuapi \ 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" # FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those FILES_${PN} += "${libdir}/imx-mm/*/*${SOLIBS} ${libdir}/imx-mm/*/*${SOLIBSDEV}" -PACKAGE_ARCH = "${MACHINE_ARCH}" - INHIBIT_SYSROOT_STRIP = "1" COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"