On Thu, 2024-09-05 at 21:21 +0100, Paul Barker via lists.openembedded.org wrote: > 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 <[email protected]> > --- > 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}"
Something about this is making our toolchain tests unhappy, e.g.: https://valkyrie.yoctoproject.org/#/builders/42/builds/86/steps/12/logs/stdio I've not looked into it at all, just reporting what we've need to fix in order to be able to consider merging this. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#204245): https://lists.openembedded.org/g/openembedded-core/message/204245 Mute This Topic: https://lists.openembedded.org/mt/108292901/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
