Please run bitbake -c fetch universe --dry-run -k
With these changes and fix the fallouts. On Sun, Mar 15, 2026 at 6:35 AM Deepak Rathore via lists.openembedded.org <[email protected]> wrote: > 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 and networking 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 (24): > libburn: extend recipe for nativesdk builds > libisoburn: extend recipe for nativesdk builds > libisofs: extend recipe for nativesdk builds > iscsi-initiator-utils: extend recipe for native/nativesdk builds > open-isns: extend recipe for native builds > tcpdump: extend recipe for native/nativesdk builds > nodejs: extend recipe for nativesdk builds > libyang: extend recipe for native/nativesdk builds > libtracefs: extend recipe for native/nativesdk builds > trace-cmd: extend recipe for native/nativesdk builds > audit: extend recipe for native builds > cunit: extend recipe for nativesdk builds > python3-arrow: extend recipe for native/nativesdk builds > python3-fastnumbers: extend recipe for native/nativesdk builds > python3-future: extend recipe for nativesdk builds > python3-icu: extend recipe for native/nativesdk builds > python3-ipy: extend recipe for nativesdk builds > python3-jsonpatch: extend recipe for native/nativesdk builds > python3-natsort: extend recipe for native/nativesdk builds > python3-ordered-set: extend recipe for native/nativesdk builds > python3-sh: extend recipe for native/nativesdk builds > python3-tabulate: extend recipe for native/nativesdk builds > python3-types-python-dateutil: extend recipe for native/nativesdk builds > python3-websocket-client: extend recipe for native/nativesdk builds > > Signed-off-by: Deepak Rathore <[email protected]> > --- > meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb | > 2 +- > meta-filesystems/recipes-filesystems/burnia/libisoburn_1.5.6.bb | > 2 +- > meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb | > 2 +- > .../iscsi-initiator-utils/iscsi-initiator-utils_2.1.11.bb > | 1 + > meta-networking/recipes-support/open-isns/open-isns_0.102.bb | > 1 + > meta-networking/recipes-support/tcpdump/tcpdump_4.99.6.bb | > 1 + > meta-oe/recipes-devtools/nodejs/nodejs_22.22.0.bb | > 2 +- > meta-oe/recipes-extended/libyang/libyang_3.13.6.bb | > 1 + > meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.3.bb | > 1 + > meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb | > 1 + > meta-oe/recipes-security/audit/audit_4.1.3.bb | > 2 ++ > meta-oe/recipes-test/cunit/cunit_2.1-3.bb | > 2 +- > meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb | > 1 + > meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb | > 1 + > meta-python/recipes-devtools/python/python3-future_1.0.0.bb | > 2 +- > meta-python/recipes-devtools/python/python3-icu_2.16.1.bb | > 2 ++ > meta-python/recipes-devtools/python/python3-ipy_1.01.bb | > 2 +- > meta-python/recipes-devtools/python/python3-jsonpatch_1.33.bb | > 1 + > meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb | > 1 + > .../recipes-devtools/python/python3-ordered-set_4.1.0.bb | > 2 +- > meta-python/recipes-devtools/python/python3-sh_2.2.2.bb | > 1 + > meta-python/recipes-devtools/python/python3-tabulate_0.9.0.bb | > 1 + > .../python/python3-types-python-dateutil_2.9.0.20241003.bb | > 1 + > .../recipes-devtools/python/python3-websocket-client_1.7.0.bb | > 1 + > 24 files changed, 26 insertions(+), 8 deletions(-) > > -- > 2.35.6 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125322): https://lists.openembedded.org/g/openembedded-devel/message/125322 Mute This Topic: https://lists.openembedded.org/mt/118327819/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
