blob: 689a7c926fba45039334d6bca3d88872ff6942c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Image with cloud9 ide, gfx and hw tools installed
require cloud9-image.bb
IMAGE_INSTALL += " \
task-xserver \
angstrom-gnome-icon-theme-enable gtk-engine-clearlooks gtk-theme-clearlooks angstrom-clearlooks-theme-enable \
e-wm-config-default e-wm-config-standard e-wm-config-illume2 \
xserver-nodm-init \
xserver-common \
ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-common \
"
export IMAGE_BASENAME = "Cloud9-IDE-gfx"
|