Re: [yocto] Out-of-tree Kernel Modules

2024-10-30 Thread Yishai Jaffe
Hi Quentin, On Wed, Oct 30, 2024 at 5:01 PM Quentin Schulz wrote: > Hi Yishai, > > On 10/30/24 3:54 PM, Yishai Jaffe via Lists.Yoctoproject.Org wrote: > > You don't often get email from yishai1999= > gmail@lists.yoctoproject.org. Learn why this is important< > https://aka.ms/LearnAboutSender

Re: [yocto] Building SDK fails after update to scarthgap

2024-10-30 Thread Alexander Kanavin
On Wed, 30 Oct 2024 at 12:34, freddy.boman via Lists.Yoctoproject.Org wrote: > I tried building nativesdk-qemu directly without doing the whole populate_sdk > based on our distro. > Same result. Looks like nativesdk-virglrenderer is not built or installed. > Looking in the recipe for qemu I can

Re: [yocto][meta-mingw][PATCH] oeqa: Set LANG in wine tests

2024-10-30 Thread Richard Purdie
On Wed, 2024-10-30 at 10:02 -0600, Joshua Watt wrote: > On Wed, Oct 30, 2024 at 9:18 AM Steve Sakoman > wrote: > > > > Would it be possible to cherry-pick this commit to the styhead > > branch? > >  I'm seeing the same issue there. > > Yes, that would be a good idea. It's based on the build host

Re: [yocto][meta-mingw][PATCH] oeqa: Set LANG in wine tests

2024-10-30 Thread Joshua Watt
On Wed, Oct 30, 2024 at 9:18 AM Steve Sakoman wrote: > > Would it be possible to cherry-pick this commit to the styhead branch? > I'm seeing the same issue there. Yes, that would be a good idea. It's based on the build host, not wine or Yocto, so I suspect we would see it on any branch using tha

Re: [yocto][meta-mingw][PATCH] oeqa: Set LANG in wine tests

2024-10-30 Thread Steve Sakoman
Would it be possible to cherry-pick this commit to the styhead branch? I'm seeing the same issue there. Steve On Wed, Oct 2, 2024 at 3:55 PM Joshua Watt via lists.yoctoproject.org wrote: > > Glib likes to try and determine the local name using the Windows > GetConsoleOutputCP(), which doesn't w

Re: [yocto] Out-of-tree Kernel Modules

2024-10-30 Thread Quentin Schulz via lists.yoctoproject.org
Hi Yishai, On 10/30/24 3:54 PM, Yishai Jaffe via Lists.Yoctoproject.Org wrote: You don't often get email from yishai1999=gmail@lists.yoctoproject.org. Learn why this is important Thanks Quentin, Changing the include to uapi/linux/sched/types.h

[yocto] [yocto-autobuilder-helper] [PATCH] scripts/run-docs-build: Add support for installing texlive for pdf generation

2024-10-30 Thread Richard Purdie
To build the latexpdf output for the docs, we need Xetex (which can handle international characters). Rather than require it on all autobuilder workers, along with dependencies, we install a copy onto NFS which the workers can use. The full install is 6GB so just install the pieces we've found we n

Re: [yocto] Out-of-tree Kernel Modules

2024-10-30 Thread Yishai Jaffe
Thanks Quentin, Changing the include to uapi/linux/sched/types.h solved the issue. But just so I'm clear on this - Can you explain when I should use uapi headers vs when to use the regular linux/xxx headers? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply On

Re: [yocto] Out-of-tree Kernel Modules

2024-10-30 Thread Quentin Schulz via lists.yoctoproject.org
Hi Yishai, On 10/30/24 1:58 PM, Yishai Jaffe via lists.yoctoproject.org wrote: You don't often get email from yishai1999=gmail@lists.yoctoproject.org. Learn why this is important Hi, I'm having a problem compiling my out of tree kernel module.

[yocto] Out-of-tree Kernel Modules

2024-10-30 Thread Yishai Jaffe
Hi, I'm having a problem compiling my out of tree kernel module. I've managed to reproduce my problem with the meta-skeleton hello-mod recipe. I'm working with poky on branch scarthgap. Here are the necessary changes: diff --git a/meta-skeleton/recipes-kernel/hello-mod/files/hello.c b/meta-skeleto

Re: [yocto] Building SDK fails after update to scarthgap

2024-10-30 Thread freddy . boman
On Wed, Oct 30, 2024 at 11:58 AM, Alexander Kanavin wrote: > > Is the header in the sysroot? Nope, seems to be totally missing. > > Are you doing other tweaks to > qemu recipe that break something? No, and from what I can tell the only changes to qemu thats made is meta-virtualization/recipes

Re: [yocto] Multi-layer GitLab CI/CD (multi-project pipelines and merge request CI)

2024-10-30 Thread Yoann Congal via lists.yoctoproject.org
Hi, Thank you for documenting this! Really interesting Le mer. 23 oct. 2024 à 16:26, Quentin Schulz via lists.yoctoproject.org a écrit : > Hi all, > > I have two git repos for multiple layers, let's say layerA, layerB and > layerC. I cannot merge them because one repo is "closed-source" while >

Re: [yocto] Building SDK fails after update to scarthgap

2024-10-30 Thread Alexander Kanavin
On Wed, 30 Oct 2024 at 11:49, freddy.boman via Lists.Yoctoproject.Org wrote: > I've found where the config option comes from (it's in qemu.inc). > But I can't seem to find a way to add a :remove for the option that works. > I created a normal .bbappend for qemu but this does not seem to be applied

Re: [yocto] Building SDK fails after update to scarthgap

2024-10-30 Thread freddy . boman
Hello. I've found where the config option comes from (it's in qemu.inc). But I can't seem to find a way to add a :remove for the option that works. I created a normal .bbappend for qemu but this does not seem to be applied when making nativesdk-qemu. Is the only option to clone the full qemu-recip

Re: [yocto] About Yocto based images

2024-10-30 Thread Alexander Kanavin
On Wed, 30 Oct 2024 at 09:49, Dhanyalakshmi K via lists.yoctoproject.org wrote: > core-image-minimal > core-image-base CLI > core-image-full-cmdline > core-image-sato GUI > core-image-x11 GUI > core-image-weston > core-image-lsb > > To make an informed decision, I need to understand the specific d

[yocto] About Yocto based images

2024-10-30 Thread Dhanyalakshmi K
Dear all, I'm Dhanyalakshmi, and I'm considering one of the following images as our base image for the project with LS1012A as processor: * core-image-minimal * core-image-base CLI * core-image-full-cmdline * core-image-sato GUI * core-image-x11 GUI * core-image-weston * core-image-lsb To make

Re: [yocto] cargo/rust from meta-rust-bin in eSDK of yocto 4.x

2024-10-30 Thread sandro.anders via lists.yoctoproject.org
Many thanks, I'll try it out. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64173): https://lists.yoctoproject.org/g/yocto/message/64173 Mute This Topic: https://lists.yoctoproject.org/mt/109262578/21656 Group Owner: yocto+ow...@lists.yoctoproject.