here is what I am seeing

❯ ci.sh
WARNING: Duplicate inclusion for
/srv/build/yoe/sources/openembedded-core/meta/conf/distr
WARNING: Duplicate inclusion for
/srv/build/yoe/sources/openembedded-core/meta/conf/distr
WARNING: Duplicate inclusion for
/srv/build/yoe/sources/openembedded-core/meta/conf/distr
WARNING: Duplicate inclusion for
/srv/build/yoe/sources/openembedded-core/meta/conf/distr
NOTE: Started PRServer with DBfile: /srv/build/yoe/cache/prserv.sqlite3,
Address: 127.0.0
Loading cache: 100% |#####################################################|
Time: 0:00:00
Loaded 0 entries from dependency cache.
Parsing recipes: 100% |###################################################|
Time: 0:00:21
Parsing of 3472 .bb files complete (0 cached, 3472 parsed). 5951 targets,
169 skipped, 0
NOTE: The "universe" target is only intended for testing and may produce
errors.
NOTE: Resolving any missing task queue dependencies
WARNING: Nothing PROVIDES 'nativesdk-open-isns' (but
virtual:nativesdk:/srv/build/yoe/sou
  nativesdk-openmp
  nativesdk-openssh
  nativesdk-openssl
WARNING: Nothing PROVIDES 'linux-libc-headers-native' (but
virtual:native:/srv/build/yoe/
  linux-libc-headers
  opencl-headers-native
  spirv-headers-native
WARNING: Nothing RPROVIDES 'nativesdk-iscsi-initiator-utils' (but
virtual:nativesdk:/srv/
No eligible RPROVIDERs exist for 'nativesdk-iscsi-initiator-utils'
NOTE: Runtime target 'nativesdk-iscsi-initiator-utils' is unbuildable,
removing...
Missing or unbuildable dependency chain was:
['nativesdk-iscsi-initiator-utils']
WARNING: Nothing RPROVIDES 'nativesdk-iscsi-initiator-utils-dev' (but
virtual:nativesdk:/
No eligible RPROVIDERs exist for 'nativesdk-iscsi-initiator-utils-dev'
NOTE: Runtime target 'nativesdk-iscsi-initiator-utils-dev' is unbuildable,
removing...
Missing or unbuildable dependency chain was:
['nativesdk-iscsi-initiator-utils-dev']
WARNING: Nothing RPROVIDES 'audit-dev-native' (but
virtual:native:/srv/build/yoe/sources/
No eligible RPROVIDERs exist for 'audit-dev-native'
NOTE: Runtime target 'audit-dev-native' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['audit-dev-native']
WARNING: Nothing RPROVIDES 'audit-native' (but
virtual:native:/srv/build/yoe/sources/meta
No eligible RPROVIDERs exist for 'audit-native'
NOTE: Runtime target 'audit-native' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['audit-native']

On Tue, Mar 17, 2026 at 9:58 AM Khem Raj <[email protected]> wrote:

> 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 (#125333): 
https://lists.openembedded.org/g/openembedded-devel/message/125333
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]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to