blob: 6a2e444a6d65d7383e46e8d32a24e2c680a97a98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Copyright (C) 2007 OpenedHand Ltd.
#
IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES} apps-x11-games"
inherit poky-image
IMAGE_INSTALL += "openmoko-today2 openmoko-dialer2 openmoko-theme-standard2 dates web-webkit eds-dbus tasks"
IMAGE_INSTALL += "openmoko-contacts2 openmoko-session2 \
matchbox-keyboard \
matchbox-stroke \
matchbox-config-gtk \
matchbox-themes-gtk \
matchbox-applet-startup-monitor \
xcursor-transparent-theme \
openmoko-icon-theme-standard \
settings-daemon"
|