summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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