blob: e63a229d1257f660dfe810ba7501f6d5b2b7bb5f [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
Patrick Williams213cb262021-08-07 19:21:33 -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)}'
Andrew Geissler5199d832021-09-24 16:47:35 -050016QB_MEM:qemuarmv5 = "-m 256"
Patrick Williams213cb262021-08-07 19:21:33 -050017QB_MEM:qemumips = "-m 256"