summaryrefslogtreecommitdiffstats
path: root/recipes-misc/images/cloud9-image.bb
blob: c3f33c021c60516142e199e0018c32a74c9debbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Image with cloud9 ide and hw tools installed

require ti-hw-bringup-image.bb

FATPAYLOAD = "${datadir}/beaglebone-getting-started/*"

ROOTFSTYPE_beaglebone = "ext4"

IMAGE_INSTALL += " \
	cloud9 \
	task-sdk-target \
	vim vim-vimrc \
	procps \
	beaglebone-tester \
	screen minicom \
	git \
	beaglebone-getting-started bonescript \
	led-config \
	opencv-dev \
"

export IMAGE_BASENAME = "Cloud9-IDE"