diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-19 17:33:33 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-04-24 14:11:07 -0400 |
commit | 51617eac0cdd959918564ee4cc5442048cff51d9 (patch) | |
tree | 33a4441effaa7941ad7295aa172cbf0fb20d82e0 /recipes-misc | |
parent | a70dab6fe30ae2f784cb6fe46e612ad378a9fe9c (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-misc')
-rw-r--r-- | recipes-misc/images/cloud9-gnome-image.bb | 19 |
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 | |||
3 | require cloud9-image.bb | ||
4 | |||
5 | # SoC specific packages, mostly 3D or multimedia related | ||
6 | SOCSUPPORT = "" | ||
7 | SOCSUPPORT_omap3 = "xbmc libgles-omap3-x11demos gstreamer-ti omapfbplay" | ||
8 | SOCSUPPORT_ti33x = "xbmc libgles-omap3-x11demos gst-ffmpeg mplayer2 beaglebone-capes" | ||
9 | |||
10 | IMAGE_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 | |||
18 | export IMAGE_BASENAME = "Cloud9-IDE-GNOME" | ||
19 | |||