summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-11 21:52:01 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-11 21:52:01 +0200
commit79f827a9669e6849b294712b4e727d419b24df8c (patch)
tree85489df49bf6254dc26f53232656c14d22b1a345
parent7bb25fd0e836930856d5028d5cb932dbb7b790d4 (diff)
downloadmeta-ti-79f827a9669e6849b294712b4e727d419b24df8c.tar.gz
cloud9-image: add
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-misc/images/cloud9-image.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-misc/images/cloud9-image.bb b/recipes-misc/images/cloud9-image.bb
new file mode 100644
index 00000000..e6389ced
--- /dev/null
+++ b/recipes-misc/images/cloud9-image.bb
@@ -0,0 +1,18 @@
1# Image with cloud9 ide and hw tools installed
2
3require ti-hw-bringup-image.bb
4
5IMAGE_INSTALL += " \
6 cloud9 \
7 task-sdk-target \
8 matrix-gui \
9 matrix-gui-coming-soon \
10 matrix-gui-submenus-arm \
11 matrix-gui-submenus-cryptos \
12 matrix-gui-submenus-ethernet \
13 matrix-gui-submenus-settings \
14 matrix-gui-submenus-usb \
15 "
16
17export IMAGE_BASENAME = "Cloud9-IDE"
18