From 28fa4a143df90b521d09c36345dd6659acc6c174 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 30 Apr 2020 19:47:30 +0100 Subject: [PATCH] src/poky:gcc-target: Ensure buildtools-extended-tarball doesn't use arch=native A nativesdk BBCLASSEXTEND was added to gcc-target without realising this would pass arch=native through to it for x86-64. This heavily optimises gcc output for the host its running on meaning it can't be reused via sstate on other machines. Add class-target overrides here to get the desired behaviour. All targets have been covered for completeness. (From OE-Core rev: d0d4853dd773f7bbe0f72e50144559b80e80d67a) Signed-off-by: Richard Purdie --- src/poky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poky b/src/poky index f7b8747c528..13297d85890 160000 --- a/src/poky +++ b/src/poky @@ -1 +1 @@ -Subproject commit f7b8747c528a1a78c0eec68f9b63eb1dcbb404f3 +Subproject commit 13297d85890ef733d9366f18b40715053bd30829