summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc5
1 files changed, 4 insertions, 1 deletions
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 += " \
5 5
6do_configure:prepend () { 6do_configure:prepend () {
7 install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/ 7 install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/
8} \ No newline at end of file 8}
9
10# Disable buildpaths QA check warnings for u-boot-xlnx.elf.
11INSANE_SKIP:${PN}-elf += "buildpaths"