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