summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-03-02 12:48:16 -0700
committerMark Hatle <mark.hatle@amd.com>2023-04-10 09:03:22 -0700
commit76e11b8457168e622115cc68754e3fe0e89e94ea (patch)
tree938a4d6d14dce31b09c8a1a11cd61b90785eb925
parentda0d7e16c52fc160fe892973aaf22e3724d224a9 (diff)
downloadmeta-xilinx-76e11b8457168e622115cc68754e3fe0e89e94ea.tar.gz
fsbl: Disable buildpaths QA check for zynq and zynqmp
TMPDIR buildpaths warning are observed in fsbl for zynq and zynqmp. WARNING: fsbl-1.0-r0 do_package_qa: QA Issue: File /boot/fsbl.elf in package fsbl contains reference to TMPDIR [buildpaths] Hence disable buildpaths QA check for zynq and zynqmp fsbl. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb b/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb
index bd44e14f..a704d3b5 100644
--- a/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb
+++ b/meta-xilinx-core/recipes-bsp/embeddedsw/fsbl.bb
@@ -56,6 +56,9 @@ addtask deploy before do_build after do_install
56INSANE_SKIP:${PN} = "arch" 56INSANE_SKIP:${PN} = "arch"
57INSANE_SKIP:${PN}-dbg = "arch" 57INSANE_SKIP:${PN}-dbg = "arch"
58 58
59# Disable buildpaths QA check warnings.
60INSANE_SKIP:${PN} += "buildpaths"
61
59SYSROOT_DIRS += "/boot" 62SYSROOT_DIRS += "/boot"
60FILES:${PN} = "/boot/${PN}.elf" 63FILES:${PN} = "/boot/${PN}.elf"
61 64