blob: 99d3d02eef8b782ddcebbcbbbc337192100a47c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Add MicroBlaze Patches
FILESEXTRAPATHS:append := ":${THISDIR}/files"
# Our changes are all local, no real patch-status
ERROR_QA:remove = "patch-status"
SRC_URI += " \
file://0001-Patch-microblaze-Modified-_exceptional_handler.patch \
file://0002-LOCAL-Add-missing-declarations-for-xil_printf-to-std.patch \
file://0003-Local-deleting-the-xil_printf.c-file-as-now-it-part-.patch \
file://0004-Local-deleting-the-xil_printf.o-from-MAKEFILE.patch \
file://0005-MB-X-intial-commit.patch \
file://0006-Patch-Microblaze-newlib-port-for-microblaze-m64-flag.patch \
file://0007-fixing-the-bug-in-crt-files-added-addlik-instead-of-.patch \
file://0008-Patch-MicroBlaze-Added-MB-64-support-to-strcmp-strcp.patch \
file://0009-Patch-MicroBlaze-Removing-the-Assembly-implementatio.patch \
file://0010-Fixed-the-bug-in-crtinit.s-for-MB-64.patch \
file://0011-Use-port-specific-sbrk.patch \
"
EXTRA_OECONF:append:xilinx-standalone = " \
--disable-newlib-reent-check-verify \
"
|