mirror of
https://git.yoctoproject.org/poky
synced 2026-06-28 14:13:39 +02:00
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. (From OE-Core rev: 9dd0812acc73287287b48d28e0935baf7f545b58) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
457 B
BlitzBasic
16 lines
457 B
BlitzBasic
DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \
|
|
which enables development of rich and animated graphical user interfaces."
|
|
|
|
IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
IMAGE_INSTALL = "\
|
|
${CORE_IMAGE_BASE_INSTALL} \
|
|
packagegroup-core-clutter-core \
|
|
"
|
|
|
|
inherit core-image
|
|
|
|
QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}'
|