Re: [yocto] Which recipe for qmicli?

2019-10-31 Thread JH
Thank you very much Nicolas. On 10/31/19, Nicolas Dechesne wrote: > On Thu, Oct 31, 2019 at 7:26 AM JH wrote: >> >> Hi, >> >> The qmicli is in libqmi-utils in Ubuntu package, but I could not find >> Yocto libqmi-utils, only libqmi recipe, is qmicli in libqmi? > > yes, it is there. There isn't a

Re: [yocto] NooB: applying new patches to older files, where do I find the older files?

2019-10-31 Thread R
On 31-10-2019 01:52, Randy MacLeod wrote: On 10/30/19 8:16 AM, R wrote: Hello List, First I'm working on a unsupported distro (Manjaro) and try to get an older version (2.7.1) of poky working. I have ask a question before and Ross Burton pointed me in the direction of a patch. Now I'm trying

[yocto] Yocto builds and svn offline

2019-10-31 Thread Georgi Georgiev
Hi, The problem: In our project we have some parts located in svn server far. This server due to "unknown" reasons very often is not accessible. And I noticed that yocto always tries to access the svn server. Not like the other components in download directory. Something worse, if it does not ac

Re: [yocto] Yocto builds and svn offline

2019-10-31 Thread Georgi Georgiev
Update: I made a simple new recipe SUMMARY = "Test of svn relationship with yocto" LICENSE = "CLOSED" PV = "119889" SRC_URI = "svn://cocosubversion/svn/Embedded/Shared/;module=yoctotest;protocol=http;rev=${PV}" FILES_${PN} = "${WW_PATH}/test.txt" WW_PATH="/opt/ww" S = "${WORKDIR}/yoctotest/" do

[yocto] GCC version 8 upgrade

2019-10-31 Thread Bishop .
How silly would it be to try and get GCC sdk v8 complied and installed for Jethro? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] NooB: applying new patches to older files, where do I find the older files?

2019-10-31 Thread Randy MacLeod
On 10/31/19 6:36 AM, R wrote: On 31-10-2019 01:52, Randy MacLeod wrote: On 10/30/19 8:16 AM, R wrote: Hello List, First I'm working on a unsupported distro (Manjaro) and try to get an older version (2.7.1) of poky working. I have ask a question before and Ross Burton pointed me in the direct

[yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 2.6.4 (thud 20.0.4) Released

2019-10-31 Thread Tummalapalli, Vineela
Hello, We are pleased to announce the Yocto Project 2.6.4 (thud-20.0.4) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-2.6.4/poky-thud-20.0.4.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.6.4/poky-thud-20.0.4.tar.bz2 A gpg signed version of

Re: [yocto] GCC version 8 upgrade

2019-10-31 Thread Ross Burton
On 31/10/2019 15:49, Bishop . wrote: How silly would it be to try and get GCC sdk v8 complied and installed for Jethro? Quite. GCC upgrades are tricky things to do at the best of times. Ross -- ___ yocto mailing list yocto@yoctoproject.org https://l

Re: [yocto] GCC version 8 upgrade

2019-10-31 Thread Josef Holzmayr
On Thu, Oct 31, 2019 at 11:49:38AM -0400, Bishop . wrote: > How silly would it be to try and get GCC sdk v8 complied and installed for > Jethro? Lets call it "quite demanding" instead of "outright silly", ok? Greetz > -- > ___ > yocto mailing list > y

[yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-10-31 Thread Steve Pavao
poky linux build fails when ARM erratum mfix linker switch is specified in local.conf: TARGET_LD_ARCH_append += " -mfix-cortex-a53-843419” causes build failure. Please advise how to use this switch successfully. I am synced current in master branch in all layers as of today. The switch cause