We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040b9c7 commit be5344aCopy full SHA for be5344a
meta-asrock/meta-x470d4u/conf/machine/x470d4u.conf
@@ -13,3 +13,9 @@ FLASH_SIZE = "32768"
13
require conf/machine/include/ast2500.inc
14
require conf/machine/include/obmc-bsp-common.inc
15
require conf/machine/include/asrock.inc
16
+
17
+# FIXME: native qemu seems to depend on gdk-pixbuf2 on the host,
18
+# but openbmc does not provide necessary versioned glib.
19
+# To prevent build failure, remove native qemu
20
+EXTRA_IMAGEDEPENDS:remove = "qemu-system-native qemu-helper-native"
21
+IMAGE_CLASSES:remove = "qemuboot"
0 commit comments