summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-02-24 06:09:37 -0800
committerMark Hatle <mark.hatle@amd.com>2023-02-24 06:10:39 -0800
commit155b2cd233992d5670baf177777cac9acc0c7bfa (patch)
treee044efee41dbe8d224f893ccefaeec069e5f5928
parent75dc2bc0864a9bd5643419fdd2281a2704e88337 (diff)
downloadmeta-xilinx-155b2cd233992d5670baf177777cac9acc0c7bfa.tar.gz
meta-microblaze: gcc-source: Always apply microblaze patches
The microblaze patches are safe for all configurations. But due to the use of the gcc-source package being shared for native, cross, target, sdk, etc we need a single full source that covers all configurations. Otherwise we run into problems with sstate-cache re-use and a lot of duplication. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-microblaze/recipes-devtools/gcc/gcc-source_12.%.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-source_12.%.bbappend b/meta-microblaze/recipes-devtools/gcc/gcc-source_12.%.bbappend
index 9351c82c..42bcd174 100644
--- a/meta-microblaze/recipes-devtools/gcc/gcc-source_12.%.bbappend
+++ b/meta-microblaze/recipes-devtools/gcc/gcc-source_12.%.bbappend
@@ -1,7 +1,7 @@
1# Add MicroBlaze Patches (only when using MicroBlaze) 1# Add MicroBlaze Patches (only when using MicroBlaze)
2FILESEXTRAPATHS:append:microblaze := ":${THISDIR}/gcc-12" 2FILESEXTRAPATHS:append := ":${THISDIR}/gcc-12"
3 3
4SRC_URI:append:microblaze = " \ 4SRC_URI += " \
5 file://0001-LOCAL-Testsuite-builtins-tests-require-fpic.patch \ 5 file://0001-LOCAL-Testsuite-builtins-tests-require-fpic.patch \
6 file://0002-LOCAL-Quick-fail-g-.dg-opt-memcpy1.C.patch \ 6 file://0002-LOCAL-Quick-fail-g-.dg-opt-memcpy1.C.patch \
7 file://0003-LOCAL-For-dejagnu-static-testing-on-qemu-suppress-wa.patch \ 7 file://0003-LOCAL-For-dejagnu-static-testing-on-qemu-suppress-wa.patch \