]> code.ossystems Code Review - openembedded-core.git/commit
images: use 512M of RAM in qemu if 'opengl" is in DISTRO_FEATURES
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 20 Aug 2019 15:32:10 +0000 (17:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2019 21:54:04 +0000 (22:54 +0100)
commit9dd0812acc73287287b48d28e0935baf7f545b58
tree2f9678dc64324cb966f7f0eb8871d35676165bef
parent5ee9be17407ae0c23dc056c98b4a6818d2a845d6
images: use 512M of RAM in qemu if 'opengl" is in DISTRO_FEATURES

256M was found to be no longer sufficient, as the X server fails to
start with the modesetting driver and 3D enabled.

Only images that actually include X11 are adjusted.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/images/build-appliance-image_15.0.0.bb
meta/recipes-graphics/images/core-image-clutter.bb
meta/recipes-graphics/images/core-image-x11.bb
meta/recipes-sato/images/core-image-sato.bb