Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / meta / gpe-image.oe
1 MAINTAINER = "Chris Lord <cwiiis@handhelds.org>"
2
3 FEED_URIS_append_openzaurus = " x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \
4                                 gpe##http://openzaurus.org/official/unstable/3.5.2/feed/gpe"
5 FEED_URIS_append_opensimpad = " x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \
6                                 gpe##http://openzaurus.org/official/unstable/3.5.2/feed/gpe"
7 FEED_URIS_append_familiar   = " x11##http://familiar.handhelds.org/releases/0.8/feed/x11 \
8                                 gpe##http://familiar.handhelds.org/releases/0.8/feed/gpe"
9
10 PR = "r8"
11
12 export IMAGE_BASENAME = "gpe-image"
13
14 GUI_MACHINE_CLASS ?= "none"
15
16 GPE_EXTRA_DEPENDS += "${GPE_EXTRA_DEPENDS_${GUI_MACHINE_CLASS}}"
17 GPE_EXTRA_INSTALL += "${GPE_EXTRA_INSTALL_${GUI_MACHINE_CLASS}}"
18
19 GPE_EXTRA_THEMES = "gtk-theme-industrial gtk-industrial-engine matchbox-themes-extra-industrial"
20
21 #GPE_EXTRA_DEPENDS_bigscreen = "firefox linphone"
22 #GPE_EXTRA_INSTALL_bigscreen = "firefox linphone"
23 GPE_EXTRA_DEPENDS_bigscreen = "minimo"
24 GPE_EXTRA_INSTALL_bigscreen = "minimo gpe-task-games ${GPE_EXTRA_THEMES}"
25
26 GPE_EXTRA_DEPENDS_smallscreen = "minimo linphone-hh"
27 GPE_EXTRA_INSTALL_smallscreen = "minimo linphone-hh gpe-task-games ${GPE_EXTRA_THEMES}"
28
29 GPE_EXTRA_DEPENDS_none = ""
30 GPE_EXTRA_INSTALL_none = ""
31
32 XSERVER ?= "xserver-kdrive-fbdev"
33
34 DEPENDS = "task-bootstrap \
35            meta-gpe \
36            ${GPE_EXTRA_DEPENDS}"
37
38 export IPKG_INSTALL = "task-bootstrap gpe-task-base \
39                        gpe-task-pim gpe-task-settings \
40                        gpe-task-apps ${GPE_EXTRA_DEPENDS} \
41                        ${XSERVER} \
42                        ${GPE_EXTRA_INSTALL}"
43
44 ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
45
46 inherit image_ipk