The extended buildtools tarball carried nativesdk-parted, -dosfstools and -gptfdisk so that "wic ls" and friends could work on an image. That list predated wic becoming a recipe, so it provided some of wic's helper tools but not wic itself, nor the rest of the tools wic could invoke.
nativesdk-wic now pulls in the tools it needs on its own, so replace those three entries with nativesdk-wic. The tarball ships a working wic with its full tool set instead of a partial set of its dependencies. AI-Generated: codex/claude-opus 4.8 (xhigh) Signed-off-by: Trevor Woerner <[email protected]> --- meta/recipes-core/meta/buildtools-extended-tarball.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb index 633f8e6b99d6..9dddd70a2ce5 100644 --- a/meta/recipes-core/meta/buildtools-extended-tarball.bb +++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb @@ -30,9 +30,7 @@ TOOLCHAIN_HOST_TASK += "\ nativesdk-glibc-utils \ nativesdk-glibc-gconvs \ nativesdk-libxcrypt-dev \ - nativesdk-parted \ - nativesdk-dosfstools \ - nativesdk-gptfdisk \ + nativesdk-wic \ " # gconvs needed for iconv to work in vim builds -- 2.50.0.173.g8b6f19ccfc3a
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239951): https://lists.openembedded.org/g/openembedded-core/message/239951 Mute This Topic: https://lists.openembedded.org/mt/120060718/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
