task-poky.bb 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. #
  2. # Copyright (C) 2007 OpenedHand Ltd.
  3. #
  4. DESCRIPTION = "Tasks for OpenedHand Poky"
  5. PR = "r5"
  6. PACKAGES = "\
  7. task-poky-apps-console \
  8. task-poky-apps-console-dbg \
  9. task-poky-apps-console-dev \
  10. task-poky-apps-x11-core \
  11. task-poky-apps-x11-core-dbg \
  12. task-poky-apps-x11-core-dev \
  13. task-poky-apps-x11-games \
  14. task-poky-apps-x11-games-dbg \
  15. task-poky-apps-x11-games-dev \
  16. task-poky-apps-x11-pimlico \
  17. task-poky-apps-x11-pimlico-dbg \
  18. task-poky-apps-x11-pimlico-dev \
  19. task-poky-x11-base \
  20. task-poky-x11-base-dbg \
  21. task-poky-x11-base-dev \
  22. task-poky-x11-sato \
  23. task-poky-x11-sato-dbg \
  24. task-poky-x11-sato-dev \
  25. task-poky-tools-debug \
  26. task-poky-tools-debug-dbg \
  27. task-poky-tools-debug-dev \
  28. task-poky-tools-profile \
  29. task-poky-tools-profile-dbg \
  30. task-poky-tools-profile-dev \
  31. task-poky-tools-testapps \
  32. task-poky-tools-testapps-dbg \
  33. task-poky-tools-testapps-dev \
  34. task-poky-nfs-server \
  35. task-poky-nfs-server-dbg \
  36. task-poky-nfs-server-dev \
  37. "
  38. PACKAGE_ARCH = "${MACHINE_ARCH}"
  39. XSERVER ?= "xserver-kdrive-fbdev"
  40. ALLOW_EMPTY = "1"
  41. RDEPENDS_task-poky-apps-console = "\
  42. avahi-daemon \
  43. dropbear \
  44. portmap \
  45. psplash"
  46. RDEPENDS_task-poky-x11-base = "\
  47. matchbox-common \
  48. matchbox-wm \
  49. matchbox-keyboard \
  50. matchbox-keyboard-applet \
  51. matchbox-keyboard-im \
  52. matchbox-panel-2 \
  53. matchbox-desktop \
  54. ${XSERVER} \
  55. xserver-kdrive-common \
  56. xserver-nodm-init \
  57. liberation-fonts \
  58. xauth \
  59. xhost \
  60. xset \
  61. xrandr"
  62. RDEPENDS_task-poky-apps-x11-core = "\
  63. leafpad \
  64. pcmanfm \
  65. rxvt-unicode \
  66. screenshot"
  67. RDEPENDS_task-poky-apps-x11-games = "\
  68. puzzles"
  69. RDEPENDS_task-poky-apps-x11-pimlico = "\
  70. eds-dbus \
  71. contacts \
  72. dates \
  73. tasks \
  74. web"
  75. RDEPENDS_task-poky-x11-sato = "\
  76. matchbox-desktop \
  77. matchbox-sato \
  78. matchbox-keyboard \
  79. matchbox-stroke \
  80. matchbox-config-gtk \
  81. matchbox-themes-gtk \
  82. matchbox-applet-startup-monitor \
  83. xcursor-transparent-theme \
  84. sato-icon-theme \
  85. settings-daemon \
  86. gtk-sato-engine"
  87. RDEPENDS_task-poky-tools-debug = "\
  88. gdb \
  89. strace"
  90. RDEPENDS_task-poky-tools-profile = "\
  91. exmap-console \
  92. exmap-server \
  93. oprofile \
  94. oprofileui-server \
  95. lttng-control \
  96. lttng-viewer"
  97. RDEPENDS_task-poky-tools-profile_qemux86 += "valgrind"
  98. RRECOMMENDS_task-poky-tools-profile = "\
  99. kernel-module-oprofile"
  100. RDEPENDS_task-poky-tools-testapps = "\
  101. tslib-calibrate \
  102. tslib-tests \
  103. lrzsz \
  104. alsa-utils-amixer \
  105. alsa-utils-aplay \
  106. owl-video-widget \
  107. gst-meta-video \
  108. gst-meta-audio \
  109. xvideo-tests"
  110. RDEPENDS_task-poky-nfs-server = "\
  111. nfs-utils"
  112. # rpcinfo can be useful
  113. RRECOMMENDS_task-poky-nfs-server = "\
  114. glibc-utils"