mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
d2886e6355
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
38 lines
626 B
BlitzBasic
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"
|
|
|