summaryrefslogtreecommitdiffstats
path: root/recipes-misc/images/cloud9-image.bb
blob: 1a7e26956affc22fe428a24d07bbd57115064505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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 \
"

export IMAGE_BASENAME = "Cloud9-IDE"