Advertisement
Guest User

Untitled

a guest
Aug 13th, 2014
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. INHERIT += "rm_work"
  2. ACCEPT_FSL_EULA = "1"
  3. EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh "
  4. IMAGE_INSTALL_append = " gcc g++ binutils libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev \
  5. tslib-conf tslib-tests tslib-calibrate openssh-sftp-server alsa-lib alsa-tools alsa-state alsa-utils-alsaconf \
  6. tslib evtest dbus nano qtbase qtbase-fonts qtbase-plugins qtbase-examples cinematicexperience gstreamer \
  7. cairo pango fontconfig freetype pulseaudio qtmultimedia qtsensors util-linux \
  8. qtsensors-qmlplugins qtmultimedia-qmlplugins \
  9. libgles-omap3 strace "
  10. IMAGE_INSTALL_remove = "mesa-demos"
  11. DISTRO_FEATURES_remove = "x11 wayland"
  12.  
  13. # Remove conflicts between mesa and libgles-omap3
  14. PREFERRED_PROVIDER_virtual/libgles1 = "libgles-omap3"
  15. PREFERRED_PROVIDER_virtual/libgles2 = "libgles-omap3"
  16. PREFERRED_PROVIDER_virtual/egl = "libgles-omap3"
  17. PREFERRED_PROVIDER_virtual/libgl = ""
  18. PREFERRED_PROVIDER_virtual/mesa = ""
  19.  
  20. PREFERRED_VERSION_linux-ti-staging = "3.12.%"
  21.  
  22.  
  23.  
  24. $ bitbake core-image-minimal
  25. Loading cache: 100% |####################################################################################################################################################| ETA: 00:00:00
  26. Loaded 1872 entries from dependency cache.
  27. NOTE: Resolving any missing task queue dependencies
  28. NOTE: multiple providers are available for virtual/libgl (mesa, mesa-gl)
  29. NOTE: consider defining a PREFERRED_PROVIDER entry to match virtual/libgl
  30. NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
  31. NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
  32.  
  33. Build Configuration:
  34. BB_VERSION = "1.22.0"
  35. BUILD_SYS = "x86_64-linux"
  36. NATIVELSBSTRING = "Ubuntu-14.04"
  37. TARGET_SYS = "arm-poky-linux-gnueabi"
  38. MACHINE = "am335x-evm"
  39. DISTRO = "poky"
  40. DISTRO_VERSION = "1.6.1"
  41. TUNE_FEATURES = "armv7a vfp thumb neon callconvention-hard cortexa8"
  42. TARGET_FPU = "vfp-neon"
  43. meta
  44. meta-yocto
  45. meta-yocto-bsp = "daisy:984be3314565deba11598aeb3fa57e93cbbf5b2a"
  46. meta-oe = "daisy:d85b01997ce8cc354ccc53f97fdffc79cf2277d5"
  47. meta-ti = "daisy:2275b0b8243f5a15941029f6d4659d0bd46687c4"
  48. meta-qt5 = "daisy:4a3ef7cc5424e96092d3f67221fcfd45e418d460"
  49.  
  50. NOTE: Preparing runqueue
  51. ERROR: Multiple .bb files are due to be built which each provide virtual/libgles1 (/home/anarky/AM335x_daisy/poky/meta-ti/recipes-graphics/libgles/libgles-omap3_5.01.01.01.bb /home/anarky/AM335x_daisy/poky/meta/recipes-graphics/mesa/mesa_9.2.5.bb).
  52. This usually means one provides something the other doesn't and should.
  53. ERROR: Multiple .bb files are due to be built which each provide virtual/libgles2 (/home/anarky/AM335x_daisy/poky/meta-ti/recipes-graphics/libgles/libgles-omap3_5.01.01.01.bb /home/anarky/AM335x_daisy/poky/meta/recipes-graphics/mesa/mesa_9.2.5.bb).
  54. This usually means one provides something the other doesn't and should.
  55. ERROR: Multiple .bb files are due to be built which each provide virtual/egl (/home/anarky/AM335x_daisy/poky/meta-ti/recipes-graphics/libgles/libgles-omap3_5.01.01.01.bb /home/anarky/AM335x_daisy/poky/meta/recipes-graphics/mesa/mesa_9.2.5.bb).
  56. This usually means one provides something the other doesn't and should.
  57. NOTE: Executing SetScene Tasks
  58. NOTE: Executing RunQueue Tasks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement