1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00
Files
Koen Kooi d2886e6355 cloud9-image: add rsync
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-10 15:11:27 -04:00

38 lines
626 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 \
task-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"