[oe-commits] Holger Hans Peter Freyther : asu: Create ASU/Om2008.8 task and image ( to ease removing Qtopia from it) Create a separate task-openmoko-asu and openmoko-asu-image. The image is installing task-openmoko-asu and task-openmoko-qtopia-x11. It should be fairly easy to remove Qtopia for the people that want that.

GIT User account git at amethyst.openembedded.net
Mon Oct 27 17:31:03 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5a0c6dce019eb166571df683c6a15c351db78b3b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a0c6dce019eb166571df683c6a15c351db78b3b

Author: Holger Hans Peter Freyther <zecke at openmoko.org>
Date:   Sun Aug  3 14:08:29 2008 +0200

asu: Create ASU/Om2008.8 task and image (to ease removing Qtopia from it) Create a separate task-openmoko-asu and openmoko-asu-image. The image is installing task-openmoko-asu and task-openmoko-qtopia-x11. It should be fairly easy to remove Qtopia for the people that want that.

---

 packages/images/openmoko-asu-image.bb |    7 +++++
 packages/tasks/task-openmoko-asu.bb   |   45 +++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/packages/images/openmoko-asu-image.bb b/packages/images/openmoko-asu-image.bb
new file mode 100644
index 0000000..2a8896c
--- /dev/null
+++ b/packages/images/openmoko-asu-image.bb
@@ -0,0 +1,7 @@
+#------------------------------------------------------
+# Openmoko Qtopia/X11 Image Recipe
+#------------------------------------------------------
+
+require openmoko-minimal-image.bb
+
+IMAGE_INSTALL += "task-openmoko-asu"
diff --git a/packages/tasks/task-openmoko-asu.bb b/packages/tasks/task-openmoko-asu.bb
new file mode 100644
index 0000000..af17e45
--- /dev/null
+++ b/packages/tasks/task-openmoko-asu.bb
@@ -0,0 +1,45 @@
+DESCRIPTION = "Openmoko: Om 2008.8 August Software Update"
+
+SECTION = "openmoko/base"
+ALLOW_EMPTY = "1"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+LICENSE = "MIT"
+PR = "r2"
+
+inherit task
+
+PACKAGES = "task-openmoko-asu"
+RDEPENDS_task-openmoko-asu = "\
+  bluez-hcidump \
+  readline \
+  connman \
+  connman-plugin-connman-resolvconf \
+  connman-plugin-connman-dhclient \
+  connman-plugin-connman-80211 \
+  connman-script-dhclient \
+  e-wm \
+  illume \
+  illume-theme \
+  assassin \
+  diversity-daemon \
+  om-locations \
+  ${XSERVER} \
+  xserver-kdrive-common \
+  xserver-nodm-init \
+  xauth \
+  xhost \
+  xset \
+  xrandr \
+  libnotify \
+  exposure \
+  etk-theme-ninja \
+  openmoko-community-repository \
+  assassin-thumbnail \
+  pyefl-sudoku \
+  \
+# For supporting the om2007.2 stack
+  openmoko-icon-theme-standard2 \
+  moko-gtk-engine \
+  settings-daemon \
+  openmoko-asu-om20072-support \
+"





More information about the Openembedded-commits mailing list