1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 03:47:03 +00:00

classes/recipes: remove unnecessary qemu inherit and use qemuwrapper-cross

These classes/recipes inherit qemu.bbclass but do not use anything from it.
What they use is qemuwrapper-cross, which is needed at do_rootfs time and
needs to be pulled-in by PACKAGE_WRITE_DEPS.

Also, in meta/conf/layer.conf, exclude qemuwrapper-cross deps for all arch
recipes that depend on it. This it ensure allarch recipes have the same
signature across different machines.

(From OE-Core rev: 6f3ce94f4c03e7b26f1fcdf78ea969f57717ec56)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi
2025-04-20 12:05:24 +08:00
committed by Richard Purdie
parent 87c2effeb9
commit 741e12d5b9
8 changed files with 13 additions and 16 deletions
+1 -2
View File
@@ -4,8 +4,7 @@
# SPDX-License-Identifier: MIT
#
PACKAGE_WRITE_DEPS += "qemu-native"
inherit qemu
PACKAGE_WRITE_DEPS += "qemuwrapper-cross"
GIO_MODULE_PACKAGES ??= "${PN}"