core-image-minimal-gnome.bb 422 B

123456789101112131415161718192021
  1. DESCRIPTION = "A GNOME minimal demo image."
  2. IMAGE_INSTALL += "packagegroup-core-boot \
  3. packagegroup-core-x11 \
  4. packagegroup-gnome-desktop \
  5. weston \
  6. packagegroup-core-x11-base \
  7. packagegroup-core-x11-xserver \
  8. kernel-modules \
  9. "
  10. inherit features_check
  11. REQUIRED_DISTRO_FEATURES = "x11"
  12. IMAGE_LINGUAS ?= " "
  13. LICENSE = "MIT"
  14. export IMAGE_BASENAME = "core-image-minimal-gnome"
  15. inherit core-image