diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-12 22:15:46 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-12 22:15:46 +1000 |
commit | 58b58ccb4f1460b154d321855da2a06a15849806 (patch) | |
tree | a642ebbeb59b23bd3296420240a249ca6f8341ea | |
parent | b51a583f1ab1221e7093153ce6683bed9c3f4289 (diff) | |
download | meta-xilinx-58b58ccb4f1460b154d321855da2a06a15849806.tar.gz |
gcc: Clean up bbappend, remove microblaze.inc
* Remove the microblaze.inc, this bbappend is already in the
recipes-microblaze subdirectory
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-microblaze/gcc/gcc-microblaze-4.8.inc | 10 | ||||
-rw-r--r-- | recipes-microblaze/gcc/gcc-source_4.8.bbappend | 12 |
2 files changed, 11 insertions, 11 deletions
diff --git a/recipes-microblaze/gcc/gcc-microblaze-4.8.inc b/recipes-microblaze/gcc/gcc-microblaze-4.8.inc deleted file mode 100644 index 87f01816..00000000 --- a/recipes-microblaze/gcc/gcc-microblaze-4.8.inc +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | |||
2 | # Add MicroBlaze Patches | ||
3 | FILESEXTRAPATHS_append := "${THISDIR}/files:" | ||
4 | SRC_URI_append += " \ | ||
5 | file://0001-Patch-microblaze-Enable-DWARF-exception-handling-sup.patch \ | ||
6 | file://0002-Patch-microblaze-Add-4-byte-implementation-for-atomi.patch \ | ||
7 | file://0003-Patch-microblaze-Extend-jump-insn-to-accept-bri-to-S.patch \ | ||
8 | file://0005-Patch-microblaze-Add-fstack-usage-support.patch \ | ||
9 | file://gcc-Cherry-pick-mainline-patch-to-resolve-MB-k.patch \ | ||
10 | " | ||
diff --git a/recipes-microblaze/gcc/gcc-source_4.8.bbappend b/recipes-microblaze/gcc/gcc-source_4.8.bbappend index e28b4dd0..80b78f44 100644 --- a/recipes-microblaze/gcc/gcc-source_4.8.bbappend +++ b/recipes-microblaze/gcc/gcc-source_4.8.bbappend | |||
@@ -1 +1,11 @@ | |||
1 | require gcc-microblaze-4.8.inc | 1 | |
2 | # Add MicroBlaze Patches | ||
3 | FILESEXTRAPATHS_append := "${THISDIR}/files:" | ||
4 | SRC_URI_append += " \ | ||
5 | file://0001-Patch-microblaze-Enable-DWARF-exception-handling-sup.patch \ | ||
6 | file://0002-Patch-microblaze-Add-4-byte-implementation-for-atomi.patch \ | ||
7 | file://0003-Patch-microblaze-Extend-jump-insn-to-accept-bri-to-S.patch \ | ||
8 | file://0005-Patch-microblaze-Add-fstack-usage-support.patch \ | ||
9 | file://gcc-Cherry-pick-mainline-patch-to-resolve-MB-k.patch \ | ||
10 | " | ||
11 | |||