summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-09 15:56:47 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-09 15:56:47 +0100
commit0a50f041b23b06ec3e6fda5aba9c6e7a43d930c5 (patch)
tree4563628b2554b7edd6c4ef68139e1b7d16522aa8
parentf1c2dd0ae57938899840342de33764685b6a5288 (diff)
downloadmeta-ti-0a50f041b23b06ec3e6fda5aba9c6e7a43d930c5.tar.gz
cloud9-image: add tar, gdb and gdbserver
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-misc/images/cloud9-image.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-misc/images/cloud9-image.bb b/recipes-misc/images/cloud9-image.bb
index 982a4eb9..85340782 100644
--- a/recipes-misc/images/cloud9-image.bb
+++ b/recipes-misc/images/cloud9-image.bb
@@ -22,6 +22,8 @@ IMAGE_INSTALL += " \
22 minicom \ 22 minicom \
23 hicolor-icon-theme \ 23 hicolor-icon-theme \
24 gateone \ 24 gateone \
25 tar \
26 gdb gdbserver \
25" 27"
26 28
27export IMAGE_BASENAME = "Cloud9-IDE" 29export IMAGE_BASENAME = "Cloud9-IDE"