Advertisement
Guest User

Untitled

a guest
Oct 9th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. cat recipes-core/images/core-image-my-weston.bb
  2.  
  3. DESCRIPTION = "A very basic Wayland image with a terminal"
  4.  
  5. IMAGE_FEATURES += "splash package-management ssh-server-openssh hwcodecs"
  6.  
  7. LICENSE = "MIT"
  8.  
  9. inherit core-image distro_features_check
  10.  
  11. REQUIRED_DISTRO_FEATURES = "wayland"
  12.  
  13. CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"
  14. CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement