diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-08-03 14:08:29 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-26 15:52:19 +0100 |
commit | ce64e15ce07e21e4ae5501537ecceee4a30a01ad (patch) | |
tree | 5cfe818f6bc8c8a9d331743f616babca76803260 | |
parent | 921338390cdb38be13451b8c117bb2e27111899f (diff) |
[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.
-rw-r--r-- | packages/images/openmoko-asu-image.bb | 7 | ||||
-rw-r--r-- | 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 0000000000..2a8896c592 --- /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 0000000000..a815e228d4 --- /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 \ + splinter \ + ${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 \ +" |