]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
image/populate_sdk.bbclass: drop qemuwrapper-cross from DEPENDS
authorChen Qi <Qi.Chen@windriver.com>
Sun, 20 Apr 2025 04:05:27 +0000 (12:05 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Apr 2025 10:25:00 +0000 (11:25 +0100)
commitfbac8d025585fe704f79ccdf00f376f677e3a89d
treed476562f6bc41e8451f80542dff9e552236adb78
parentead9c6a8770463c21210a57cc5320f44f7754dd3
image/populate_sdk.bbclass: drop qemuwrapper-cross from DEPENDS

For packages that need qemuwrapper-cross, they should have it
in PAKAGE_WRITE_DEPS.

Now that we've used 'qemuwrapper-cross' to replace 'qemu-native'
for recipes that need qemu-native for their postinsts, and we've
now mapped PACKAGE_WRITE_DEPS for nativesdk recipes, these
qemuwrapper-cross dependencies can be dropped from image.bbclass
and populate_sdk.bbclass.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/image.bbclass
meta/classes-recipe/populate_sdk_base.bbclass