diff options
Diffstat (limited to 'meta-openmoko/packages/images/poky-image-openmoko.bb')
-rw-r--r-- | meta-openmoko/packages/images/poky-image-openmoko.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openmoko/packages/images/poky-image-openmoko.bb b/meta-openmoko/packages/images/poky-image-openmoko.bb new file mode 100644 index 0000000000..f1fc5905af --- /dev/null +++ b/meta-openmoko/packages/images/poky-image-openmoko.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | # | ||
2 | # Copyright (C) 2007 OpenedHand Ltd. | ||
3 | # | ||
4 | |||
5 | PR = "r3" | ||
6 | |||
7 | IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES} apps-x11-games" | ||
8 | |||
9 | inherit poky-image | ||
10 | |||
11 | IMAGE_INSTALL += "openmoko-today2 openmoko-dialer2 openmoko-theme-standard2 dates web eds-dbus tasks" | ||
12 | IMAGE_INSTALL += "openmoko-contacts2 openmoko-session2 \ | ||
13 | matchbox-keyboard \ | ||
14 | matchbox-stroke \ | ||
15 | matchbox-config-gtk \ | ||
16 | matchbox-themes-gtk \ | ||
17 | matchbox-applet-startup-monitor \ | ||
18 | xcursor-transparent-theme \ | ||
19 | openmoko-icon-theme-standard \ | ||
20 | settings-daemon" | ||