[yocto] fido LICENSE error opencv

Edward Vidal develone at sbcglobal.net
Mon Jul 27 05:34:49 PDT 2015


Hello All,
I was able to fix the license error in fido by adding commercial_x264 to LICENSE_FLAGS_WHITELIST variable. 

LICENSE_FLAGS_WHITELIST = "commercial_libmad commercial_mpeg2dec commercial_libav commercial_ffmpeg commercial_x264"

Opencv was installed on the Raspberry core-image-sato with the following changes

git diff meta/recipes-sato/images/core-image-sato.bb
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/ima
index e3246d2..f4b2286 100644
--- a/meta/recipes-sato/images/core-image-sato.bb
+++ b/meta/recipes-sato/images/core-image-sato.bb
@@ -8,4 +8,9 @@ LICENSE = "MIT"
 
 inherit core-image
 
-IMAGE_INSTALL += "packagegroup-core-x11-sato-games"
+IMAGE_INSTALL += "packagegroup-core-x11-sato-games kernel-dev xterm git \
+ jasper gsl gsl-dev python-netserver python-pygtk python-pygtk-dev \
+ python-numpy liba52 liba52-dev libmad libmad-dev libmad-staticdev \
+ chkconfig v4l-utils python-imaging parted python-distribute \
+ python-pyrex python-pexpect gperf tree libav libav-dev \
+ x264 x264-dev libav libav-dev opencv opencv-samples cmake"

What is the preferred method of creating an image with additional software installed?

Thanks for all the help. Edward Vidal Jr.
e-mail develone at sbcglobal.net
915-595-1613
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150727/6ec41a92/attachment.html>


More information about the yocto mailing list