Re: [yocto] Change in override behavior?

2016-06-02 Thread Andre McCurdy
On Tue, May 24, 2016 at 5:31 AM, Richard Purdie wrote: > On Fri, 2016-04-29 at 22:09 +1200, Paul Eggleton wrote: >> On Fri, 29 Apr 2016 12:00:58 Gary Thomas wrote: >> > On 2016-04-29 11:51, Paul Eggleton wrote: >> > > On Fri, 29 Apr 2016 09:24:23 Gary Thomas wrote: >> > > > On 2016-04-29 09:16, Pa

[yocto] Build available for QA

2016-06-02 Thread Poky Build User
-e A build identified as needing QA has finished on the autobuilder. This build is located at: http://autobuilder.yoctoproject.org/pub/nightly/20160602-1 Build hash information: meta-qt4 : 8b346c465a5efb280f8d0d23f8660f68bf9af59f meta-intel

Re: [yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Allow override of PV

2016-06-02 Thread Paul Barker
On Thu, 2 Jun 2016 10:59:37 +0300 Ionel Badisor wrote: > On 06/01/2016 08:55 PM, Paul Barker wrote: > > On Tue, 31 May 2016 10:39:03 +0300 > > Khem Raj wrote: > > > >> On May 30, 2016 3:15 PM, "Paul Barker" > >> wrote: > >>> > >>> > >>> I'm trying to build from a source archive instead of a git

[yocto] Enable chroot for nativesdk

2016-06-02 Thread Oleksandr Poznyak
Hi, Currently, nativesdk doesn't support "chroot". It would be great to enable it for packages support at least. This will allow us to install packages directly into our sdk, try them and eventually add to Yocto if needed. Here might be valid steps to achive this: 1) Add coreutils to nativesdk

Re: [yocto] poky master issue with kernel and gcc version

2016-06-02 Thread Bruce Ashfield
On 2016-06-02 12:33 PM, Eystein Måløy Stenberg wrote: On 01/06/16 19:53, Bruce Ashfield wrote: On 2016-06-01 10:48 PM, Eystein Måløy Stenberg wrote: Hi, I am trying to build a vexpress-qemu machine targe from poky's master branch, but I get this error compiling the kernel: | /home/yocto/poky/

[yocto] Error building python-imaging_1.1.7.bb

2016-06-02 Thread Michael Dangler
Hello Am new to yocto and am trying to build an image for a Gumstix Pepper board and use ROS. However always get to the point with python-imaging_1.1.7.bb failing do_package_qa. HAve tried just doing the following - bitbake python-imaging But still have the same failure - Build Configuration: B

Re: [yocto] poky master issue with kernel and gcc version

2016-06-02 Thread Eystein Måløy Stenberg
On 01/06/16 19:53, Bruce Ashfield wrote: On 2016-06-01 10:48 PM, Eystein Måløy Stenberg wrote: Hi, I am trying to build a vexpress-qemu machine targe from poky's master branch, but I get this error compiling the kernel: | /home/yocto/poky/build/tmp/work-shared/vexpress-qemu/kernel-source/inclu

[yocto] [eclipse-poky][PATCH v2] Documentation: add check for adt-manual vs sdk-manual build

2016-06-02 Thread Tim Orling
[YOCTO #9622] For older YP releases (prior to krogoth/2.1) adt-manual was the norm. Since krogoth/2.1, sdk-manual should replace it. - adt-manual dropped in commit 84abe03de1cff7952b5d0428e7433f094dde2b02 - sdk-manual added in commit ab591831a97a97d405d13ed75e9fb01e0452c292 Signed-off-by: Tim Or

Re: [yocto] How to set a cmake cache variable to a spezific value?

2016-06-02 Thread Oleksandr Poznyak
Hi, Just add to recipe: inherit cmake EXTRA_OECMAKE += " -DVARIABLE_NAME=value" On Thu, Jun 2, 2016 at 4:24 PM, Burton, Ross wrote: > > 2016-05-30 12:59 GMT+01:00 : > >> I want to build a recipe for a cmake based application. To make it run I >> need to set a cached cmake variable. >> > > EXTR

Re: [yocto] How to set a cmake cache variable to a spezific value?

2016-06-02 Thread Burton, Ross
2016-05-30 12:59 GMT+01:00 : > I want to build a recipe for a cmake based application. To make it run I > need to set a cached cmake variable. > EXTRA_OECMAKE += "-DVARIABLE_NAME=value" Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lis

Re: [yocto] dev package being pulled into RDEPENDS automatically

2016-06-02 Thread Burton, Ross
On 31 May 2016 at 12:09, Alfonso Lima Astor wrote: > Do you know where this rdependency could get pulled into? how could I > remove it? > This can happen if the package generates unversioned libraries that look like development symlinks (such as /usr/lib/libfoo.so), which by default get packaged

Re: [yocto] [matchbox-desktop-sato][PATCH] Remove Utilities-folder

2016-06-02 Thread Burton, Ross
On 2 June 2016 at 10:03, Jussi Kukkonen wrote: > Typical result of separate Applications and Utilities is that > Applications only contains a single icon. Applications is also > the default folder: it's a waste of space to have that empty. > > Merge all Utilities into Applications. > Reviewed-by

Re: [yocto] Recipe Debug - QA Issue

2016-06-02 Thread Oleksandr Poznyak
Also, try this to get KERNEL_VERSION: KERNEL_VERSION="${@base_read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion') kmoddir = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/net/wireless/redpine" On Wed, Jun 1, 2016 at 8:44 PM, Paul DeMetrotion < pdemetrot...@winsystems.com> wrote: > That re

Re: [yocto] [meta-cgl][PATCH 1/2] Added device manager multipath support for root file system

2016-06-02 Thread Adrian Dudau
On ons, 2016-05-11 at 15:15 +, Alexandru Vaduva wrote: > Hello Adi, > > Cannot this two patches be redone by: >removing from "[PATCH 1/2] Added device manager > multipath support for root file system" the line "+IMAGE_CLASSES += > "image_types_uboot"" >only ke

[yocto] [matchbox-desktop-sato][PATCH] Remove Utilities-folder

2016-06-02 Thread Jussi Kukkonen
Typical result of separate Applications and Utilities is that Applications only contains a single icon. Applications is also the default folder: it's a waste of space to have that empty. Merge all Utilities into Applications. Signed-off-by: Jussi Kukkonen --- This is a partial fix for [YOCTO #9