summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-07 12:42:09 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-07 12:42:09 +0100
commit13fd8f04acf0b5864c6eeeaffd77c34eb07a178f (patch)
treee3c79cfc2ad55ecf686bc0e9ada975d075f86973
parentded88c51bcc41df34561f96955a1535e39ac097b (diff)
downloadmeta-ti-13fd8f04acf0b5864c6eeeaffd77c34eb07a178f.tar.gz
cloud9-image: add opencv headers and libs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--recipes-misc/images/cloud9-image.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-misc/images/cloud9-image.bb b/recipes-misc/images/cloud9-image.bb
index ad0099b7..10a5a402 100644
--- a/recipes-misc/images/cloud9-image.bb
+++ b/recipes-misc/images/cloud9-image.bb
@@ -2,7 +2,7 @@
2 2
3require ti-hw-bringup-image.bb 3require ti-hw-bringup-image.bb
4 4
5FATPAYLOAD = "${datadir}/beaglebone-getting-started/" 5FATPAYLOAD = "${datadir}/beaglebone-getting-started/*"
6 6
7IMAGE_INSTALL += " \ 7IMAGE_INSTALL += " \
8 cloud9 \ 8 cloud9 \
@@ -21,6 +21,7 @@ IMAGE_INSTALL += " \
21 git \ 21 git \
22 beaglebone-getting-started bonescript \ 22 beaglebone-getting-started bonescript \
23 led-config \ 23 led-config \
24 opencv-dev \
24" 25"
25 26
26export IMAGE_BASENAME = "Cloud9-IDE" 27export IMAGE_BASENAME = "Cloud9-IDE"