1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 19:00:49 +00:00

cloud9-gnome-image: same as cloud9-image, but with GNOME added to it

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Koen Kooi
2012-04-19 17:33:33 +02:00
committed by Denys Dmytriyenko
parent a70dab6fe3
commit 51617eac0c
+19
View File
@@ -0,0 +1,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"