On Mon, 2 Mar 2026 at 14:28, Dora, Sunil Kumar via lists.openembedded.org <[email protected]> wrote: > - if d.getVar('PN') == "rust-native": > + if d.getVar('PN') in ("rust-native", "nativesdk-rust"):
Looking at the error, it seems the problematic binary in nativesdk builds is rustc-1.93.0-src/build/bootstrap/debug/rustc - does this mean building target rust has the same issue? Should we just go back to the initial patch, which sets link-shared for all rust variants without conditions? Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232481): https://lists.openembedded.org/g/openembedded-core/message/232481 Mute This Topic: https://lists.openembedded.org/mt/118093064/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
