Advertisement
Guest User

Untitled

a guest
May 29th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. cat conf/local.conf
  2. TOPDIR = "/home/opt/montavista/mvl6/bosch-triton-es-2.6.33_100423_1001925"
  3. DL_DIR = "${TOPDIR}/sources"
  4. require conf/content-collections.conf
  5. PSTAGE_PKG = "${TOPDIR}/prebuilt/${HOST_SYS}/${PSTAGE_PKGNAME}"
  6.  
  7. MACHINE = "x86-target"
  8.  
  9. TARGET_ARCH = "i686"
  10. PACKAGE_EXTRA_ARCHS = "x86"
  11.  
  12. IGNORE_TOOLCHAIN_VERSION = "1"
  13. IMAGE_FSTYPES="ext2"
  14.  
  15. PARALLEL_MAKE = "-j 8"
  16. BB_NUMBER_THREADS = "8"
  17.  
  18. TMPDIR=${TOPDIR}/tmp.x86-target.bosch.live.3
  19.  
  20. PREFERRED_PROVIDER_virtual/xserver_local = "xserver-xorg"
  21. XSERVER_local = "xserver-xorg \
  22. xserver-xorg-conf \
  23. xf86-input-evdev \
  24. xf86-video-vesa \
  25. xf86-video-fbdev \
  26. xf86-input-mouse \
  27. xf86-input-keyboard \
  28. mesa \
  29. "
  30.  
  31.  
  32. IMAGE_INSTALL_append = " ${XSERVER} \
  33. xinit \
  34. xauth \
  35. xhost \
  36. xset \
  37. xrandr \
  38. twm \
  39. xterm \
  40. libpthread-stubs \
  41. mesa \
  42. mesa-dbg \
  43. mesa-dev \
  44. mesa-xprogs \
  45. mesa-xprogs-dbg \
  46. libgl \
  47. libgl-dbg \
  48. libgl-dev \
  49. libglu \
  50. libglu-dbg \
  51. libglu-dev \
  52. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement