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

2020-11-11 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] [PATCH 3/4] pci: pcie-rcar: add regulators support

2020-11-11 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-host.c | 64 2 files changed, 111 insertions(+) diff --git

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

2020-11-11 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] [PATCH 4/4] arm64: dts: r8a7795-h3ulcb: Add reserved memory regions

2020-11-11 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] [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: add some patches to improve features on renesas-rcar platform

2020-11-11 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 and PCIe features 0001-arch-arm64-dts-Set-gpio5-pin9-as-input-by-default.patch

[yocto] #yocto zeus X11 keyboard

2020-11-11 Thread Monsees, Steven C (US) via lists.yoctoproject.org
I am running zeus based image (that runs without the following error under my rocko build), under zeus build I am now seeing the following : The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Unsupported high keycode 372 for name ignored > X11 cannot

Re: [yocto] Split kernel patches over different machines

2020-11-11 Thread Bel Hadj Salem Talel
Hi, Thanks for the reply, Yes, that did the trick. Thanks, Talel -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#51361): https://lists.yoctoproject.org/g/yocto/message/51361 Mute This Topic: https://lists.yoctoproject.org/mt/78180473/21656 Group

Re: [yocto] Split kernel patches over different machines

2020-11-11 Thread Quentin Schulz
Hi Talel, On Wed, Nov 11, 2020 at 03:30:33AM -0800, Bel Hadj Salem Talel wrote: > Hi All, > > I created two different machines "menzu-console" and "menzu-media" > I have main patch for device tree for both , and only one patch specific for > menzu-media machine > So in the linux recipe bbappend

[yocto] Split kernel patches over different machines

2020-11-11 Thread Bel Hadj Salem Talel
Hi All, I created two different machines "menzu-console" and "menzu-media" I have main patch for device tree for both , and only one patch specific for menzu-media machine So in the linux recipe bbappend I want to set something like this: SRC_URI += "file://main.patch" # FOR BOTH MACHINES

Re: [yocto] python bump

2020-11-11 Thread Mikko Rapeli
On Wed, Nov 11, 2020 at 08:39:42AM +0100, Belisko Marek wrote: > On Wed, Nov 11, 2020 at 8:04 AM wrote: > > > > Hi, > > > > On Tue, Nov 10, 2020 at 07:44:39PM +0100, Marek Belisko wrote: > > > Hi, > > > > > > I'm using poky release thud and would like to bump python3 to 3.8.x. I > > > took recipe

[yocto] How to create new variable in Yocto to use it in a recipe ?

2020-11-11 Thread Bel Hadj Salem Talel
Hi All, I'm not trying to export or create a variable inside a recipe because that's easy and not my case. But I want to create a variable that a user can define in local.conf or in other conf files and a recipe that checks the value of that variable and do some stuff with it like: python (){