blob: 2ef7b9cf2d962686f4b836fcfb3ddcf1e589d4d6 (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|