diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-15 13:52:16 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-14 15:37:02 -0800 |
| commit | f900c6a0c8908e370689235230094308ec419cf9 (patch) | |
| tree | bd9ca83e452c263c7a421b826086048cf8130f34 /meta-microblaze | |
| parent | aaddcc3f785404da04af9ea3d005f2f520b4ec9e (diff) | |
| download | meta-xilinx-f900c6a0c8908e370689235230094308ec419cf9.tar.gz | |
Initial restructure/split of meta-xilinx-bsp
Create a new meta-xilinx-core, move core functionality to the core, keeping
board specific files in the bsp layer.
zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp
is not available it will not fail.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-microblaze')
| -rw-r--r-- | meta-microblaze/recipes-core/newlib/microblaze-newlib.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-microblaze/recipes-core/newlib/microblaze-newlib.inc b/meta-microblaze/recipes-core/newlib/microblaze-newlib.inc index a32bb1d1..a1e3b92f 100644 --- a/meta-microblaze/recipes-core/newlib/microblaze-newlib.inc +++ b/meta-microblaze/recipes-core/newlib/microblaze-newlib.inc | |||
| @@ -14,6 +14,6 @@ SRC_URI:append:microblaze = " \ | |||
| 14 | file://0011-Fixed-the-bug-in-crtinit.s-for-MB-64.patch \ | 14 | file://0011-Fixed-the-bug-in-crtinit.s-for-MB-64.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | EXTRA_OECONF:append_xilinx-standalone:microblaze = " \ | 17 | EXTRA_OECONF:append:xilinx-standalone:microblaze = " \ |
| 18 | --disable-newlib-reent-check-verify \ | 18 | --disable-newlib-reent-check-verify \ |
| 19 | " | 19 | " |
