On Mon, Jul 27, 2015 at 7:34 AM, Edward Vidal <[email protected]> wrote: > 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 [email protected] > 915-595-1613 > > -- > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto >
Hi I had the same problem with opencv in yocto . There is a trend about this in mailign list: https://www.mail-archive.com/[email protected]/msg24746.html I am pushing to do a change in opencv receipt Hope it helps -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
