mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-17 14:57:47 +00:00
6b90dac9ab
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
16 lines
552 B
BlitzBasic
16 lines
552 B
BlitzBasic
# 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"
|
|
|