summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.27.0.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-21 13:37:00 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-11-25 11:59:26 +0100
commit0b45cf3f5bf95c583b189c2fb5eaa125bf686a7d (patch)
treecb3d8d0f61f61fc26a899d79e44ded8334351b2b /recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.27.0.bb
parent143a9f756feea9cf6217f5d82a4811379d10b740 (diff)
downloadmeta-freescale-0b45cf3f5bf95c583b189c2fb5eaa125bf686a7d.tar.gz
imx-vpu-hantro: prevent warning from oe qa
This passes among others -fdebug-prefix-map=... which prevents the following OE warning: | WARNING: imx-vpu-hantro-1.27.0-r0 do_package_qa: QA Issue: \ | File /usr/lib/.debug/libg1.so.1 in package imx-vpu-hantro-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.27.0.bb')
-rw-r--r--recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.27.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.27.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.27.0.bb
index 473d747c..35adecf8 100644
--- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.27.0.bb
+++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.27.0.bb
@@ -6,7 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe"
6 6
7PROVIDES = "virtual/imxvpu" 7PROVIDES = "virtual/imxvpu"
8 8
9SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" 9SRC_URI = " \
10 ${FSL_MIRROR}/${BP}.bin;fsl-eula=true \
11 file://0001-buildsystem-don-t-ignore-externally-set-cflags.patch \
12"
10SRC_URI[md5sum] = "cfa0e92da0eca9cf622c4d7abc618cef" 13SRC_URI[md5sum] = "cfa0e92da0eca9cf622c4d7abc618cef"
11SRC_URI[sha256sum] = "7e9bcdbd067ce66a1247373cbf088945346feb0027deb61af541ebc1256277c3" 14SRC_URI[sha256sum] = "7e9bcdbd067ce66a1247373cbf088945346feb0027deb61af541ebc1256277c3"
12 15