All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] native: Clear TUNE_FEATURES/ABIEXTENSION
@ 2022-07-26 14:24 Richard Purdie
  2022-07-26 14:24 ` [PATCH 2/3] oeqa/sdk: Add basic rust cargo test Richard Purdie
  2022-07-26 14:24 ` [PATCH 3/3] populate_sdk: Add SDK toolchain language selection support Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Richard Purdie @ 2022-07-26 14:24 UTC (permalink / raw)
  To: openembedded-core

Some recipes reference these. Rather than continually trying to chase down the references
and taskhash issues, clear the variables for an easier life and simpler code. These
wouldn't convey anything useful in a native build.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/classes/native.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index fc7422c5d7a..5a273cdebba 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -23,6 +23,8 @@ TARGET_CFLAGS = "${BUILD_CFLAGS}"
 TARGET_CXXFLAGS = "${BUILD_CXXFLAGS}"
 TARGET_LDFLAGS = "${BUILD_LDFLAGS}"
 TARGET_FPU = ""
+TUNE_FEATURES = ""
+ABIEXTENSION = ""
 
 HOST_ARCH = "${BUILD_ARCH}"
 HOST_OS = "${BUILD_OS}"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-27 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-26 14:24 [PATCH 1/3] native: Clear TUNE_FEATURES/ABIEXTENSION Richard Purdie
2022-07-26 14:24 ` [PATCH 2/3] oeqa/sdk: Add basic rust cargo test Richard Purdie
2022-07-27 16:48   ` [OE-core] " Luca Ceresoli
2022-07-27 17:15     ` Otavio Salvador
2022-07-26 14:24 ` [PATCH 3/3] populate_sdk: Add SDK toolchain language selection support Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.