mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
bring recipes in sync with OE-Core, task bbclass is now replaced by packagegroup. and task recipes are now called packagegroup_something Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
20 lines
678 B
BlitzBasic
20 lines
678 B
BlitzBasic
# 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-packagegroup-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"
|
|
|