mbox series

[openembedded-core,master,0/7] Pull request (cover letter only)

Message ID 20260315125948.3002743-1-deeratho@cisco.com
Headers show
Series Pull request (cover letter only) | expand

Message

Deepak Rathore March 15, 2026, 12:59 p.m. UTC
From: Deepak Rathore <deeratho@cisco.com>

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 <deeratho@cisco.com>
---
 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(-)