aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/illume-image.bb
blob: 3f146c6b88433b6064af55c725d8e183f8f1782c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
#------------------------------------------------------
# Rasterman Illume Image Recipe
#------------------------------------------------------

IMAGE_LINGUAS = "en-us de-de fr-fr pt-br ca-es zh-cn zh-tw bg-bg cs-cz da-dk nl-nl fi-fi hu-hu it-it ja-jp ko-kr nb-no pl-pl ru-ru sk-sk sl-si es-ar sv-se"

# use exquisite splash
SPLASH = "exquisite exquisite-themes exquisite-theme-illume"

# Default illume theme
ETHEME ?= "e-wm-theme-illume"
ECONFIG ?= "e-wm-config-illume2"
ESYSACTIONS ?= "e-wm-sysactions"
EMENU ?= "e-wm-menu"

# getting the base system up
BASE_INSTALL = "\
  angstrom-libc-fixup-hack \
  ${MACHINE_TASK_PROVIDER} \
  task-base \
  netbase \
  sysfsutils \
  wireless-tools \
  modutils-initscripts \
  module-init-tools-depmod \
  pointercal \
  tslib-conf \
#  prelink \
#  rsync \
#  screen \
#  fbset \
#  fbset-modes \
"

# Some machines don't set a *runtime* provider for X, so default to Xfbdev here
# virtual/xserver won't work, since the kdrive recipes will build multiple xserver packages
XSERVER ?= "xserver-kdrive-fbdev"

# getting an X window system up
X_INSTALL = "\
  libx11-locale \
  localedef \
  glibc-charmap-utf-8 \
  shared-mime-info \
  mime-support \
  e-wm \
  ${EMENU} \
  ${ESYSACTIONS} \
  ${ECONFIG} \
  ${ETHEME} \
  e-wm-config-standard \
  e-wm-config-netbook \
  e-wm-config-minimalist \
  e-wm-config-scaleable \
  ${XSERVER} \
  xserver-kdrive-splash-illume \
  xserver-kdrive-common \
  xserver-nodm-init \
  xauth \
  xhost \
  xset \
  xrandr \
  \
  fontconfig-utils \
  \
  ttf-dejavu-common \
  ttf-dejavu-sans \
  ttf-dejavu-serif \
  ttf-dejavu-sans-mono \
  ttf-arphic-uming \
"
DEV_INSTALL = "\
  task-native-sdk \
  e-wm-dev \
  task-proper-tools \
  ntpdate \
  nfs-utils-client \
  gdb \
  pkgconfig \
  ltrace \
  perl-module-file-path \
"

# useful command line tools
TOOLS_INSTALL = "\
  dosfstools \
  lsof \
  mdbus \
  mtd-utils \
  nano \
  powertop \
  sysstat \
"

# audio
AUDIO_INSTALL = "\
  alsa-oss \
  alsa-state \
  alsa-utils-aplay \
  alsa-utils-amixer \
  gst-meta-audio \
  ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'gst-plugin-mad', d)} \
  gst-plugin-modplug \
  gst-plugin-sid \
#  fso-sounds \
"

GTK_INSTALL = "\
  vala-terminal \
  gpe-scap \
"

# FIXME these should rather be part of alsa-state,
# once Om stabilizes them...
AUDIO_INSTALL_append_om-gta01 = "openmoko-alsa-scenarios"
AUDIO_INSTALL_append_om-gta02 = "openmoko-alsa-scenarios"

# GLES libs - put them on if the platform has them
GLES_INSTALL = ""
GLES_INSTALL_append_beagleboard  = "libgles-omap3 devmem2"
GLES_INSTALL_append_omap-3430sdp = "libgles-omap3"
GLES_INSTALL_append_omap-3430ldp = "libgles-omap3"
GLES_INSTALL_append_omap3evm     = "libgles-omap3"
#GLES_INSTALL_append_overo        = "libgles-omap3"
GLES_INSTALL_append_mx31ads      = "libgles-mx31"
GLES_INSTALL_append_mx31litekit  = "libgles-mx31"
GLES_INSTALL_append_pcm043      = "libgles-mx31"
GLES_INSTALL_append_zylonite     = "libgles-zylonite"

# python
PYTHON_INSTALL = "\
#  task-python-efl \
#  python-codecs \
#  python-gst \
"

# zhone
ZHONE_INSTALL = "\
  fso-gsm0710muxd \
  frameworkd \
  fso-gpsd \
  zhone \
"

# additional apps
APPS_INSTALL = "\
#   elementary-alarm \
   expedite \
   expedite-themes \
"

IMAGE_INSTALL = "\
  ${BASE_INSTALL} \
  ${GLES_INSTALL} \
  ${X_INSTALL} \
  ${GTK_INSTALL} \
  ${AUDIO_INSTALL} \
  ${TOOLS_INSTALL} \
  ${PYTHON_INSTALL} \
#  ${ZHONE_INSTALL} \
  ${APPS_INSTALL} \
  ${DEV_INSTALL} \
  ${SPLASH} \
"
inherit image

# perform some convenience tweaks to the rootfs
fso_rootfs_postprocess() {
    curdir=$PWD
    cd ${IMAGE_ROOTFS}
    # date/time
    date "+%m%d%H%M%Y" >./etc/timestamp
    # alias foo
    echo "alias pico=nano" >>./etc/profile
    echo "alias ipkg='opkg'" >>./etc/profile
    # dns
    echo "nameserver 208.67.222.222" >>./etc/resolv.conf
    echo "nameserver 208.67.220.220" >>./etc/resolv.conf
    # nfs
    mkdir -p ./local/pkg
    echo >>./etc/fstab
#    echo "# NFS Host" >>./etc/fstab
#    echo "192.168.0.200:/local/pkg /local/pkg nfs noauto,nolock,soft,rsize=32768,wsize=32768 0 0" >>./etc/fstab
    # fix .desktop files for illume
    desktop=`find ./usr/share/applications -name "*.desktop"`
    for file in $desktop; do
        echo "Categories=Office;" >>$file
    done
    # minimal gtk theme foo
    mkdir -p ./etc/gtk-2.0/
    echo 'gtk-font-name = "Sans 5"' >> ./etc/gtk-2.0/gtkrc
    cd $curdir
}

ROOTFS_POSTPROCESS_COMMAND += "fso_rootfs_postprocess"