Re: [yocto] [yocto-autobuilder][PATCHv3 5/5] buildset-config.yocto-qa: Add intel-corei7-64-daft buildset

2017-07-19 Thread Victor Rodriguez
On Tue, Jul 18, 2017 at 11:14 AM, Aníbal Limón wrote: > This buildset is for support running sanity tests over a DUT like > Minnowboard for the moment only builds core-image-sato, there is a need > to make it configurable. > > Also the listo of the available devices are fixed into the UI as > par

Re: [yocto] [oe] Bug in Open CV receipt

2015-08-10 Thread Victor Rodriguez
On Thu, Jul 23, 2015 at 11:30 AM, Otavio Salvador wrote: > On Thu, Jul 23, 2015 at 12:05 PM, Victor Rodriguez wrote: >> On Wed, Jul 22, 2015 at 7:35 AM, Otavio Salvador >> wrote: >>> On Tue, Jul 21, 2015 at 11:57 AM, Victor Rodriguez >>> wrote: >>>

Re: [yocto] fido LICENSE error opencv

2015-07-27 Thread Victor Rodriguez
On Mon, Jul 27, 2015 at 7:34 AM, Edward Vidal 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

Re: [yocto] [oe] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL

2015-07-23 Thread Victor Rodriguez
On Wed, Jul 22, 2015 at 8:50 AM, Paul Eggleton wrote: > On Tuesday 21 July 2015 14:51:55 Victor Rodriguez wrote: >> On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval >> >> wrote: >> > On 07/21/2015 10:45 AM, Victor Rodriguez wrote: >> >> On Tue, Ju

Re: [yocto] [oe] Bug in Open CV receipt

2015-07-23 Thread Victor Rodriguez
On Wed, Jul 22, 2015 at 7:35 AM, Otavio Salvador wrote: > On Tue, Jul 21, 2015 at 11:57 AM, Victor Rodriguez wrote: >> Few weeks ago I was having some problems with open CV receipt. In the >> begining I toght I was adding opencv tro my core-image-minimal-xfce &g

Re: [yocto] Bug in Open CV receipt

2015-07-21 Thread Victor Rodriguez
On Tue, Jul 21, 2015 at 3:49 PM, Leonardo Sandoval wrote: > > > On 07/21/2015 09:57 AM, Victor Rodriguez wrote: >> >> Hi team >> >> Few weeks ago I was having some problems with open CV receipt. In the >> begining I toght I was adding opencv tro my co

Re: [yocto] [oe] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL

2015-07-21 Thread Victor Rodriguez
On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval wrote: > > > > > On 07/21/2015 10:45 AM, Victor Rodriguez wrote: >> >> On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas wrote: >>> >>> On 2015-07-21 09:26, Victor Rodriguez wrote: >>>> >

Re: [yocto] [oe] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL

2015-07-21 Thread Victor Rodriguez
On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas wrote: > On 2015-07-21 09:26, Victor Rodriguez wrote: >> >> Hi team >> >> I have a question , according to documentation there is a difference >> between >> >> IMAGE_INSTALL_append >> >> and &

[yocto] Why do I need to specify kernel-modules in local.conf if I did bitbake menuconfig?

2015-07-21 Thread Victor Rodriguez
do bitbake menuconfig then enable the module you want save it .. the module be there .. I mean thats the reason why you did the menuconfig right ? Is this an expected behaivor for Yocto ? Best regards Victor Rodriguez -- ___ yocto mailing list yocto@yoctop

[yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL

2015-07-21 Thread Victor Rodriguez
. When I use the second one and try to build a core-image-minimal-xfce bitbake does not install what I wanted in my image . I had a really hard time few weekends ago because of this. I wonder If I am missing something or if this is a bug Best Regards Victor Rodriguez

[yocto] Bug in Open CV receipt

2015-07-21 Thread Victor Rodriguez
k. Thanks a lot for all the help . If someone else can reproduce this bug I am more than happy to report it in bugzila (not sure the URL) Hope it helps to cut the time of some others Best regards Victor Rodriguez -- ___ yocto mailing list yocto@yo

Re: [yocto] OpenCV yocto

2015-07-08 Thread Victor Rodriguez
On Wed, Jul 8, 2015 at 10:21 AM, Victor Rodriguez wrote: > On Sun, Jul 5, 2015 at 10:44 PM, Victor Rodriguez wrote: >> On Mon, Jun 22, 2015 at 9:14 AM, Leonardo Sandoval >> wrote: >>> >>> >>> On 06/20/2015 09:22 PM, Victor Rodriguez wrote: >>

Re: [yocto] OpenCV yocto

2015-07-08 Thread Victor Rodriguez
On Sun, Jul 5, 2015 at 10:44 PM, Victor Rodriguez wrote: > On Mon, Jun 22, 2015 at 9:14 AM, Leonardo Sandoval > wrote: >> >> >> On 06/20/2015 09:22 PM, Victor Rodriguez wrote: >>> >>> HI team >>> >>> I am having this same problem: &g

Re: [yocto] OpenCV yocto

2015-07-05 Thread Victor Rodriguez
On Mon, Jun 22, 2015 at 9:14 AM, Leonardo Sandoval wrote: > > > On 06/20/2015 09:22 PM, Victor Rodriguez wrote: >> >> HI team >> >> I am having this same problem: >> >> >> http://stackoverflow.com/questions/25332969/opencv-pkg-config-cannot-fi

[yocto] OpenCV yocto

2015-06-20 Thread Victor Rodriguez
ENSE_FLAGS_WHITELIST = "commercial" CORE_IMAGE_EXTRA_INSTALL += "libopencv-core-dev libopencv-highgui-dev libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev" All the help is more than welcome Best regards Victor Rodriguez --

Re: [yocto] build hello_world.c in yocto

2015-06-02 Thread Victor Rodriguez
On Tue, Jun 2, 2015 at 11:33 AM, Burton, Ross wrote: > > On 2 June 2015 at 17:30, Victor Rodriguez wrote: >> >> However I realize that it also includes many other stuffs ( pango for >> example ) >> >> Is there any way to make it with less features ? &g

Re: [yocto] build hello_world.c in yocto

2015-06-02 Thread Victor Rodriguez
On Mon, Jun 1, 2015 at 7:22 AM, Burton, Ross wrote: > > On 1 June 2015 at 13:08, Victor Rodriguez wrote: >> >> EXTRA_IMAGE_FEATURES = "debug-tweaks dev-pkgs" > > > As the documentation says > (http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html

Re: [yocto] build hello_world.c in yocto

2015-06-01 Thread Victor Rodriguez
On Sun, May 31, 2015 at 5:48 PM, Burton, Ross wrote: > > On 29 May 2015 at 21:59, Victor Rodriguez wrote: >> >> Question what are the necessary IMAGE_INSTALL_append to build a c >> hello world in an core-image-minimal ? > > > The easy way is to add tools-sdk to

[yocto] build hello_world.c in yocto

2015-05-29 Thread Victor Rodriguez
HI team Question what are the necessary IMAGE_INSTALL_append to build a c hello world in an core-image-minimal ? If I just add gcc .. then I need "as" when I try to gcc -0 hello hello.c I will add gcc and gcc-dev .. anyone else that I might be missing ? Thanks a lot and regar

[yocto] Unable to change binary names in do_install_append

2015-05-24 Thread Victor Rodriguez
/usr/lib/libmpicxx.so.12.0.1" "/usr/lib/libmpicxx.so.12" "/usr/lib/libmpi.so.12.0.1" I can not run the binary ( is not in the PATH ) and even "ls /us/bin/" is not working :( Meanwhile I will reset the patch and adapt the benchmark I need to run to these names I mi

[yocto] How to export variable in bitbake build for MPICH

2015-04-11 Thread Victor Rodriguez
h the Configure ? Thanks a lot and regards Victor Rodriguez -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [RFC] Toaster integration with Jenkins

2015-03-30 Thread Victor Rodriguez
id=7527 > > Any thoughts? Are we missing something? Are we going about it in a > completely wrong way? I think is a great idea and will be really useful for some current infrastructures Best regards Victor Rodriguez > Let us

Re: [yocto] GCC 4.9 to 5.0

2015-03-26 Thread Victor Rodriguez
On Wed, Mar 25, 2015 at 11:38 AM, Khem Raj wrote: > >> On Mar 25, 2015, at 9:28 AM, Victor Rodriguez wrote: >> >> HI everyone >> >> Does anybody knows if there is a best known method/plan/test suite for >> moving from one version of gcc to another ? >>

[yocto] GCC 4.9 to 5.0

2015-03-25 Thread Victor Rodriguez
HI everyone Does anybody knows if there is a best known method/plan/test suite for moving from one version of gcc to another ? I am in the middle of that painful task and wonder if yocto community has a plan every time yocto do this switch Thanks a lot for all the help Regards Victor

Re: [yocto] MPI support on Yocto

2015-02-19 Thread Victor Rodriguez
No problem Alex, here is the second version Thanks a lot to Alex Hernandez >From 7ef5b510333c1eac535484881beddf2604d7ed6a Mon Sep 17 00:00:00 2001 From: Victor Rodriguez Date: Thu, 19 Feb 2015 11:00:22 -0600 Subject: [PATCH] Add mpich suppor This patch add mpich support to yocto in order

Re: [yocto] Multiple packages from single recipe file

2015-02-09 Thread Victor Rodriguez
ill be present in different directories and need to be > placed in some predefined paths. > > > > So how we can achieve the same. > > > > Thanks, > > Abhinav > > > -- > ___ > yocto mailing list > yo

Re: [yocto] MPI support on Yocto

2015-02-08 Thread Victor Rodriguez
x27; does not exist autoreconf: aclocal failed with exit status: 1 ERROR: autoreconf execution failed. Any idea ? BTW. I am adding those extra configures from upstream spec files All the help is more than welcome Regards Victor Rodriguez > > Alex Vaduva > > > On Wednesday, Fe

Re: [yocto] MPI support on Yocto

2015-02-03 Thread Victor Rodriguez
On Tue, Feb 3, 2015 at 12:14 PM, Alexandru Vaduva wrote: > I will be more then happy to help you with this. > > > Alex Vaduva > > > On Tuesday, February 3, 2015 5:41 PM, Victor Rodriguez > wrote: > > > HI team > > I wonder if there is any project or

[yocto] MPI support on Yocto

2015-02-03 Thread Victor Rodriguez
HI team I wonder if there is any project or efforts to implement Message Passing Interface (MPICH ) support on Yocto ? If no I am more than happy to work on it , I just will need a little bit of guidance Thanks a lot Regards Victor Rodriguez