core-image-weston.bb 439 B

123456789101112
  1. SUMMARY = "A very basic Wayland image with a terminal"
  2. IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"
  3. LICENSE = "MIT"
  4. inherit core-image features_check
  5. REQUIRED_DISTRO_FEATURES = "wayland"
  6. CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"
  7. CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"