Advertisement
Guest User

qt5-basic-image.bb

a guest
Sep 30th, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. SUMMARY = "A basic Qt5 qwidgets dev image"
  2.  
  3. require console-image.bb
  4.  
  5. QT_DEV_TOOLS = " \
  6. qtbase-dev \
  7. qtbase-mkspecs \
  8. qtbase-plugins \
  9. qtbase-tools \
  10. qtserialport-dev \
  11. qtserialport-mkspecs \
  12. "
  13.  
  14. QT_TOOLS = " \
  15. qtbase \
  16. qt5-env \
  17. qtserialport \
  18. "
  19.  
  20. FONTS = " \
  21. fontconfig \
  22. fontconfig-utils \
  23. ttf-bitstream-vera \
  24. "
  25.  
  26. TSLIB = " \
  27. tslib \
  28. tslib-conf \
  29. tslib-calibrate \
  30. tslib-tests \
  31. "
  32.  
  33. IMAGE_INSTALL += " \
  34. ${FONTS} \
  35. gstreamer1.0-plugins-good\
  36. valgrind\
  37. ${QT_DEV_TOOLS} \
  38. ${QT_TOOLS} \
  39. ${TSLIB} \
  40. "
  41.  
  42. export IMAGE_BASENAME = "qt5-basic-image"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement