Guest User

Untitled

a guest
Jan 12th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. # Base image
  2. require recipes-ivi/images/agl-image-ivi.inc
  3.  
  4. DESCRIPTION = "AGL Demo Platform image currently contains a simple HMI and \
  5. demos."
  6.  
  7. IMAGE_FEATURES_append = " \
  8. "
  9.  
  10. # add packages for demo platform (include demo apps) here
  11. IMAGE_INSTALL_append = " \
  12. packagegroup-agl-core \
  13. packagegroup-agl-ivi \
  14. packagegroup-ivi-common-core \
  15. packagegroup-agl-demo-platform \
  16. "
  17.  
  18. # add packages for CES2016 demo
  19. IMAGE_INSTALL_append = " \
  20. CES2016-demo \
  21. can-utils iproute2 \
  22. python-curses \
  23. dhcp-client \
  24. climatecontrolplugin \
  25. "
Add Comment
Please, Sign In to add comment