1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00

cloud9-image: add opencv headers and libs

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-11-07 12:42:09 +01:00
parent ded88c51bc
commit 13fd8f04ac
+2 -1
View File
@@ -2,7 +2,7 @@
require ti-hw-bringup-image.bb
FATPAYLOAD = "${datadir}/beaglebone-getting-started/"
FATPAYLOAD = "${datadir}/beaglebone-getting-started/*"
IMAGE_INSTALL += " \
cloud9 \
@@ -21,6 +21,7 @@ IMAGE_INSTALL += " \
git \
beaglebone-getting-started bonescript \
led-config \
opencv-dev \
"
export IMAGE_BASENAME = "Cloud9-IDE"