]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-misc/images/cloud9-gnome-image.bb
multi-kernel: match oe-core for MODULE_IMAGE_BASE_NAME, set it conditionally
[glsdk/meta-ti-glsdk.git] / recipes-misc / images / cloud9-gnome-image.bb
1 # Image with cloud9 ide, gfx and hw tools installed
3 require cloud9-image.bb
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"
10 IMAGE_INSTALL += " \
11                   angstrom-packagegroup-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                  "
18 export IMAGE_BASENAME = "Cloud9-IDE-GNOME"