From 37d145ece60bd33a39762ceb2b2d0a7b4c1efd75 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Thu, 2 Mar 2023 12:48:19 -0700 Subject: u-boot-xlnx-microblaze: Disable buildpaths QA check for u-boot elf TMPDIR buildpaths warning are observed in microblaze u-boot.elf WARNING: u-boot-xlnx-1_v2021.01-xilinx-v2022.2+gitAUTOINC+f32d07b9b5-r0 do_package_qa: QA Issue: File /boot/u-boot-kcu105-microblazeel-v2021.01-xilinx-v2022.2+gitAUTOINC+f32d07b9b5-r0.elf in package u-boot-xlnx-elf contains reference to TMPDIR [buildpaths] Hence disable buildpaths QA check for microblaze u-boot-elf package. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc index 6b56bf41..2ef7b9cf 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc @@ -5,4 +5,7 @@ SRC_URI += " \ do_configure:prepend () { install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/ -} \ No newline at end of file +} + +# Disable buildpaths QA check warnings for u-boot-xlnx.elf. +INSANE_SKIP:${PN}-elf += "buildpaths" -- cgit v1.2.3-54-g00ecf