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
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
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
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
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
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
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
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/
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
| 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:
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
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
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
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
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
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
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
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
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
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
(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
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
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
23 matches
Mail list logo