public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH v5 1/5] toolchain-scripts: Add Meson settings for Yocto build SDK
@ 2025-04-07 21:18 Tom Hochstein
  2025-04-07 21:18 ` [PATCH v5 2/5] toolchain-scripts: Export meson settings for SDK builds Tom Hochstein
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Tom Hochstein @ 2025-04-07 21:18 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tom Hochstein

The Meson settings for the standalone SDK also need to be available for
the Yocto build SDK, a.k.a. meta-ide-support.

Signed-off-by: Tom Hochstein <tom.hochstein@oss.nxp.com>
---
 meta/classes-recipe/toolchain-scripts.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes-recipe/toolchain-scripts.bbclass b/meta/classes-recipe/toolchain-scripts.bbclass
index b59a295abc..9e4320f876 100644
--- a/meta/classes-recipe/toolchain-scripts.bbclass
+++ b/meta/classes-recipe/toolchain-scripts.bbclass
@@ -99,6 +99,8 @@ toolchain_create_tree_env_script () {
 	echo 'export OECORE_BASELIB="${baselib}"' >> $script
 	echo 'export OECORE_TARGET_ARCH="${TARGET_ARCH}"' >>$script
 	echo 'export OECORE_TARGET_OS="${TARGET_OS}"' >>$script
+	echo 'export OECORE_TARGET_BITS="${@siteinfo_with_prefix(d, 'bit-')}"' >>$script
+	echo 'export OECORE_TARGET_ENDIAN="${@siteinfo_with_prefix(d, 'endian-')}"' >>$script
 
 	toolchain_shared_env_script
 
-- 
2.34.1



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

end of thread, other threads:[~2025-04-15  8:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 21:18 [PATCH v5 1/5] toolchain-scripts: Add Meson settings for Yocto build SDK Tom Hochstein
2025-04-07 21:18 ` [PATCH v5 2/5] toolchain-scripts: Export meson settings for SDK builds Tom Hochstein
2025-04-07 21:18 ` [PATCH v5 3/5] meson: Fix host_machine setting for native cross-file Tom Hochstein
2025-04-07 21:18 ` [PATCH v5 4/5] oeqa/sdk/meson: improve test to validate host/build target assignments Tom Hochstein
2025-04-08 13:37   ` [OE-core] " Mathieu Dubois-Briand
2025-04-08 15:10     ` Tom Hochstein
     [not found]     ` <183460753CA35884.31078@lists.openembedded.org>
2025-04-10 13:28       ` Tom Hochstein
     [not found]       ` <1834F816ACB44615.7383@lists.openembedded.org>
2025-04-10 15:28         ` Tom Hochstein
     [not found]         ` <1834FEA34534143E.27206@lists.openembedded.org>
2025-04-10 18:58           ` Tom Hochstein
2025-04-11 10:01             ` Mathieu Dubois-Briand
     [not found]             ` <18353B5DF2EF4BC1.27206@lists.openembedded.org>
2025-04-11 10:13               ` Mathieu Dubois-Briand
2025-04-11 15:37                 ` Tom Hochstein
2025-04-15  8:29                   ` Mathieu Dubois-Briand
2025-04-07 21:18 ` [PATCH v5 5/5] meson: Allow user to override setup command options Tom Hochstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox