blob: e82f10a42c2df1d7c9a2a21d4821a1efcb99a653 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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 \
elsa \
"
export IMAGE_BASENAME = "Cloud9-IDE-gfx"
|