core-image-sato.bb 588 B

1234567891011121314
  1. DESCRIPTION = "Image with Sato, a mobile environment and visual style for \
  2. mobile devices. The image supports X11 with a Sato theme, Pimlico \
  3. applications, and contains terminal, editor, and file manager."
  4. IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear hwcodecs"
  5. LICENSE = "MIT"
  6. inherit core-image
  7. TOOLCHAIN_HOST_TASK_append = " nativesdk-intltool nativesdk-glib-2.0"
  8. TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0"
  9. QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}'