diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-09 15:56:47 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-09 15:56:47 +0100 |
| commit | 0a50f041b23b06ec3e6fda5aba9c6e7a43d930c5 (patch) | |
| tree | 4563628b2554b7edd6c4ef68139e1b7d16522aa8 | |
| parent | f1c2dd0ae57938899840342de33764685b6a5288 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 27 | export IMAGE_BASENAME = "Cloud9-IDE" | 29 | export IMAGE_BASENAME = "Cloud9-IDE" |
