xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/images/core-image-sato.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1DESCRIPTION = "Image with Sato, a mobile environment and visual style for \
2mobile devices. The image supports X11 with a Sato theme, Pimlico \
3applications, and contains terminal, editor, and file manager."
4HOMEPAGE = "https://www.yoctoproject.org/"
5
6IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear hwcodecs"
7
8LICENSE = "MIT"
9
10inherit core-image
11
12TOOLCHAIN_HOST_TASK:append = " nativesdk-intltool nativesdk-glib-2.0"
13TOOLCHAIN_HOST_TASK:remove:task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0"
14
15QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}'
16QB_MEM:qemuarmv5 = "-m 256"
17QB_MEM:qemumips = "-m 256"
18