[oe-commits] Julian_chu : openmoko: Add openmoko-bare-image

GIT User account git at amethyst.openembedded.net
Sat Nov 15 23:39:07 UTC 2008


Module: openembedded.git
Branch: holger/openmoko-merges
Commit: ddc19bbe91a61d6d29ee442f14535aef2fe9eee3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ddc19bbe91a61d6d29ee442f14535aef2fe9eee3

Author: Julian_chu <julian_chu at openmoko.com>
Date:   Wed Aug 20 15:42:06 2008 +0800

openmoko: Add openmoko-bare-image
This is a minimal image plus Window Manager (e-wm)
and Om-settings, Om-installer.

---

 packages/images/openmoko-bare-image.bb |    7 ++++++
 packages/tasks/task-openmoko-bare.bb   |   37 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/packages/images/openmoko-bare-image.bb b/packages/images/openmoko-bare-image.bb
new file mode 100644
index 0000000..2e3561d
--- /dev/null
+++ b/packages/images/openmoko-bare-image.bb
@@ -0,0 +1,7 @@
+#------------------------------------------------------
+# Openmoko Bare Image Recipe
+#------------------------------------------------------
+
+require openmoko-minimal-image.bb
+
+IMAGE_INSTALL += "task-openmoko-bare"
diff --git a/packages/tasks/task-openmoko-bare.bb b/packages/tasks/task-openmoko-bare.bb
new file mode 100644
index 0000000..3951750
--- /dev/null
+++ b/packages/tasks/task-openmoko-bare.bb
@@ -0,0 +1,37 @@
+DESCRIPTION = "Openmoko: Tasks for the Openmoko Linux Distribution"
+SECTION = "openmoko/base"
+ALLOW_EMPTY = "1"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+LICENSE = "MIT"
+PR = "r0"
+
+inherit task
+
+PACKAGES = "task-openmoko-bare"
+
+DESCRIPTION_task-openmoko-qtopia-x11 = "Openmoko: Provide Window Manager, Om-settings and Om-installer"
+RDEPENDS_task-openmoko-bare = "\
+           readline \
+           connman \
+           connman-plugin-connman-resolvconf \
+           connman-plugin-connman-dhclient \
+           connman-plugin-connman-80211 \
+           connman-script-dhclient \
+           libnotify \
+# X
+           illume \
+           illume-theme-asu \
+           e-wm \
+           ${XSERVER} \
+           xserver-kdrive-common \
+           xserver-nodm-init \
+           xauth \
+           xhost \
+           xset \
+           xrandr \
+# Om applications
+           assassin \
+           assassin-thumbnail \
+           om-settings \
+           openmoko-community-repository \
+"





More information about the Openembedded-commits mailing list