Re: [yocto] [PATCH] mono-4.xx.inc: disable parallel make

2015-07-08 Thread Chris Morgan
On Wed, Jul 8, 2015 at 6:49 AM, Alex J Lennon wrote: > > > On 07/07/2015 21:17, Richard Tollerton wrote: >> A race was observed during `make install` of mono-native under >> PARALLEL_MAKE=-j6: > > Thanks Richard - patch applied > > Chris - I wasn't able to replicate the failure you see under Fedor

Re: [yocto] populate_sdk and kernel headers

2015-07-08 Thread Benjamin Fleming
Ok, Well I can live with the complete source being in the SDK. Thank you for the help -Ben > -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > Sent: Wednesday, July 08, 2015 10:20 AM > To: Benjamin Fleming; Andre McCurdy > Cc: yocto@yoctoproject.org > Subj

Re: [yocto] Selecting different kernel inside an image recipe

2015-07-08 Thread Bruce Ashfield
On 2015-07-08 12:36 PM, Klaus Knopper wrote: Hello Leonardo, On Wed, Jul 08, 2015 at 10:40:10AM -0500, Leonardo Sandoval wrote: On 07/08/2015 09:50 AM, Klaus Knopper wrote: Hello list, I'm trying to build variantions/brands of an image that only differ in kernel configuration and kernel modul

Re: [yocto] populate_sdk and kernel headers

2015-07-08 Thread Bruce Ashfield
On 2015-07-08 1:05 PM, Benjamin Fleming wrote: Ok, adding kernel-devsrc to my IMAGE_INSTALL caused the kernel source to be included in the SDK. Unfortunately, it is now also included in the target image. I found adding kernel-devsrc instead to TOOLCHAIN_TARGET_TASK gave me what I wanted (/usr/s

Re: [yocto] populate_sdk and kernel headers

2015-07-08 Thread Benjamin Fleming
Ok, adding kernel-devsrc to my IMAGE_INSTALL caused the kernel source to be included in the SDK. Unfortunately, it is now also included in the target image. I found adding kernel-devsrc instead to TOOLCHAIN_TARGET_TASK gave me what I wanted (/usr/src/kernel in the SDK but NOT in the target ima

Re: [yocto] Selecting different kernel inside an image recipe

2015-07-08 Thread Klaus Knopper
Hello Leonardo, On Wed, Jul 08, 2015 at 10:40:10AM -0500, Leonardo Sandoval wrote: > On 07/08/2015 09:50 AM, Klaus Knopper wrote: > >Hello list, > > > >I'm trying to build variantions/brands of an image that only differ in > >kernel configuration and kernel modules included, but everything else st

[yocto] [meta-raspberrypi][PATCH 0/6] Update packages

2015-07-08 Thread Petter Mabäcker
See http://redmine.gherzan.com/issues/60 for additional info. The following changes since commit c8532df1c2e4812b3520d32ed49be943bea2edd9: If SERIAL_CONSOLE is already define by another layer, this value may not be good. (2015-06-05 16:38:14 +0200) are available in the git repository at: g

[yocto] [meta-raspberrypi][PATCH 5/6] rpi-gpio: update version to 0.5.11

2015-07-08 Thread Petter Mabäcker
[Support #60] Signed-off-by: Petter Mabäcker --- recipes-devtools/python/{rpi-gpio_0.5.9.bb => rpi-gpio_0.5.11.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/python/{rpi-gpio_0.5.9.bb => rpi-gpio_0.5.11.bb} (76%) diff --git a/recipes-devtools/python/rpi-g

[yocto] [meta-raspberrypi][PATCH 2/6] rpi-mkimage: Bump SRCREV

2015-07-08 Thread Petter Mabäcker
Update to latest version of rpi-mkimg [Support #60] Signed-off-by: Petter Mabäcker --- recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb b/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb index 17

[yocto] [meta-raspberrypi][PATCH 6/6] userland: bump SRCREV

2015-07-08 Thread Petter Mabäcker
Update to latest version of userland for rpi. [Support #60] Signed-off-by: Petter Mabäcker --- recipes-graphics/userland/userland_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb

[yocto] [meta-raspberrypi][PATCH 3/6] bcm2835: update version to 1.44

2015-07-08 Thread Petter Mabäcker
[Support #60] Signed-off-by: Petter Mabäcker --- recipes-devtools/bcm2835/{bcm2835_1.38.bb => bcm2835_1.44.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/bcm2835/{bcm2835_1.38.bb => bcm2835_1.44.bb} (88%) diff --git a/recipes-devtools/bcm2835/bcm2835_1.38

[yocto] [meta-raspberrypi][PATCH 4/6] pi-blaster: bump to latest version

2015-07-08 Thread Petter Mabäcker
Removed 'enable-autotools-support.patch' since it is included in latest upstream. Also fix a cross compiling issue. [Support #60] Signed-off-by: Petter Mabäcker --- ...ndle-install-data-hook-when-cross-compile.patch | 54 +++ .../files/enable-autotools-support.patch | 77 -

[yocto] [meta-raspberrypi][PATCH 1/6] bcm: Bump SRCREV

2015-07-08 Thread Petter Mabäcker
Update to latest version of firmware.git [Support #60] Signed-off-by: Petter Mabäcker --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index ad3176a..a5a5412 100644 --- a

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: HI team I am having this same proble

Re: [yocto] Selecting different kernel inside an image recipe

2015-07-08 Thread Leonardo Sandoval
On 07/08/2015 09:50 AM, Klaus Knopper wrote: Hello list, I'm trying to build variantions/brands of an image that only differ in kernel configuration and kernel modules included, but everything else stays the same, for the exact same board, as in the main image. Setting PREFERRED_PROVIDER_virt

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: >>> >>> >>> http://stackoverflow.com/questions/25332969/opencv-pkg

[yocto] Selecting different kernel inside an image recipe

2015-07-08 Thread Klaus Knopper
Hello list, I'm trying to build variantions/brands of an image that only differ in kernel configuration and kernel modules included, but everything else stays the same, for the exact same board, as in the main image. Setting PREFERRED_PROVIDER_virtual/kernel = "different_kernel" right inside in t

Re: [yocto] do_make_scripts race condition with externalsrc

2015-07-08 Thread Darcy Watkins
Thanks! BTW I took the meta data as is from master (including the other updates) and embedded it into my project based on daisy and it appears to resolve the issue, plus the other changes to force the externalsrc packages to recompile every time is a great idea since that seems to be something

Re: [yocto] do_make_scripts race condition with externalsrc

2015-07-08 Thread Paul Eggleton
Hi Darcy, On Wednesday 08 July 2015 07:27:02 Darcy Watkins wrote: > I believe that recent commit to poky master branch dated June 16, 2015 by > Paul Eggleton touching > > meta/classes/externalsrc.bbclass > > with comment "classes/externalsrc: handle tasks with existing lockfile" > > Resol

Re: [yocto] do_make_scripts race condition with externalsrc

2015-07-08 Thread Darcy Watkins
Hello, I believe that recent commit to poky master branch dated June 16, 2015 by Paul Eggleton touching meta/classes/externalsrc.bbclass with comment "classes/externalsrc: handle tasks with existing lockfile" Resolves this issue. Are there any plans to retro merge it to previous release

[yocto] Disable global compile flags or tune settings for specific recipe

2015-07-08 Thread FLASCH Franz
Hi! I've a question regarding global compile flags in yocto: I have an autotools project and also a working recipe for it. My problem is, that I also have external shared libraries which I need to link in, when compiling this package. However these libraries were built without additional compi

Re: [yocto] [PATCH] mono-4.xx.inc: disable parallel make

2015-07-08 Thread Alex J Lennon
On 07/07/2015 21:17, Richard Tollerton wrote: > A race was observed during `make install` of mono-native under > PARALLEL_MAKE=-j6: Thanks Richard - patch applied Chris - I wasn't able to replicate the failure you see under Fedora F22 with PARALLEL_MAKE="-j 6". The build works for me here. Can