diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-09 20:21:21 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-10 21:32:46 -0500 |
commit | 9c197d70799ab721501e4d8a5be11746f7867843 (patch) | |
tree | 3f3df22ea320973eec39b8d40e03c0ab21be20e4 /recipes-misc | |
parent | a924b24328daa3104d5d8538d417763a9e8b459c (diff) | |
download | meta-ti-9c197d70799ab721501e4d8a5be11746f7867843.tar.gz |
cloud9-image: include CAN support
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-misc')
-rw-r--r-- | recipes-misc/images/cloud9-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-misc/images/cloud9-image.bb b/recipes-misc/images/cloud9-image.bb index 65ce4e0e..1a7e2695 100644 --- a/recipes-misc/images/cloud9-image.bb +++ b/recipes-misc/images/cloud9-image.bb | |||
@@ -28,6 +28,7 @@ IMAGE_INSTALL += " \ | |||
28 | nodejs-dev \ | 28 | nodejs-dev \ |
29 | mplayer2 \ | 29 | mplayer2 \ |
30 | tslib-tests tslib-calibrate \ | 30 | tslib-tests tslib-calibrate \ |
31 | iproute2 canutils \ | ||
31 | " | 32 | " |
32 | 33 | ||
33 | export IMAGE_BASENAME = "Cloud9-IDE" | 34 | export IMAGE_BASENAME = "Cloud9-IDE" |