Re: [yocto] Forcing GCC version for native compilation

2018-11-22 Thread Teemu K
On Thu, Nov 22, 2018 at 12:32 PM Burton, Ross wrote: > > On Thu, 22 Nov 2018 at 07:33, Teemu K wrote: > > I have project made for Yocto 1.7, but I'd like to compile it on newer > > Linux distribution that default GCC version is 5.x. GCC version itself > > causes some problems, because some

[yocto] QA cycle report for 2.4.4 RC1

2018-11-22 Thread Jain, Sangeeta
Hello All, This is the full report for 2.4.4 RC1: https://wiki.yoctoproject.org/wiki/WW46_-_2018-11-14_-_Full_Test_Cycle_2.4.4_RC1 Summary All planned tests were executed. Total Test Executed - 3330 Passed Test - 3318 Failed Test - 8 Blocked Test - 4 There were zero high

Re: [linux-yocto] : [yocto-4.18]: intel-socfpga: get latest patches from sdk

2018-11-22 Thread Bruce Ashfield
On 2018-11-22 4:08 a.m., meng...@windriver.com wrote: From: Limeng Hi Bruce, Now, there are some update for intel-socfpga, Stratix10 SoC from Intel-PSG SDK kernel-4.18. Detail patches as below merged. Bruce Please help to meger below patches into linux-yocto, kernel 4.18, branch is

Re: [yocto] meta-mono: QA Error building mono-5.12.0.226

2018-11-22 Thread Alex J Lennon
On 22/11/2018 15:46, Martin Townsend wrote: Hi, This one is probably for the meta-mono maintainer I was getting quite a few file-rdeps QA errors. I managed to get rid of them all except 1 using RDEPENDS_${PN}-libs-2.0 += "mono" RDEPENDS_${PN}-libs-3.5 += "mono" RDEPENDS_${PN}-libs-4.0 +=

Re: [yocto] Yocto layers missing thud branches

2018-11-22 Thread Matthias Schoepfer
Hi there, seems like meta-java also missing a thud branch?! git://git.yoctoproject.org/meta-java Regards,    Matthias On 11/18/2018 12:50 AM, akuster808 wrote: > Can the maintainers of meta-qt3, meta-qt4, meta-selinux, and meta-cgl > please add a "Thud" branch > > kind regards, > Armin

Re: [yocto] Forcing GCC version for native compilation

2018-11-22 Thread Burton, Ross
On Thu, 22 Nov 2018 at 07:33, Teemu K wrote: > I have project made for Yocto 1.7, but I'd like to compile it on newer > Linux distribution that default GCC version is 5.x. GCC version itself > causes some problems, because some things have changed. > > There is also GCC 4.8 available, but it's

[linux-yocto] [PATCH 5/8] arm64: dts: stratix10: Support Ethernet Jumbo frame

2018-11-22 Thread Meng.Li
From: Thor Thayer commit 273dce368d19982f65abe8bdced67f4218f03c06 from https://github.com/altera-opensource/linux-socfpga.git [backport 'commit a27460c9768e ("arm64: dts: stratix10: Support Ethernet Jumbo frame")'] Backported from net-next/master Properly

[linux-yocto] [PATCH 4/8] FogBugz #593535: stmmac: resolve smc related boot crash for ARMv7

2018-11-22 Thread Meng.Li
From: Richard Gong commit 5acba7e774b661317bb3f3d1b23a60687f5a25a1 from https://github.com/altera-opensource/linux-socfpga.git Fix previous commit e8c95776cfce ("FogBugz #577927: stmmac: Add SMC support for EMAC System Manager register") The #ifdefs that check for SMC are insufficient, since

[linux-yocto] [PATCH 7/8] arm64: dts: stratix10: fix multicast filtering

2018-11-22 Thread Meng.Li
From: Aaro Koskinen commit 2f43a510fc1190bec012c9c73102baf70d1be6cb from https://github.com/altera-opensource/linux-socfpga.git On Stratix 10, the EMAC has 256 hash buckets for multicast filtering. This needs to be specified in DTS, otherwise the stmmac driver defaults to 64 buckets and

[linux-yocto] : [yocto-4.18]: intel-socfpga: get latest patches from sdk

2018-11-22 Thread Meng.Li
From: Limeng Hi Bruce, Now, there are some update for intel-socfpga, Stratix10 SoC from Intel-PSG SDK kernel-4.18. Detail patches as below Please help to meger below patches into linux-yocto, kernel 4.18, branch is v4.18/standard/intel-socfpga

[linux-yocto] [PATCH 3/8] FogBugz #577927: stmmac: Add SMC support for EMAC System Manager register

2018-11-22 Thread Meng.Li
From: "Ooi, Joyce" commit 80f73e5d68c8acdc53d812bb6ca0d8ac9d0d12df from https://github.com/altera-opensource/linux-socfpga.git As there is restriction to access to EMAC System Manager registers in the kernel, the use of SMC calls are required and added in dwmac-socfpga driver. Signed-off-by:

[linux-yocto] [PATCH 1/8] ARM: dts: socfpga: set timer interrupt to edge sensitive

2018-11-22 Thread Meng.Li
From: Silvan Murer commit cf0cf72063d6bf0448129db4f0930ad895b90f0e from https://github.com/altera-opensource/linux-socfpga.git Change timer interrupt to edge sensitive. Signed-off-by: Silvan Murer Reviewed-by: Thor Thayer Signed-off-by: Dinh Nguyen Signed-off-by: Meng Li ---

[linux-yocto] [PATCH 2/8] net: stmmac: build the dwmac-socfpga platform driver for Stratix10

2018-11-22 Thread Meng.Li
From: Dinh Nguyen commit 57124cfbec9909ccdb5f805e5eeb5095ed85767c from https://github.com/altera-opensource/linux-socfpga.git The Stratix10 SoC is an AARCH64 based platform that shares the same ethernet controller that is on other SoCFPGA platforms. Build the platform driver. Signed-off-by: