[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 support

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 Ow

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 SRC_URI

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 (){ a