4321c6cc746fff12d44fe73cfec9e8aaa611e31a
[vuplus_openembedded] / meta / opie-image.oe
1 export IMAGE_BASENAME = "opie-image"
2
3 #
4 # Dependencies to get the launcher up and running
5 #
6
7 OPIE_LIBS = "qpf-bitstream-vera-small"
8 OPIE_LIBS_DEPEND = "qte-for-opie libopie2 qpf-bitstream-vera"
9 OPIE_BASE = "opie-pics opie-qcop opie-quicklauncher opie-taskbar"
10
11 #
12 # Things for reasonable bootstrap image
13 #
14
15 OPIE_BASE_APPLETS = "opie-aboutapplet      opie-clockapplet      opie-logoutapplet    opie-suspendapplet \
16                      opie-batteryapplet    opie-homeapplet       opie-multikeyapplet  opie-rotateapplet  \
17                      opie-vtapplet         opie-cardmon          opie-irdaapplet"
18
19 OPIE_BASE_INPUTMETHODS = "opie-multikey opie-handwriting"
20
21 OPIE_BASE_APPS = "opie-aqpkg opie-console"
22
23 OPIE_BASE_SETTINGS = "opie-light-and-power opie-appearance opie-systemtime"
24
25 OPIE_BASE_DECOS = "opie-deco-flat opie-deco-liquid opie-deco-polished"
26      
27 OPIE_BASE_STYLES = "opie-style-flat opie-style-liquid opie-style-fresh opie-style-metal"
28
29 OPIE_BASE_DEPENDS = "ipkg ntp"
30 OPIE_BASE_RDEPENDS = "ntpdate opie-handwriting-classicset"
31
32 #
33 # Additional things for a standard 16MB distribution
34 #
35
36 OPIE_PIM = "opie-alarm opie-addressbook opie-drawpad opie-datebook opie-textedit opie-todo opie-today"
37
38 OPIE_EXTRA_APPLETS = "opie-clipboardapplet opie-volumeapplet opie-screenshotapplet"
39
40 OPIE_EXTRA_APPS = "opie-advancedfm"
41
42 OPIE_EXTRA_SETTINGS = "opie-language opie-launcher-settings opie-doctab opie-security opie-mediummount"
43
44 #
45 # Putting it altogether. Better state IPKG_INSTALL and DEPENDS twice, because library names != package names.
46 #
47
48 export IPKG_INSTALL = "task-bootstrap ${OPIE_LIBS} ${OPIE_BASE} ${OPIE_BASE_APPLETS}  ${OPIE_BASE_SETTINGS}  ${OPIE_BASE_APPS} \
49                              ${OPIE_BASE_RDEPENDS} ${OPIE_PIM}  ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} ${OPIE_EXTRA_APPS} \
50                              ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} ${OPIE_BASE_INPUTMETHODS}"
51
52 DEPENDS = "task-bootstrap ${OPIE_LIBS_DEPEND}  ${OPIE_BASE} ${OPIE_BASE_APPLETS}  ${OPIE_BASE_SETTINGS}  ${OPIE_BASE_APPS} \
53                           ${OPIE_BASE_DEPENDS} ${OPIE_PIM}  ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} ${OPIE_EXTRA_APPS} \
54                           ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} ${OPIE_BASE_INPUTMETHODS}"
55
56
57 inherit image_ipk