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