Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
  2. BB_NUMBER_THREADS = "8"
  3. #PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
  4. PARALLEL_MAKE = "-j 8"
  5.  
  6. LICENSE_FLAGS_WHITELIST = "commercial"
  7.  
  8. CORE_IMAGE_EXTRA_INSTALL += "libegl-mesa libegl-mesa libgles2-mesa mesa-megadriver"
  9.  
  10. DISTRO_FEATURES_remove = "x11 wayland"
  11. DISTRO_FEATURES_append = " directfb libgl1-mesa-dri"
  12.  
  13. PACKAGECONFIG_remove = "x11 wayland"
  14. PACKAGECONFIG_append_pn-qtbase = " gles2 linuxfb icu accessibility"
  15.  
  16. IMAGE_INSTALL_append = " \
  17. gcc \
  18. g++ \
  19. binutils \
  20. libgcc \
  21. libgcc-dev \
  22. libstdc++ \
  23. libstdc++-dev \
  24. libstdc++-staticdev \
  25. autoconf \
  26. automake \
  27. ccache \
  28. chkconfig \
  29. glib-networking \
  30. glibmm \
  31. pkgconfig \
  32. cmake \
  33. zlib \
  34. glib-2.0 \
  35. cairo \
  36. pango \
  37. pulseaudio \
  38. alsa-lib \
  39. alsa-tools \
  40. alsa-state \
  41. i2c-tools \
  42. directfb \
  43. egtouch \
  44. dbus \
  45. openssh-sftp-server \
  46. kernel-modules \
  47. fontconfig \
  48. freetype \
  49. mesa \
  50. qtbase \
  51. qtbase-plugins \
  52. qtbase-tools \
  53. qtbase-fonts \
  54. qt3d \
  55. qt3d-qmlplugins \
  56. qtconnectivity \
  57. qtconnectivity-mkspecs \
  58. qtconnectivity-qmlplugins \
  59. qtmultimedia \
  60. qtmultimedia-plugins \
  61. qtmultimedia-qmlplugins \
  62. qtsvg \
  63. qtsvg-plugins \
  64. qtsystems \
  65. qtsystems-tools \
  66. qtsystems-qmlplugins \
  67. qtscript \
  68. qtserialport \
  69. qtdeclarative \
  70. qtdeclarative-tools \
  71. qtdeclarative-plugins \
  72. qtdeclarative-qmlplugins \
  73. qtquickcontrols \
  74. qtquickcontrols-qmlplugins \
  75. qtgraphicaleffects \
  76. qtgraphicaleffects-qmlplugins \
  77. qtlocation-plugins \
  78. qtlocation-qmlplugins \
  79. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement