By default, qemu reserves 4G virtual address. It's too large. We've met error due to lack of memory even on a 32G build machine.
So change it to 512M to mitigate this problem. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- .../gobject-introspection/gobject-introspection_1.66.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb index ee0ab2866b..6c49fe31ba 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.66.1.bb @@ -36,6 +36,7 @@ DEPENDS_append = " libffi zlib glib-2.0 python3 flex-native bison-native autocon # Also prelink-rtld is used to find out library dependencies of introspection binaries # (standard ldd doesn't work when cross-compiling). DEPENDS_class-target_append = " gobject-introspection-native qemu-native prelink-native" +QEMU_OPTIONS_append = " -R 512M" # needed for writing out the qemu wrapper script export STAGING_DIR_HOST -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#147103): https://lists.openembedded.org/g/openembedded-core/message/147103 Mute This Topic: https://lists.openembedded.org/mt/80023775/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-