[oe] [PATCH] mpich: added BASH_SHELL to CACHED_CONFIGUREVARS

2015-05-09 Thread Victor Rodriguez
On Fedora 17, bash has moved to /usr/bin/bash and the configure process finds it on the host machine there, this ensures that it is set correctly for the target. Signed-off-by: Victor Rodriguez --- meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [oe] [PATCH] mpich: added BASH_SHELL to CACHED_CONFIGUREVARS

2015-05-25 Thread Victor Rodriguez
On Sun, May 10, 2015 at 1:27 AM, Victor Rodriguez wrote: > On Fedora 17, bash has moved to /usr/bin/bash and the configure process finds > it on the host machine there, this ensures that it is set correctly for the > target. > > Signed-off-by: Victor Rodriguez > --- > met

[oe] 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 -- ___ Openembedded-devel mailing lis

Re: [oe] [yocto] 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 &

Re: [oe] [yocto] 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: [oe] [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: [oe] [yocto] 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: [oe] [yocto] 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: [oe] [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL

2015-08-10 Thread Victor Rodriguez
On Sat, Jul 25, 2015 at 7:26 AM, Gary Thomas wrote: > On 2015-07-24 18:37, Khem Raj wrote: >> >> On Tue, Jul 21, 2015 at 8:36 AM, Gary Thomas wrote: >>> >>> On 2015-07-21 09:26, Victor Rodriguez wrote: >>>> >>>> >>>> Hi tea

Re: [oe] [yocto] 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: >>>

[oe] [meta-oe][PATCH 2/2] mpich: Disable RPATH to avoid issues in package_qa

2015-03-09 Thread Victor Rodriguez
From: Aníbal Limón Set --disable-rpath to extra opts in order to avoid issues in package_qa also change default pm to gforker because hydra has problems with RPATH. TODO: Make a patch for solve hydra rpath issues. Signed-off-by: Aníbal Limón --- meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb |

[oe] [meta-oe][PATCH 1/2] Add mpich support

2015-03-09 Thread Victor Rodriguez
This patch add mpich support to yocto in order to run MPI framework on embedded systems. Signed-off-by: Alejandro Hernandez Signed-off-by: Victor Rodriguez Signed-off-by: Alexandru.Vaduva --- meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | 29 +++ 1 file changed, 29