[yocto] Build Failure Errors

2016-04-20 Thread Harinath maddelal
Hi Im new to Yocto. After downloading poky and i added our BSP package. So while trying to compile i get the following errors === LD init/mounts.o LD init/built-in.o CC mm/fadvise.o CC arch/mips/incdhad1/diap/pllConfig.o CC arch/mips/incdhad1/diap/dmcConfi

Re: [yocto] [OE-core] [RFT] GCC 6 Recipes

2016-04-20 Thread Khem Raj
I have updated http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-6 With few more patches added now. Most of packages in OE-Core are building fine except linux-yocto on mips and ppc ppc http://errors.yoctoproject.org/Errors/Details/60423/ mips http://errors.yoctoproject.org/E

Re: [yocto] MySQL recipe for yocto

2016-04-20 Thread Tim Orling
As a first try, delete or comment out the entire do_configure_append() block. It might not be needed anymore. > On Apr 20, 2016, at 1:39 PM, Moti Cohen wrote: > > OK, > I tried it and the patches errors went away, thanks ! > Now, I'm facing a new one related to the do_configure: > > ERROR: Fun

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-20 Thread Bruce Ashfield
On Wed, Apr 20, 2016 at 6:37 PM, Robert P. J. Day wrote: > On Wed, 20 Apr 2016, Bruce Ashfield wrote: > > > You haven't supplied your SRC_URI in the question ... what does it > > look like ? > > > > It has no relation to the SRC_URI, probably a run of the mill bug in > > the processing code. I'd

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-20 Thread Robert P. J. Day
On Wed, 20 Apr 2016, Bruce Ashfield wrote: > You haven't supplied your SRC_URI in the question ... what does it > look like ? > > It has no relation to the SRC_URI, probably a run of the mill bug in > the processing code. I'd suggest taking it up with Wind River > support. > > Alternatively, if yo

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-20 Thread Robert P. J. Day
ok, i've narrowed this down to a fairly trivial case, so allow me to describe it. first, in my kernel recipes directory structure, i have subdirectories: linux-windriver-3.14/ linux-windriver-4.1/ linux-windriver/ and that last directory contains: $ tree linux-windriver linux-windriver ├── mx

Re: [yocto] [meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++

2016-04-20 Thread Andrei Gherzan
On Wed, Apr 20, 2016 at 11:05:01PM +0200, Andrei Gherzan wrote: > On Tue, Apr 19, 2016 at 10:46:11AM +0200, Julien Gueytat wrote: > > Hi, > > > > I still can't figure out the patch to apply in meta-qt5 to get EGL support > > with the Raspberry. > > > > The test to check EGL does not pass and fails

Re: [yocto] [meta-raspberrypi][PATCH] userland: Fix passing of wayland-native to cmake while configuring

2016-04-20 Thread Andrei Gherzan
On Sat, Apr 16, 2016 at 03:31:25PM +0200, toolmmy wrote: > From: Tom Doehring > > While having 'wayland' set DISTRO_FEATURES 'wayland-native' is handled as a > cmake parameter which breaks the do_configure: > > $ cat /data/builds/rpi3-sandbox/tmp/work/raspberrypi2-poky-linux-gnueab > i/userland/

Re: [yocto] [meta-qt5][meta-raspberrypi]: Qt5 with EGL support for the Raspberry through linux-oe-g++

2016-04-20 Thread Andrei Gherzan
On Tue, Apr 19, 2016 at 10:46:11AM +0200, Julien Gueytat wrote: > Hi, > > I still can't figure out the patch to apply in meta-qt5 to get EGL support > with the Raspberry. > > The test to check EGL does not pass and fails with the following command: > > arm-poky-linux-gnueabi-g++ -march=armv7-a -ma

Re: [yocto] MySQL recipe for yocto

2016-04-20 Thread Fred Ollinger
| NOTE: nothing to configure Seems like "configure" file is not there. That sometimes happens when a source code tree is first checked out for developers. Sometimes there's an "autogen.sh" or you have to run stuff including but not limited to "aclocal;autoconf". I suggest the next step:

Re: [yocto] MySQL recipe for yocto

2016-04-20 Thread Moti Cohen
OK, I tried it and the patches errors went away, thanks ! Now, I'm facing a new one related to the do_configure: ERROR: Function failed: do_configure (log file is located at /home/yocto/yocto/build_yocto/build/tmp/work/x86_64-linux/mysql5-native/5.6.29-r0/temp/log.do_configure.7221) ERROR: Logfile

Re: [yocto] MySQL recipe for yocto

2016-04-20 Thread Fred Ollinger
You can get rid of the patches in the bb file. Look for SRC_URI See any .patch files and remove them and try to build again. Please post build errors. Frederick From: Moti Cohen Sent: Wednesday, April 20, 2016 12:08 PM To: Fred Ollinger Cc: yocto@yoctoproj

Re: [yocto] MySQL recipe for yocto

2016-04-20 Thread Moti Cohen
Thanks Fred, I actually tried it and replaced the PV to a newer one, i used 5.6.29 instead of 5.1.40 which is the latest "real" MySQL supported by openembedded. I also added the relevant SHA numbers etc. The problem is that the recipe includes quite a few patches that are now showing many errors

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-20 Thread Robert P. J. Day
On Wed, 20 Apr 2016, Bruce Ashfield wrote: > > > On Wed, Apr 20, 2016 at 2:31 PM, Robert P. J. Day > wrote: > On Wed, 20 Apr 2016, Martin Jansa wrote: > > > On Wed, Apr 20, 2016 at 12:42:42PM -0400, Robert P. J. Day wrote: > > > > > >   (i'm using wind river linux for thi

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-20 Thread Robert P. J. Day
On Wed, 20 Apr 2016, Martin Jansa wrote: > On Wed, Apr 20, 2016 at 12:42:42PM -0400, Robert P. J. Day wrote: > > > > (i'm using wind river linux for this, but i'm getting the impression > > that this might be coming from YP, so i'm going to ask here.) > > > > while i'm trying to reduce this to

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-20 Thread Bruce Ashfield
On Wed, Apr 20, 2016 at 2:31 PM, Robert P. J. Day wrote: > On Wed, 20 Apr 2016, Martin Jansa wrote: > > > On Wed, Apr 20, 2016 at 12:42:42PM -0400, Robert P. J. Day wrote: > > > > > > (i'm using wind river linux for this, but i'm getting the impression > > > that this might be coming from YP, s

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-20 Thread Robert P. J. Day
On Wed, 20 Apr 2016, Martin Jansa wrote: > On Wed, Apr 20, 2016 at 12:42:42PM -0400, Robert P. J. Day wrote: > > > > (i'm using wind river linux for this, but i'm getting the impression > > that this might be coming from YP, so i'm going to ask here.) > > > > while i'm trying to reduce this to

Re: [yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-20 Thread Martin Jansa
On Wed, Apr 20, 2016 at 12:42:42PM -0400, Robert P. J. Day wrote: > > (i'm using wind river linux for this, but i'm getting the impression > that this might be coming from YP, so i'm going to ask here.) > > while i'm trying to reduce this to a minimal test case, here's the > really annoying i

Re: [yocto] MySQL recipe for yocto

2016-04-20 Thread Fred Ollinger
I'd start with the mysql recipe and update the source reference and try to build it. If this fails, you might need to change some other things. Here's a howto on writing a recipe: https://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#new-recipe-writing-a-new-recipe

[yocto] MySQL recipe for yocto

2016-04-20 Thread Moti Cohen
Hi all, this is my 1'st post to this list so I hope I'm doing it right :) I need to add MySQL for my yocto build. Looking online for a recipe - i found that there is one for MySQL under: /meta-openembedded/meta-oe/recipes-support/mysql/.. The thing is that instead of MySQL, the recipe reffers to M

[yocto] is there a known issue with how SRC_URI uses OVERRIDES to locate .scc files?

2016-04-20 Thread Robert P. J. Day
(i'm using wind river linux for this, but i'm getting the impression that this might be coming from YP, so i'm going to ask here.) while i'm trying to reduce this to a minimal test case, here's the really annoying issue i'm running into. i created a BSP layer, and under recipes-kernel/linu

Re: [yocto] RPM bogus signature

2016-04-20 Thread Dmytro Milinevskyy
Hello Mark, thanks a lot for this exhaustive explanation. t's clear why you've decided to use RPM5 and really weird that RPM4 people do not accept proposals from the project. Seems like you are getting rid of RPM4 in upcoming release os I can't stick to it as it will be painful to migrate. I will

[yocto] [meta-qt3][PATCH] classes: add qmake_base.bbclass

2016-04-20 Thread Adrian Dudau
The class was removed from oe classes, but some recipes like qt-x11-free still inherit it. Keep the class within the layer to acommmodate them. Signed-off-by: Adrian Dudau --- classes/qmake_base.bbclass | 119 + 1 file changed, 119 insertions(+) creat