summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb b/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb
index 3ab694e6..d398ca88 100644
--- a/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb
+++ b/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb
@@ -57,6 +57,9 @@ addtask deploy before do_build after do_install
57INSANE_SKIP:${PN} = "arch" 57INSANE_SKIP:${PN} = "arch"
58INSANE_SKIP:${PN}-dbg = "arch" 58INSANE_SKIP:${PN}-dbg = "arch"
59 59
60# Disable buildpaths QA check warnings.
61INSANE_SKIP:${PN} += "buildpaths"
62
60SYSROOT_DIRS += "/boot" 63SYSROOT_DIRS += "/boot"
61FILES:${PN} = "/boot/${PN}.elf" 64FILES:${PN} = "/boot/${PN}.elf"
62 65