Hello,
As probably all yocto people know the sysrootfs policy changed in yocto rocko
2.4+. So I have the following issue:
I try to make a recipe for a shared library with makefile. The recipe is below
(I don't claim it is complete. I simply cannot pass building stage):
#==
LICENSE
We've already gone through this on SO but I'll copy/paste here.
On Tue, 4 Dec 2018 at 08:30, Georgi Georgiev
wrote:
> #The only dependency
>
> RDEPENDS_${PN} = "libgpiod"
>
> RDEPENDS_${PN}-dev = "libgpiod"
>
> RDEPENDS_${PN}-dbg = "libgpiod"
DEPENDS = "libgpiod". RDEPENDS will build libgpi
Hi Holzmayr and Heiko,
My problem was solved with your advices.
I edited the serial console variable on the machine conf file of my custom
machine.
It's work fine.
Thank's
n.stanisavljevic
-Message d'origine-
De : Heiko Schocher
Envoyé : lundi 3 décembre 2018 05:42
À : n.stanisavlje..
Hi Max,
Yes you are right, I used the same bbappend and this resolved the issue,
perfect solution…
I have been struggling with this since couple of days!
Many thanks for your inputs and resolution.
I have tested the build for imx6ulevk as well as to our own machine, both
worked w
Thank you Ross,
Compilation issues are gone...Only one DEPENDS appeared to be enough :-). Thank
you again
But can give me a hand to the following because now I have QA issues during my
"corrupted" makefile. Is there any way to pass this --sysroot=//recipe-sysroot before -L/usr/lib. Eg somehow the
On Tue, 4 Dec 2018 at 14:02, Georgi Georgiev
wrote:
> LIB := -L/usr/lib
^ don't do that. That's not where the libraries are.
Ross
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
OK but. I can use SDKTARGETSYSROOT in my makefile but then it will fail in
yocto...So I can't have one makefile for yocto and command line build...I found
one tread for similar issue and I will take a look in
poky/meta/conf/bitbake.conf tomorrow.
Georgi
-Original Message-
From: Burton
No, you just need to write your makefile correctly. libgpiod has a
pkg-config file, so instead of hard-coding paths like /usr/lib
(because you don't know that's where it is installed) just use
pkg-config to get the flag:
gcc $(pkg-config --cflags --libs libgpiod) ...
Ross
On Tue, 4 Dec 2018 at 1
Current Dev Position: YP 2.7 M1.
Next Deadline: YP 2.7 M1 Cutoff is Dec. 10, 2018
SWAT Team Rotation:
· SWAT lead is currently: Amanda
· SWAT team rotation: Amanda -> Chen on Dec. 7, 2018
· SWAT team rotation: Chen -> Arminon Dec. 14, 2018
· https://wiki.yocto
On Wed, 2018-11-28 at 07:07 +, Jain, Sangeeta wrote:
> The test cases run for 2.4.4 RC1 are same as run for 2.4 release.
Ok, but I'm not sure they're correct. Are the test cases we're talking
about also run for the 2.5 release? I'll explain more below.
> > Thanks for running the QA for this.
Hello everyone,
I've been playing around with the icecc.bbclass and a small 2 node icecream
cluster. At the moment I'm able to compile core-image-minimal using Rocko
however when building on Thud I get a error (See Github gist for error and
local.conf config):
https://gist.github.com/junland/d932
On Tue, 2018-12-04 at 10:28 -0600, John Unland wrote:
> Hello everyone,
>
> I've been playing around with the icecc.bbclass and a small 2 node
> icecream cluster. At the moment I'm able to compile core-image-
> minimal using Rocko however when building on Thud I get a error (See
> Github gist for
On Mon, 2018-12-03 at 09:52 +0100, Richard Weinberger wrote:
> On Wed, Nov 28, 2018 at 9:26 PM Richard Weinberger
> wrote:
> > Richard,
> >
> > On Wed, Nov 28, 2018 at 9:42 AM Richard Purdie
> > wrote:
> > > > But it seems that building and SDK is currently
> > > > broken/disabled:
> > > >
> >
Hi Richard,
I wrote some scripts to test USB mount/unmount, read & write on real hardware.
I use OEQA runtime library to wrote the test cases. However, these tests only
work on hardware and not for qemu.
Since these tests run on hardware, I need to add a flag to avoid the tests
execute on qemu.
>-Original Message-
>From: richard.pur...@linuxfoundation.org
>Sent: Tuesday, 4 December, 2018 11:57 PM
>To: Jain, Sangeeta ; Jolley, Stephen K
>; Eggleton, Paul ;
>Graydon, Tracy ; Erway, Tracey M
>; yocto@yoctoproject.org
>Cc: Sangal, Apoorv ; Kirkiris, Nectar
>
>Subject: Re: QA cycle
Hi all,
We've got an OpenEmbedded stand again at FOSDEM this year! The event will be
held on 2nd & 3rd Feb 2019 at the usual location of ULB Campus du Solbosch in
Brussels.
I'll be present most of each day to run the stand but we need some additional
volunteers to help out. Ideally we need 3-4
16 matches
Mail list logo