public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [master/scarthgap PATCH] meta-ide-support: Mark recipe as MACHINE-specific
@ 2024-09-05 20:21 Paul Barker
  2024-09-05 22:40 ` [OE-core] " Richard Purdie
       [not found] ` <17F27A4142F288D2.30374@lists.openembedded.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Barker @ 2024-09-05 20:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: Paul Barker

meta-ide-support:do_write_test_data dumps the bitbake data dictionary to
a file using export2json(). As this obviously includes the value of
MACHINE, and other MACHINE-specific variables, the recipe needs to be
marked as MACHINE-specific.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
---
 meta/recipes-core/meta/meta-ide-support.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb
index d85aa120c08b..7ed422ce4ddb 100644
--- a/meta/recipes-core/meta/meta-ide-support.bb
+++ b/meta/recipes-core/meta/meta-ide-support.bb
@@ -1,6 +1,7 @@
 SUMMARY = "Integrated Development Environment support"
 DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE"
 LICENSE = "MIT"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native cmake-native autoconf-native automake-native meson-native intltool-native pkgconfig-native"
 RM_WORK_EXCLUDE += "${PN}"
-- 
2.43.0



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

end of thread, other threads:[~2024-10-15 12:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 20:21 [master/scarthgap PATCH] meta-ide-support: Mark recipe as MACHINE-specific Paul Barker
2024-09-05 22:40 ` [OE-core] " Richard Purdie
     [not found] ` <17F27A4142F288D2.30374@lists.openembedded.org>
2024-09-06 13:48   ` Richard Purdie
2024-09-30 10:23     ` Paul Barker
2024-10-15 12:21       ` Paul Barker
2024-10-15 12:44         ` Steve Sakoman

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