diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-04-20 12:05:24 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-23 09:47:42 +0100 |
commit | 741e12d5b9e4a8d1c9935b0ac6f0bd5d3d0f7f27 (patch) | |
tree | c7d297b7e3ba21b0a9dbf22ca9c96447235237e7 /meta/classes-recipe/fontcache.bbclass | |
parent | 87c2effeb91e288f0ddc71f344d8b4a70c99820c (diff) | |
download | poky-741e12d5b9e4a8d1c9935b0ac6f0bd5d3d0f7f27.tar.gz |
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>
Diffstat (limited to 'meta/classes-recipe/fontcache.bbclass')
-rw-r--r-- | meta/classes-recipe/fontcache.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes-recipe/fontcache.bbclass b/meta/classes-recipe/fontcache.bbclass index 6f4978369d..deadcd2fbb 100644 --- a/meta/classes-recipe/fontcache.bbclass +++ b/meta/classes-recipe/fontcache.bbclass | |||
@@ -9,8 +9,7 @@ | |||
9 | # packages. | 9 | # packages. |
10 | # | 10 | # |
11 | 11 | ||
12 | PACKAGE_WRITE_DEPS += "qemu-native" | 12 | PACKAGE_WRITE_DEPS += "qemuwrapper-cross" |
13 | inherit qemu | ||
14 | 13 | ||
15 | FONT_PACKAGES ??= "${PN}" | 14 | FONT_PACKAGES ??= "${PN}" |
16 | FONT_PACKAGES:class-native = "" | 15 | FONT_PACKAGES:class-native = "" |