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-03-03 10:50:38 -0600
commit57e270d27e540cbb20ae8d0d969c76ff59a485a2 (patch)
tree8dfdc2de178f0f741c5bc2f9598b57e01a1d7cbe
parentc9af4d1cb7275b6aaad7d4f2345fd817b9581153 (diff)
downloadmeta-xilinx-57e270d27e540cbb20ae8d0d969c76ff59a485a2.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