From: Deepak Rathore <[email protected]> This series extends a set of recipes to support native and nativesdk variants. These packages are needed as host or SDK artifacts in certain dependency chains (e.g., perf/tracing toolchains), where dependency resolution fails when only the target variant exists.
None of the changes alter target package behavior; they solely enable the required native/nativesdk build paths. Testing: - Built each recipe as native/nativesdk on x86-64 with no errors. - Verified existing target builds are unaffected. Deepak Rathore (7): python3-libarchive-c: extend recipe for native/nativesdk builds python3-magic: extend recipe for native/nativesdk builds python3-pyelftools: extend recipe for native/nativesdk valgrind: extend recipe for nativesdk builds libtraceevent: extend recipe for native/nativesdk builds libunwind: extend recipe for native/nativesdk builds numactl: extend recipe for native/nativesdk builds Signed-off-by: Deepak Rathore <[email protected]> --- meta/recipes-devtools/python/python3-libarchive-c_5.1.bb | 2 +- meta/recipes-devtools/python/python3-magic_0.4.27.bb | 2 +- meta/recipes-devtools/python/python3-pyelftools_0.32.bb | 2 +- meta/recipes-devtools/valgrind/valgrind_3.26.0.bb | 1 + meta/recipes-kernel/libtraceevent/libtraceevent_1.9.0.bb | 1 + meta/recipes-support/libunwind/libunwind_1.8.3.bb | 2 +- meta/recipes-support/numactl/numactl_2.0.19.bb | 1 + 7 files changed, 7 insertions(+), 4 deletions(-) -- 2.35.6
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233108): https://lists.openembedded.org/g/openembedded-core/message/233108 Mute This Topic: https://lists.openembedded.org/mt/118327412/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
