[linux-yocto] [PATCH 5/5] arm64: dts: r8a7795-h3ulcb: Add reserved memory regions

2019-10-24 Thread Meng.Li
From: Yusuke Goda commit 1d40ccc5723b9b3028829194c422a01cf8afd2a3 from git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git This patch adds reserved memory regions: - Lossy Decompression 48 MiB : 0x005400 -> 0x0056ff - Default CMA area 400 MiB :

[linux-yocto] [PATCH 3/5] pci: pcie-rcar: add regulators support

2019-10-24 Thread Meng.Li
From: Andrey Gusakov Add PCIe regulators for KingFisher board. Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 47 + drivers/pci/controller/pcie-rcar.c | 64 2 files changed, 111 insertions(+) diff --git

[linux-yocto] [PATCH 4/5] arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-24 Thread Meng.Li
From: Takeshi Kihara commit 3c3b44c752c4eef9a29694f4262934445c5f5da9 from git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git This patch enables CPUIdle (Core shutdown) support for R-Car H3. Signed-off-by: Takeshi Kihara Signed-off-by: Meng Li ---

[linux-yocto] [PATCH 2/5] driver: net: can: disable clock when it is in enable status

2019-10-24 Thread Meng.Li
From: Limeng If disable a clock when it is already in disable status, there will be a warning trace generated. So, it is need to confirm whether what status the clock is in before disable it. Signed-off-by: Meng Li --- drivers/net/can/rcar/rcar_can.c | 5 - 1 file changed, 4

[linux-yocto] [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: add some patches to improve features on renesas-rcar platform

2019-10-24 Thread Meng.Li
From: Limeng Hi Bruce, I am working on BSP renesas-rcar platform, and intend to merge this BSP supporting into yocto community. Below 5 patches are used to improve gpio, CAN BUS, audio and PCIe features 0001-arch-arm64-dts-Set-gpio5-pin9-as-input-by-default.patch

[linux-yocto] [PATCH 1/5] arch: arm64: dts: Set gpio5-pin9 as input by default

2019-10-24 Thread Meng.Li
From: Limeng The gpio5-pin9 is used as the interrupt pin of i2c external gpio chip, so set this pin as input by default. Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi

Re: [yocto] [Openembedded-architecture] Yocto Project LTS Proposal/Discussion

2019-10-24 Thread Nicholas Krause
On 10/24/19 8:15 PM, Rich Persaud wrote: This came directly to me -- did you mean to copy the list? Rich Sorry misclick on my end Rich. Nick On Oct 24, 2019, at 20:13, Nicholas Krause wrote:  On 10/24/19 8:08 PM, Rich Persaud wrote: /(adding the automated-testing list)/ On Oct

Re: [yocto] kernel oops/panic stack trace decoding

2019-10-24 Thread karthik poduval
Thanks Nicolas, Can this be tied to a yocto command, something like by adding a new stacktrace.bbclass (since yocto knows everything about the cross compiler, vmlinux path, not kernel modules path though) bitbake virtual/kernel -c decode_stacktrace < stacktrace.txt Any thoughts or comments ? --

Re: [yocto] [opkg-devel] [PATCH][opkg] bug 13528 add SPDX id to opkg

2019-10-24 Thread Alejandro Del Castillo
Hi Yann, Thanks again for adding the headers. Your patch looks good, except for one line that has a duplicated header: /core/26_prefer_arch_to_version.py index 0a0d66b..82934c1 100755 --- a/tests/core/26_prefer_arch_to_version.py +++ b/tests/core/26_prefer_arch_to_version.py @@ -1,4 +1,5 @@ -#!

Re: [linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/1][V2]patches for xilinx

2019-10-24 Thread Bruce Ashfield
On Thu, Oct 24, 2019 at 6:26 AM wrote: > > From: Quanyang Wang > > Hi all, > > V1 ---> V2: > > 1. delete the patch "arch: arm64: dts: add overlay dts file" because it is > improper > to add into kernel source. > > 2. modify the patch " i2c: cadence: do not clear bus_hold_flag in mrecv" by >

Re: [linux-yocto] [yocto-kernel-cache master/yocto-5.2][PATCH] cgl: Remove non-existing kernel options

2019-10-24 Thread Bruce Ashfield
On Thu, Oct 24, 2019 at 3:49 AM wrote: > > From: He Zhe > > Thess options have been remove from mainline kernel. > > CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION removed by > 4c145dce2601 ("xfrm: make xfrm modes builtin") > > CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE removed by > be6ec88f41ba

Re: [linux-yocto] [linux-yocto-v5.2]: [kernel standard/base]: renesas-rcar: add some patches to improve features on renesas-rcar platform

2019-10-24 Thread Bruce Ashfield
On Thu, Oct 24, 2019 at 2:00 AM wrote: > > From: Limeng > > Hi Bruce, > > I am working on BSP renesas-rcar platform, and intend to merge this BSP > supporting into yocto community. > Below 4 patches are used to improve gpio, CAN BUS, audio and PCIe features > This first patch is from mainline

Re: [linux-yocto] [PATCH 0/2] xilinx-zynq: fix kdump hang issue

2019-10-24 Thread Bruce Ashfield
In message: [linux-yocto][PATCH 0/2] xilinx-zynq: fix kdump hang issue on 22/10/2019 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, Michal, > > There are 2 patches. > > The patch "ARM: zynq: use physical cpuid in zynq_slcr_cpu_stop/start" > fix the kdump hang issue

Re: [linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/1] [V2] xilinx-zynqmp: fix calltrace

2019-10-24 Thread Bruce Ashfield
In message: [linux-yocto][kernel v5.2/standard/xlnx-soc][PATCH 0/1] [V2] xilinx-zynqmp: fix calltrace on 23/10/2019 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, > > This patch is a V2 patch but no change against V1. Just add some comments > in the temporary section

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread richard . purdie
On Thu, 2019-10-24 at 15:37 +, Westermann, Oliver wrote: > > On Thu, 2019-10-24 at 04:01 +, Richard Purdie wrote: > > If its a native recipe, there are no packages and therefore FILES > > doesn't make sense. > > Oh, I have to admit I'm pretty new to the concept of the native > packages. >

Re: [yocto] kernel oops/panic stack trace decoding

2019-10-24 Thread Nicolas Dechesne
On Thu, Oct 24, 2019 at 5:47 PM karthik poduval wrote: > > Hi All, > > I was wondering if there is any yocto supplied tools/shortcuts to > changing kernel oops/panic log to line numbers in source code ? it's not yocto specific, but i like using scripts/decode_stacktrace.sh from the kernel source

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread richard . purdie
On Thu, 2019-10-24 at 10:30 -0400, William Mills wrote: > On 10/24/19 10:02 AM, richard.pur...@linuxfoundation.org wrote: > > On Thu, 2019-10-24 at 09:43 -0400, William Mills wrote: > > > Then understand that you will need to supply your own gcc > > > compiler > > > helpers and all stdc functions

[yocto] kernel oops/panic stack trace decoding

2019-10-24 Thread karthik poduval
Hi All, I was wondering if there is any yocto supplied tools/shortcuts to changing kernel oops/panic log to line numbers in source code ? -- Regards, Karthik Poduval -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread Westermann, Oliver
> On Thu, 2019-10-24 at 04:01 +, Richard Purdie wrote: > If its a native recipe, there are no packages and therefore FILES > doesn't make sense. Oh, I have to admit I'm pretty new to the concept of the native packages. Where can I find the list of files that are considered to be installed

[yocto] Canceled event with note: Yocto Project Weekly Triage Meeting @ Thu Oct 31, 2019 7:30am - 8:30am (PDT) (yocto@yoctoproject.org)

2019-10-24 Thread theyoctoproject
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02

[yocto] Issues adding bare meta toolchain to yocto build

2019-10-24 Thread Westermann, Oliver
> On Thu, 2019-10-24 at 04:01 +, Richard Purdie wrote: > If its a native recipe, there are no packages and therefore FILES > doesn't make sense. Oh, I have to admit I'm pretty new to the concept of the native packages. Where can I find the list of files that are considered to be installed

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread William Mills
On 10/24/19 10:02 AM, richard.pur...@linuxfoundation.org wrote: > Hi Bill, > > On Thu, 2019-10-24 at 09:43 -0400, William Mills wrote: >> I started looking at this thread because I had the same >> questions. Is it possible to make a recipe depend on another version >> of GCC and restart the

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread richard . purdie
Hi Bill, On Thu, 2019-10-24 at 09:43 -0400, William Mills wrote: > I started looking at this thread because I had the same > questions. Is it possible to make a recipe depend on another version > of GCC and restart the whole GCC build process again with a different > config. > > Or does this

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread William Mills
Hi Richard, On 10/24/19 7:01 AM, richard.pur...@linuxfoundation.org wrote: > On Thu, 2019-10-24 at 10:03 +, Westermann, Oliver wrote: >>> On Wed, 2019-10-23 at 15:34 +, Richard Purdie wrote: On Wed, 2019-10-23 at 11:23 +, Westermann, Oliver wrote: Hey, [...] Any

Re: [linux-yocto] [PATCH 1/1] xilinx-zyqn: Move disable_nonboot_cpus() in front of local_irq_disable()

2019-10-24 Thread Quanyang Wang
Hi Michal, On 10/23/19 6:55 PM, Michal Simek wrote: On 21. 10. 19 14:13, qwang2 wrote: Hi Michal, On 2019/10/21 下午6:45, Michal Simek wrote: On 21. 10. 19 10:45, Quanyang Wang wrote: Hi Michal, On 10/21/19 4:16 PM, Michal Simek wrote: On 21. 10. 19 7:50, quanyang.w...@windriver.com wrote:

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread richard . purdie
On Thu, 2019-10-24 at 10:03 +, Westermann, Oliver wrote: > > On Wed, 2019-10-23 at 15:34 +, Richard Purdie wrote: > > > On Wed, 2019-10-23 at 11:23 +, Westermann, Oliver wrote: > > > Hey, > > > [...] > > > Any suggestions on what I'm doing wrong or how to debug this > > > further? > >

[linux-yocto] [PATCH 1/1] i2c: cadence: keep bus_hold_flag unless I2C_M_NOSTART is set

2019-10-24 Thread quanyang.wang
From: Quanyang Wang When using i2c_smbus_read_byte_data to read one byte from a slave device, because of the commit d358def70688 ("i2c: cadence: Fix the hold bit setting"), the transaction becomes: S Addr Wr [A] Comm [A] P S Addr Rd [A] [Data] NA P ^

[linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/1][V2]patches for xilinx

2019-10-24 Thread quanyang.wang
From: Quanyang Wang Hi all, V1 ---> V2: 1. delete the patch "arch: arm64: dts: add overlay dts file" because it is improper to add into kernel source. 2. modify the patch " i2c: cadence: do not clear bus_hold_flag in mrecv" by adding a I2C_M_NOSTART flag check according to Shubhrajyoti's

Re: [yocto] [EXTERNAL] Re: Issues adding bare meta toolchain to yocto build

2019-10-24 Thread Westermann, Oliver
>On Wed, 2019-10-23 at 15:34 +, Richard Purdie wrote: >>On Wed, 2019-10-23 at 11:23 +, Westermann, Oliver wrote: >> Hey, >> [...] >> Any suggestions on what I'm doing wrong or how to debug this further? >Sounds like the sysroot filtering code doesn't know about this >directory and

Re: [yocto] [meta-cgl][PATCH] kernel: Remove non-existing kernel option

2019-10-24 Thread He Zhe
typo in commit log, v2 will be sent. Zhe On 10/24/19 4:48 PM, zhe...@windriver.com wrote: > From: He Zhe > > CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION has been removed from mainline kernel > by commit 4c145dce2601 ("xfrm: make xfrm modes builtin"). > > Signed-off-by: He Zhe > --- >

[yocto] [meta-selinux][PATCH v2] kernel: Remove non-existing kernel option

2019-10-24 Thread zhe.he
From: He Zhe CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE has been remove from mainline kernel by the commit be6ec88f41ba ("selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE"). Signed-off-by: He Zhe --- recipes-kernel/linux/files/selinux.cfg | 1 - 1 file changed, 1 deletion(-) diff --git

[yocto] [meta-cgl][PATCH v2] kernel: Remove non-existing kernel option

2019-10-24 Thread zhe.he
From: He Zhe CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE has been removed from mainline kernel by commit be6ec88f41ba ("selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE"). Signed-off-by: He Zhe --- meta-cgl-common/recipes-kernel/linux/files/cfg/00014-selinux.cfg | 1 - 1 file changed, 1

Re: [yocto] [meta-selinux][PATCH] kernel: Remove non-existing kernel option

2019-10-24 Thread He Zhe
typo in commit log, v2 will be sent. Zhe On 10/24/19 4:42 PM, zhe...@windriver.com wrote: > From: He Zhe > > CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION has been remove from mainline kernel > by the commit 4c145dce2601 ("xfrm: make xfrm modes builtin"). > > Signed-off-by: He Zhe > --- >

[yocto] [meta-cgl][PATCH] kernel: Remove non-existing kernel option

2019-10-24 Thread zhe.he
From: He Zhe CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION has been removed from mainline kernel by commit 4c145dce2601 ("xfrm: make xfrm modes builtin"). Signed-off-by: He Zhe --- meta-cgl-common/recipes-kernel/linux/files/cfg/00014-selinux.cfg | 1 - 1 file changed, 1 deletion(-) diff --git

[linux-yocto] [yocto-kernel-cache master/yocto-5.2][PATCH] cgl: Remove non-existing kernel options

2019-10-24 Thread zhe.he
From: He Zhe Thess options have been remove from mainline kernel. CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION removed by 4c145dce2601 ("xfrm: make xfrm modes builtin") CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE removed by be6ec88f41ba ("selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE")

[linux-yocto] [PATCH 3/5] pci: pcie-rcar: add regulators support

2019-10-24 Thread Meng.Li
From: Andrey Gusakov Add PCIe regulators for KingFisher board. Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 47 + drivers/pci/controller/pcie-rcar.c | 64 2 files changed, 111 insertions(+) diff --git

[linux-yocto] [PATCH 5/5] arm64: dts: r8a7795-h3ulcb: Add reserved memory regions

2019-10-24 Thread Meng.Li
From: Yusuke Goda commit 1d40ccc5723b9b3028829194c422a01cf8afd2a3 from git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git This patch adds reserved memory regions: - Lossy Decompression 48 MiB : 0x005400 -> 0x0056ff - Default CMA area 400 MiB :

[linux-yocto] [PATCH 4/5] arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-24 Thread Meng.Li
From: Takeshi Kihara commit 3c3b44c752c4eef9a29694f4262934445c5f5da9 from git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git This patch enables CPUIdle (Core shutdown) support for R-Car H3. Signed-off-by: Takeshi Kihara Signed-off-by: Meng Li ---

[linux-yocto] [PATCH 1/5] arch: arm64: dts: Set gpio5-pin9 as input by default

2019-10-24 Thread Meng.Li
From: Limeng The gpio5-pin9 is used as the interrupt pin of i2c external gpio chip, so set this pin as input by default. Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi

[linux-yocto] [linux-yocto-v5.2]: [kernel standard/base]: renesas-rcar: add some patches to improve features on renesas-rcar platform

2019-10-24 Thread Meng.Li
From: Limeng Hi Bruce, I am working on BSP renesas-rcar platform, and intend to merge this BSP supporting into yocto community. Below 4 patches are used to improve gpio, CAN BUS, audio and PCIe features This first patch is from mainline upstream, the other 3 patches merged into

[linux-yocto] [PATCH 2/5] driver: net: can: disable clock when it is in enable status

2019-10-24 Thread Meng.Li
From: Limeng If disable a clock when it is already in disable status, there will be a warning trace generated. So, it is need to confirm whether what status the clock is in before disable it. Signed-off-by: Meng Li --- drivers/net/can/rcar/rcar_can.c | 5 - 1 file changed, 4