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

[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

[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

[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

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 >

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

[yocto] Which recipe for qmicli?

2019-10-31 Thread JH
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? Thank you. Kind regards, - jh -- ___ yocto mailing list yocto@yoctoproject.org

[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

Re: [yocto] Which recipe for qmicli?

2019-10-31 Thread Nicolas Dechesne
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 1 to 1 mapping between debian and OE package names. But if you build libqmi

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

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/"

[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

Re: [linux-yocto] [kernel-cache yocto-5.2/master] [PATCH] ti-am335x: enable GCC -O2 optimization

2019-10-31 Thread He Zhe
Hi Bruce, This now happens on qemuarmv5 and possibly on all arm arches. standard.scc -> arm.scc -> arm.cfg -> CONFIG_CC_OPTIMIZE_FOR_SIZE=y It hangs the whole system. But turning off CONFIG_CC_OPTIMIZE_FOR_SIZE would affect all arches. What do you think? Thanks, Zhe On 10/30/19 8:25 AM,

Re: [linux-yocto] [linux-yocto v5.2] Another patch series for the Marvell cn96xx support

2019-10-31 Thread Bruce Ashfield
In message: [linux-yocto v5.2] Another patch series for the Marvell cn96xx support on 31/10/2019 Kevin Hao wrote: > Hi Bruce, > > Here is another patch series for the Marvell cn96xx SoC support. It mainly > focus on the coresight and Ethernet drivers. Please help me merge this to: >

Re: [linux-yocto] [linux-yocto-v5.2]: [kernel v5.2/standard/base]: Revert "arm64: dts: r8a7795: Add CPUIdle support for all CPU core"

2019-10-31 Thread Bruce Ashfield
In message: [linux-yocto-v5.2]: [kernel v5.2/standard/base]: Revert "arm64: dts: r8a7795: Add CPUIdle support for all CPU core" on 30/10/2019 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > Some days ago, I sent a patch to add CPUIdle feature for renesas-rcar > platform. This