Advertisement
Guest User

Untitled

a guest
Sep 27th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. DESCRIPTION = "Image for delta"
  2.  
  3. # core-image-minimal - A small image just capable of allowing a device to boot
  4. include recipes-core/images/core-image-minimal.bb
  5.  
  6. IMAGE_INSTALL += " \
  7. kmod \
  8. usbutils \
  9. i2c-tools \
  10. alsa-utils \
  11. devmem2 \
  12. iw \
  13. bonnie++ \
  14. hdparm \
  15. iozone3 \
  16. iperf \
  17. rt-tests \
  18. evtest \
  19. bc \
  20. kernel-modules \
  21. canutils \
  22. nano \
  23. screen \
  24. packagegroup-sdk-target \
  25. gdb \
  26. gdbserver \
  27. "
  28.  
  29. LICENSE = "MIT"
  30.  
  31. inherit image
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement