mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02: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:
@@ -9,8 +9,7 @@
|
||||
# packages.
|
||||
#
|
||||
|
||||
PACKAGE_WRITE_DEPS += "qemu-native"
|
||||
inherit qemu
|
||||
PACKAGE_WRITE_DEPS += "qemuwrapper-cross"
|
||||
|
||||
FONT_PACKAGES ??= "${PN}"
|
||||
FONT_PACKAGES:class-native = ""
|
||||
|
||||
Reference in New Issue
Block a user