blob: e50b24a4769148fd0865815f9cce30ff090f79a0 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001DESCRIPTION = "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."
Andrew Geissler90fd73c2021-03-05 15:25:55 -06004HOMEPAGE = "https://www.yoctoproject.org/"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05005
6IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear hwcodecs"
7
8LICENSE = "MIT"
9
10inherit core-image
11
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012TOOLCHAIN_HOST_TASK_append = " nativesdk-intltool nativesdk-glib-2.0"
13TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0"
Brad Bishop79641f22019-09-10 07:20:22 -040014
15QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}'
16QB_MEM_qemumips = "-m 256"