blob: 13638d7842cfc0a0e516239147663767401e91a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Image with cloud9 ide, gfx and hw tools installed
require cloud9-image.bb
# SoC specific packages, mostly 3D or multimedia related
SOCSUPPORT = ""
SOCSUPPORT_omap3 = "xbmc libgles-omap3-x11demos gstreamer-ti omapfbplay"
SOCSUPPORT_ti33x = "xbmc libgles-omap3-x11demos gst-ffmpeg mplayer2 beaglebone-capes"
IMAGE_INSTALL += " \
angstrom-task-gnome gimp abiword gedit midori epiphany firefox matchbox-terminal \
${SOCSUPPORT} \
ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-common \
xinput-calibrator \
xterm \
"
export IMAGE_BASENAME = "Cloud9-IDE-GNOME"
|