1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 14:28:05 +00:00
Files
Khem Raj 306bec90c4 recipes: Use 'packagegroup' instead of 'task'
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>
2012-09-14 00:22:11 -04:00

38 lines
634 B
BlitzBasic

# Image with cloud9 ide and hw tools installed
require ti-hw-bringup-image.bb
FATPAYLOAD = "${datadir}/beaglebone-getting-started/*"
ROOTFSTYPE_beaglebone = "ext4"
IMAGE_INSTALL += " \
systemd-analyze \
cloud9 \
packagegroup-sdk-target \
vim vim-vimrc \
procps \
beaglebone-tester \
screen minicom \
git \
beaglebone-getting-started bonescript \
led-config \
opencv-dev \
cronie-systemd ntpdate \
nano \
minicom \
hicolor-icon-theme \
gateone \
tar \
gdb gdbserver \
nodejs-dev \
mplayer2 \
tslib-tests tslib-calibrate \
iproute2 canutils \
connman-tests \
rsync \
"
export IMAGE_BASENAME = "Cloud9-IDE"