All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] cloud9-gnome-image: same as cloud9-image, but with GNOME added to it
@ 2012-04-19 15:33 Koen Kooi
  2012-04-19 15:33 ` [PATCH 2/2] linux-ti33x-psp 3.2: fix VGA cape detection for beaglebone Koen Kooi
  2012-04-23 20:25 ` [PATCH 1/2] cloud9-gnome-image: same as cloud9-image, but with GNOME added to it Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Koen Kooi @ 2012-04-19 15:33 UTC (permalink / raw)
  To: meta-ti; +Cc: denys

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 recipes-misc/images/cloud9-gnome-image.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 recipes-misc/images/cloud9-gnome-image.bb

diff --git a/recipes-misc/images/cloud9-gnome-image.bb b/recipes-misc/images/cloud9-gnome-image.bb
new file mode 100644
index 0000000..13638d7
--- /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"
+
-- 
1.7.2.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-24  6:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-19 15:33 [PATCH 1/2] cloud9-gnome-image: same as cloud9-image, but with GNOME added to it Koen Kooi
2012-04-19 15:33 ` [PATCH 2/2] linux-ti33x-psp 3.2: fix VGA cape detection for beaglebone Koen Kooi
2012-04-23 20:25 ` [PATCH 1/2] cloud9-gnome-image: same as cloud9-image, but with GNOME added to it Koen Kooi
2012-04-23 21:05   ` Denys Dmytriyenko
2012-04-24  6:35     ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.