Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. recipe:
  2. DESCRIPTION = "A console-only image that fully supports the target device \
  3. hardware."
  4.  
  5. IMAGE_FEATURES += "splash tools-debug tools-sdk tools-profile eclipse-debug debug-tweaks ssh-server-openssh"
  6.  
  7. # Default: mit valgrind, kann im bbappend entfernt werden
  8. #RSI_IMAGE_VALGRIND = "valgrind"
  9.  
  10. IMAGE_INSTALL += "\
  11. packagegroup-core-boot \
  12. packagegroup-core-full-cmdline \
  13. libsdl \
  14. tslib-calibrate \
  15. valgrind \
  16. ${CORE_IMAGE_EXTRA_INSTALL} \
  17. "
  18.  
  19. # ${RSI_IMAGE_VALGRIND}
  20.  
  21. inherit core-image
  22.  
  23.  
  24. append just contains:
  25. IMAGE_INSTALL_remove = "valgrind"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement