blob: 9200ae544014a0f5968132b0e234622e468355a4 [file] [log] [blame]
Patrick Williams2a254922023-08-11 09:48:11 -05001SUMMARY = "Image with Sato, a mobile environment and visual style for mobile devices."
Patrick Williamsc124f4f2015-09-15 14:41:29 -05002DESCRIPTION = "Image with Sato, a mobile environment and visual style for \
3mobile devices. The image supports X11 with a Sato theme, Pimlico \
4applications, and contains terminal, editor, and file manager."
Andrew Geissler90fd73c2021-03-05 15:25:55 -06005HOMEPAGE = "https://www.yoctoproject.org/"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006
7IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear hwcodecs"
8
9LICENSE = "MIT"
10
11inherit core-image
12
Patrick Williams213cb262021-08-07 19:21:33 -050013TOOLCHAIN_HOST_TASK:append = " nativesdk-intltool nativesdk-glib-2.0"
14TOOLCHAIN_HOST_TASK:remove:task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0"
Brad Bishop79641f22019-09-10 07:20:22 -040015
16QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}'
Andrew Geissler5199d832021-09-24 16:47:35 -050017QB_MEM:qemuarmv5 = "-m 256"
Patrick Williams213cb262021-08-07 19:21:33 -050018QB_MEM:qemumips = "-m 256"