--- /dev/null
+#------------------------------------------------------
+# Openmoko Bare Image Recipe
+#------------------------------------------------------
+
+require openmoko-minimal-image.bb
+
+IMAGE_INSTALL += "task-openmoko-bare"
--- /dev/null
+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 \
+"