diff options
author | 2015-11-12 22:15:46 +1000 | |
---|---|---|
committer | 2015-11-12 22:15:46 +1000 | |
commit | 58b58ccb4f1460b154d321855da2a06a15849806 (patch) | |
tree | a642ebbeb59b23bd3296420240a249ca6f8341ea | |
parent | b51a583f1ab1221e7093153ce6683bed9c3f4289 (diff) | |
download | meta-xilinx-58b58ccb4f1460b154d321855da2a06a15849806.tar.gz meta-xilinx-58b58ccb4f1460b154d321855da2a06a15849806.tar.bz2 meta-xilinx-58b58ccb4f1460b154d321855da2a06a15849806.zip |
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 @@ - -# Add MicroBlaze Patches -FILESEXTRAPATHS_append := "${THISDIR}/files:" -SRC_URI_append += " \ - file://0001-Patch-microblaze-Enable-DWARF-exception-handling-sup.patch \ - file://0002-Patch-microblaze-Add-4-byte-implementation-for-atomi.patch \ - file://0003-Patch-microblaze-Extend-jump-insn-to-accept-bri-to-S.patch \ - file://0005-Patch-microblaze-Add-fstack-usage-support.patch \ - file://gcc-Cherry-pick-mainline-patch-to-resolve-MB-k.patch \ - " 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 @@ -require gcc-microblaze-4.8.inc + +# Add MicroBlaze Patches +FILESEXTRAPATHS_append := "${THISDIR}/files:" +SRC_URI_append += " \ + file://0001-Patch-microblaze-Enable-DWARF-exception-handling-sup.patch \ + file://0002-Patch-microblaze-Add-4-byte-implementation-for-atomi.patch \ + file://0003-Patch-microblaze-Extend-jump-insn-to-accept-bri-to-S.patch \ + file://0005-Patch-microblaze-Add-fstack-usage-support.patch \ + file://gcc-Cherry-pick-mainline-patch-to-resolve-MB-k.patch \ + " + |