summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7bb25fd)
raw | patch | inline | side by side (parent: 7bb25fd)
author | Koen Kooi <koen@dominion.thruhere.net> | |
Tue, 11 Oct 2011 19:52:01 +0000 (21:52 +0200) | ||
committer | Koen Kooi <koen@dominion.thruhere.net> | |
Tue, 11 Oct 2011 19:52:01 +0000 (21:52 +0200) |
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
recipes-misc/images/cloud9-image.bb | [new file with mode: 0644] | patch | blob |
diff --git a/recipes-misc/images/cloud9-image.bb b/recipes-misc/images/cloud9-image.bb
--- /dev/null
@@ -0,0 +1,18 @@
+# Image with cloud9 ide and hw tools installed
+
+require ti-hw-bringup-image.bb
+
+IMAGE_INSTALL += " \
+ cloud9 \
+ task-sdk-target \
+ matrix-gui \
+ matrix-gui-coming-soon \
+ matrix-gui-submenus-arm \
+ matrix-gui-submenus-cryptos \
+ matrix-gui-submenus-ethernet \
+ matrix-gui-submenus-settings \
+ matrix-gui-submenus-usb \
+ "
+
+export IMAGE_BASENAME = "Cloud9-IDE"
+