[yocto] Multiconfig dependency

2022-03-17 Thread Oleh Kravchenko
Hello guys! Could you please help me with Multiconfig setup? I’ve "default" configuration with SystemD by default. And "initramfs" configuration with Busybox and other settings. I use next targets/recipes with initramfs configuration: 1. core-image-rootfs - packs core-image-minimal ext4 image to

[yocto] do_image_wic error with custom machine

2022-03-17 Thread Goubaux, Nicolas
Hello, I would like to implement two custom machines based on genericx86_64 but I have issue with the do_image_wic Couldn't get bitbake variable from /home/vagrant/poky/build/tmp/work/machine1-poky-linux/project1-image-sms/1.0-r0/rootfs/var/dolby.env. File /home/vagrant/poky/build/tmp/work/mac

Re: [yocto] Minutes: Yocto Project Weekly Triage Meeting 3/17/2022

2022-03-17 Thread Randy MacLeod
On 2022-03-17 11:28, Trevor Gamblin wrote: *Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Alexandre, Daiane, Luca, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor *ARs:* - Randy to move remaining Medium+ M3s to M1 (and move to newcomer bugs category, where appro

Re: [yocto] Minutes: Yocto Project Weekly Triage Meeting 3/17/2022

2022-03-17 Thread Stephen Jolley
AR completed. Stephen From: Trevor Gamblin Sent: Thursday, March 17, 2022 8:28 AM To: Yocto-mailing-list Cc: sjolley.yp...@gmail.com; Richard Purdie ; alexandre.bell...@bootlin.com; luca.ceres...@bootlin.com; MacLeod, Randy ; Wold, Saul ; tim.orl...@konsulko.com; daiane.angol...@foun

[yocto] Minutes: Yocto Project Weekly Triage Meeting 3/17/2022

2022-03-17 Thread Trevor Gamblin
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Alexandre, Daiane, Luca, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor *ARs:* - Randy to move remaining Medium+ M3s to M1 (and move to newcomer bugs category, where appropriate) - Stephen to create an issue for Mi

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-17 Thread Edgar Mobile
Ah, that's an interesting information. The dmesg log gives the impression that virgl starts correctly and in the normal shell the examples work flawlessly. The problems start once I tell weston to use the ivi-shell instead of the desktop shell. From: Alexander Ka

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-17 Thread Alexander Kanavin
There is no hardware acceleration with bochs at all, if you want it, you need to make virtio/virgl driver work. Alex On Thu, 17 Mar 2022 at 14:02, Edgar Mobile wrote: > > Do you know if bochs driver is available and active for yocto 3.4 or 3.5? > > > From: Alexan

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-17 Thread Edgar Mobile
Do you know if bochs driver is available and active for yocto 3.4 or 3.5? From: Alexander Kanavin Sent: Thursday, March 17, 2022 11:26 AM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aar

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-17 Thread Alexander Kanavin
As I told you, we do not support or test this combination. Which means that figuring out what the error messages mean and how to fix them is on you - patches welcome. Alex On Thu, 17 Mar 2022 at 11:41, Edgar Mobile wrote: > > I tried that first and it was horribly slow. That's why I try hardware

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-17 Thread Edgar Mobile
I tried that first and it was horribly slow. That's why I try hardware acceleration now. Do you _know_ it doesn't work? If yes, why? From: Alexander Kanavin Sent: Thursday, March 17, 2022 10:33 AM To: Edgar Mobile Cc: yocto@lists.yoctoproject.org Subject: Re:

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-17 Thread Alexander Kanavin
If you want an aarch guest on x86, then drop the gl option from runqemu. This will fall back to software rendering. Alex On Thu, 17 Mar 2022 at 10:33, Edgar Mobile wrote: > > Sorry, but I need an Aarch64 guest. > > Ok, using a newer qemu I now encounter the following problem: > > root@qemuarm64:

Re: [yocto] runqemu - ERROR - Failed to run qemu: qemu-system-aarch64: Virtio VGA not available.

2022-03-17 Thread Edgar Mobile
Sorry, but I need an Aarch64 guest. Ok, using a newer qemu I now encounter the following problem: root@qemuarm64:/usr/bin# XDG_RUNTIME_DIR=/run/user/0 ./eglinfo EGL client extensions string: EGL_EXT_client_extensions EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_

[yocto] [meta-openssl102-fips][dunfell][PATCH 1/2] conf: Make layer compatible with dunfell

2022-03-17 Thread Harshal Gohel via lists.yoctoproject.org
From: Harshal Gohel Create branch "dunfell" from 634d497355f4169237b97a57a2f32486b0972167 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 892cf79..fe6d6db 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,7 +

[yocto] [meta-openssl102-fips][dunfell][PATCH 2/2] openssh: Adapt the patch for CVE-2020-14145 fix on poky/dunfell

2022-03-17 Thread Harshal Gohel via lists.yoctoproject.org
From: Harshal Gohel openssh-8.2p1-fips.patch does not apply after CVE-2020-14145 patch introduced in (poky: f5882b194b58b6bbb06db511a2c3612f5d6430fd) CVE-2020-14145 added comments and introduced new code in sshconnect2.c This adaptation corrects diff offsets and replaces each occurance of `opti