From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 15/15] native: Clear TUNE_FEATURES/ABIEXTENSION
Date: Thu, 7 Dec 2023 16:33:21 -1000 [thread overview]
Message-ID: <09ecafaf0e128c4dea062d359de37cbef461aed2.1702002667.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1702002667.git.steve@sakoman.com>
From: Richard Purdie <richard.purdie@linuxfoundation.org>
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>
(cherry picked from commit f8edeead263708889d31a7ff578ef8274cb678b4)
Signed-off-by: Jermain Horsman <jermain.horsman@nedap.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta/classes/native.bbclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 4de96cd59b..56726301bd 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
prev parent reply other threads:[~2023-12-08 2:34 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-08 2:33 [OE-core][kirkstone 00/15] Patch review Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 01/15] libsndfile: fix CVE-2022-33065 Signed integer overflow in src/mat4.c Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 02/15] xwayland: fix CVE-2023-5367 Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 03/15] python3-cryptography: fix CVE-2023-49083 Steve Sakoman
2024-03-11 6:34 ` Mittal, Anuj
[not found] ` <17BBA241C3FF523B.17779@lists.openembedded.org>
2024-03-11 6:36 ` Mittal, Anuj
2023-12-08 2:33 ` [OE-core][kirkstone 04/15] vim: upgrade 9.0.2068 -> 9.0.2130 Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 05/15] linux-yocto/5.10: update to v5.10.198 Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 06/15] linux-yocto/5.10: update to v5.10.200 Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 07/15] linux-yocto/5.10: update to v5.10.202 Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 08/15] cve-exclusion_5.10.inc: update for 5.10.202 Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 09/15] bash: changes to SIGINT handler while waiting for a child Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 10/15] rust-llvm: Allow overriding LLVM target archs Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 11/15] rust-common: Set llvm-target correctly for cross SDK targets Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 12/15] rust-cross-canadian: Fix ordering of target json config generation Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 13/15] rust-cross/rust-common: Merge arm target handling code to fix cross-canadian Steve Sakoman
2023-12-08 2:33 ` [OE-core][kirkstone 14/15] rust-cross: Simplfy the rust_gen_target calls Steve Sakoman
2023-12-08 2:33 ` Steve Sakoman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=09ecafaf0e128c4dea062d359de37cbef461aed2.1702002667.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox