[oe-commits] Stefan Schmidt : task-bug.bb: Add bug core tasks used in our images

git version control git at git.openembedded.org
Thu Feb 3 10:44:44 UTC 2011


Module: openembedded.git
Branch: master
Commit: 18a238b620da36b9cdb9c3cd51a4f25c0eaeb116
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=18a238b620da36b9cdb9c3cd51a4f25c0eaeb116

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Nov 11 09:33:56 2010 +0100

task-bug.bb: Add bug core tasks used in our images

---

 recipes/tasks/task-bug.bb |  127 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 127 insertions(+), 0 deletions(-)

diff --git a/recipes/tasks/task-bug.bb b/recipes/tasks/task-bug.bb
new file mode 100644
index 0000000..2fbcb6d
--- /dev/null
+++ b/recipes/tasks/task-bug.bb
@@ -0,0 +1,127 @@
+# Copyright (C) 2011 Bug Labs, Inc
+
+PR = "r87"
+
+ALLOW_EMPTY = "1"
+
+PACKAGES += "${PN}-java ${PN}-java-osgi ${PN}-audio ${PN}-devlangs ${PN}-x11 ${PN}-network ${PN}-x11-debug ${PN}-debug"
+
+RDEPENDS_${PN} = "kernel-modules \
+                  bug-udev \
+                  repo-feed-configs \
+                  diffutils \
+                  logrotate \
+                  bug-logrotate \
+                  lrzsz \
+                  kernel-headers \
+                  ntpclient \
+                  tzdata \
+                  nano \
+                  lsof \
+                  file \
+                  bug2v4l2 \
+"
+
+RDEPENDS_${PN}-network = "\
+                  dnsmasq \
+                  marvell-sdio-fw \
+                  hostap-daemon \
+                  iptables \
+                  eject \
+                  usb-modeswitch \
+                  iperf \
+		  connman \
+		  connman-plugin-wifi \
+#		  connman-plugin-ofono \
+#		  connman-plugin-ethernet \
+"
+
+RDEPENDS_${PN}-x11-debug = "\
+                  xinput \
+                  xsetroot \
+                  xrandr \
+                  x11vnc \
+                  "
+
+RDEPENDS_${PN}-debug = "\
+                  ${PN}-x11-debug \
+                  tslib-tests \
+                  tslib-calibrate \
+"
+
+RDEPENDS_${PN}-x11 = "\
+                  dbus-x11 \
+                  matchbox-theme-bug-dark \
+                  mb-bug-icon-theme \
+                  pcmanfm \
+                  bug-reboot-icon \
+                  bug-shutdown-icon \
+                  xinput-calibrator \
+                  synergy \
+"
+
+RDEPENDS_${PN}-devlangs = "\
+                  ruby \
+                  lua5.1 \
+                  python-modules \
+                  python-misc \
+		  python-pygobject \
+		  python-dbus \
+		  python-pybluez \
+                  perl-modules \
+                  task-native-sdk \
+"
+
+RDEPENDS_${PN}-java =  " \
+                  openjdk-6-jre \
+                  felix-init \
+		  felix \
+		  felix-configadmin \
+                  zip \
+"
+
+RDEPENDS_${PN}-java-osgi =  " \
+                  ${PN}-java \
+                  com.buglabs.app.appui \
+                  com.buglabs.bug.base \
+                  com.buglabs.bug.bmi \
+                  com.buglabs.bug.event \
+                  com.buglabs.bug.jni.common \
+		  com.buglabs.bug.jni.accelerometer \
+                  com.buglabs.bug.jni.gps \
+                  com.buglabs.bug.jni.input \
+                  com.buglabs.bug.jni.lcd \
+                  com.buglabs.bug.jni.rxtx \
+                  com.buglabs.bug.jni.vonhippel \
+                  com.buglabs.bug.jni.camera \
+                  com.buglabs.bug.module.camera \
+                  com.buglabs.bug.module.vonhippel \
+                  com.buglabs.bug.module.gps \
+                  com.buglabs.bug.module.lcd \
+		  com.buglabs.bug.module.video \
+                  com.buglabs.bug.module \
+                  com.buglabs.bug.program \
+                  com.buglabs.bug.service \
+                  com.buglabs.common \
+                  com.buglabs.nmea \
+                  com.buglabs.osgi.http \
+                  com.buglabs.osgi.sewing \
+                  com.buglabs.osgi.shell \
+                  com.sun.javax.servlet \
+                  com.buglabs.bug.jni.libmatthew \
+                  org.freedesktop.dbus \
+	          bug-avahi \
+"
+
+RDEPENDS_${PN}-audio = "\
+                  alsa-state \
+                  alsa-utils-alsamixer \
+                  alsa-utils-midi \
+                  alsa-utils-aplay \
+                  alsa-utils-amixer \
+                  alsa-utils-aconnect \
+                  alsa-utils-iecset \
+                  alsa-utils-speakertest \
+                  alsa-utils-aseqnet \
+                  alsa-utils-alsactl \
+"





More information about the Openembedded-commits mailing list