aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc')
-rw-r--r--meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc11
1 files changed, 11 insertions, 0 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
new file mode 100644
index 00000000..2ef7b9cf
--- /dev/null
+++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc
@@ -0,0 +1,11 @@
+SRC_URI += " \
+ file://microblaze-generic.cfg \
+ file://microblaze-generic-top.h \
+ "
+
+do_configure:prepend () {
+ install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/
+}
+
+# Disable buildpaths QA check warnings for u-boot-xlnx.elf.
+INSANE_SKIP:${PN}-elf += "buildpaths"