summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-04-19 17:33:33 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-04-24 14:11:07 -0400
commit51617eac0cdd959918564ee4cc5442048cff51d9 (patch)
tree33a4441effaa7941ad7295aa172cbf0fb20d82e0
parenta70dab6fe30ae2f784cb6fe46e612ad378a9fe9c (diff)
downloadmeta-ti-51617eac0cdd959918564ee4cc5442048cff51d9.tar.gz
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>
-rw-r--r--recipes-misc/images/cloud9-gnome-image.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-misc/images/cloud9-gnome-image.bb b/recipes-misc/images/cloud9-gnome-image.bb
new file mode 100644
index 00000000..13638d78
--- /dev/null
+++ b/recipes-misc/images/cloud9-gnome-image.bb
@@ -0,0 +1,19 @@
1# Image with cloud9 ide, gfx and hw tools installed
2
3require cloud9-image.bb
4
5# SoC specific packages, mostly 3D or multimedia related
6SOCSUPPORT = ""
7SOCSUPPORT_omap3 = "xbmc libgles-omap3-x11demos gstreamer-ti omapfbplay"
8SOCSUPPORT_ti33x = "xbmc libgles-omap3-x11demos gst-ffmpeg mplayer2 beaglebone-capes"
9
10IMAGE_INSTALL += " \
11 angstrom-task-gnome gimp abiword gedit midori epiphany firefox matchbox-terminal \
12 ${SOCSUPPORT} \
13 ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-common \
14 xinput-calibrator \
15 xterm \
16 "
17
18export IMAGE_BASENAME = "Cloud9-IDE-GNOME"
19