From d7898e7623990b75735665725db96071f70f7ae6 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 24 Feb 2023 06:09:37 -0800 Subject: 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 --- meta-microblaze/recipes-devtools/gcc/gcc-source_12.%.bbappend | 4 ++-- 1 file 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 @@ # Add MicroBlaze Patches (only when using MicroBlaze) -FILESEXTRAPATHS:append:microblaze := ":${THISDIR}/gcc-12" +FILESEXTRAPATHS:append := ":${THISDIR}/gcc-12" -SRC_URI:append:microblaze = " \ +SRC_URI += " \ file://0001-LOCAL-Testsuite-builtins-tests-require-fpic.patch \ file://0002-LOCAL-Quick-fail-g-.dg-opt-memcpy1.C.patch \ file://0003-LOCAL-For-dejagnu-static-testing-on-qemu-suppress-wa.patch \ -- cgit v1.2.3-54-g00ecf