From 51617eac0cdd959918564ee4cc5442048cff51d9 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 19 Apr 2012 17:33:33 +0200 Subject: cloud9-gnome-image: same as cloud9-image, but with GNOME added to it Signed-off-by: Koen Kooi Signed-off-by: Denys Dmytriyenko --- recipes-misc/images/cloud9-gnome-image.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-misc/images/cloud9-gnome-image.bb (limited to 'recipes-misc') 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 @@ +# 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" + -- cgit v1.2.3-54-g00ecf