diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-07 12:42:09 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-07 12:42:09 +0100 |
commit | 13fd8f04acf0b5864c6eeeaffd77c34eb07a178f (patch) | |
tree | e3c79cfc2ad55ecf686bc0e9ada975d075f86973 | |
parent | ded88c51bcc41df34561f96955a1535e39ac097b (diff) | |
download | meta-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.bb | 3 |
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 | ||
3 | require ti-hw-bringup-image.bb | 3 | require ti-hw-bringup-image.bb |
4 | 4 | ||
5 | FATPAYLOAD = "${datadir}/beaglebone-getting-started/" | 5 | FATPAYLOAD = "${datadir}/beaglebone-getting-started/*" |
6 | 6 | ||
7 | IMAGE_INSTALL += " \ | 7 | IMAGE_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 | ||
26 | export IMAGE_BASENAME = "Cloud9-IDE" | 27 | export IMAGE_BASENAME = "Cloud9-IDE" |