Re: [yocto] Git send-email blocked by gmail security changes (and how to fix it)

2022-09-21 Thread Nicolas Dechesne
On Thu, Sep 22, 2022 at 5:20 AM Benjamin Esquivel < benjamin.esqui...@gmail.com> wrote: > TL;DR Google App passwords are a workaround if your google password is not > working in git send-email. > > Hi, > > Not sure if this is the right list but I thought of sending it here as a > starter. I was fo

[yocto] Git send-email blocked by gmail security changes (and how to fix it)

2022-09-21 Thread Benjamin Esquivel
TL;DR Google App passwords are a workaround if your google password is not working in git send-email. Hi, Not sure if this is the right list but I thought of sending it here as a starter. I was following Stephen Jolley’s email for the Project status where it has a section for ‘ways to contrib

[yocto] [yocto-autobuilder-helper][PATCH] prepare-shared-repos: create missing dirs

2022-09-21 Thread benjamin . esquivel
From: Benjamin Esquivel on new autobuilder setups, the tmp and destination tar repo dir are not created anywhere and this makes the step fail. also a forward looking change to remove /home/pokybuild* instances in the script to reduce maintenance while getting these paths from config. Signed-off

[yocto] [yocto-autobuilder2][PATCH] config.py: default repository updates

2022-09-21 Thread benjamin . esquivel
From: Benjamin Esquivel the repos that are used as defaults in the build requests are outdated hence the update. Signed-off-by: Benjamin Esquivel --- config.py | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config.py b/config.py index 042a1ec..2249

[yocto] Building an out-of-tree module kernel including an out-of-tree header file

2022-09-21 Thread Ulf Samuelsson
I am tasked with updating an out of tree kernel module. Currently this is built outside Yocto using a Yocto SDK and the kernel module is added to the filesystem after the image has been programmed into the target. The kernel module source code is part of a monorepo. It depends on a header file

[yocto] Handling different release versions in PRserver

2022-09-21 Thread Rusty Howell
We are currently working on two different simultaneous releases of our product OS. One release is a new major.minor release and the other is a "dot" release from the previous major.minor. We are dealing with some preserver issues. The newer release is getting some PR values that are less than the

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
There is a directory called deploy-rpms. It has rpms for all gl/elg/mesa stuff but not the stuff from mesa-vulkan-drivers as libvulkan_virtio.so Am 21. September 2022 14:54:08 MESZ schrieb Alexander Kanavin : >Next you need to check if you have the mesa-vulkan-drives package in >deploy-* in the

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Alexander Kanavin
Next you need to check if you have the mesa-vulkan-drives package in deploy-* in the same mesa builddir, and does it contain the needed driver file? Alex On Wed, 21 Sept 2022 at 14:48, PHIL wrote: > > It has the individual packages but split up. One directory for > mesa-vulkan-drivers etc. I do

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
It has the individual packages but split up. One directory for mesa-vulkan-drivers etc. I don't know how to process from here. Am 21. September 2022 14:38:10 MESZ schrieb Alexander Kanavin : >You need to check package-split/ to find out why. > >Alex > >On Wed, 21 Sept 2022 at 14:30, PHIL wrote:

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Alexander Kanavin
You need to check package-split/ to find out why. Alex On Wed, 21 Sept 2022 at 14:30, PHIL wrote: > > Ok, there is a build directory tmp/work/cortexa57-poky-linux/mesa/2_22.0.0-r0 > . In there, there is a package directory that has all libGL* libraries and > one libvulkan_virtio.so but they ar

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
Ok, there is a build directory tmp/work/cortexa57-poky-linux/mesa/2_22.0.0-r0 . In there, there is a package directory that has all libGL* libraries and one libvulkan_virtio.so but they are not installed to the Image. Am 21. September 2022 14:14:10 MESZ schrieb Alexander Kanavin : >This is not

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
Another logfile has this ERROR: /media/user/SSD1TB/yoctoqemu/poky/meta/recipes-graphics/mesa/mesa-gl_22.0.0.bb: Error during parse shell code, the last 5 lines are:     bbnote Executing meson  -Dshared-glapi=enabled -Dglx-read-only-text=true -Dplatforms='x11'    -Ddri3=disabled  -D

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Alexander Kanavin
This is not logs from mesa, this is logs from your image recipe. You need to start with mesa. Alex On Wed, 21 Sept 2022 at 14:12, PHIL wrote: > > One of the logs has this > > > > Error: > Problem: package packagegroup-base-extended-1.0-r83.qemuarm64 requires > packagegroup-base, but none of th

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
One of the logs has this Error:  Problem: package packagegroup-base-extended-1.0-r83.qemuarm64 requires packagegroup-base, but none of the providers can be installed   - package packagegroup-base-1.0-r83.qemuarm64 requires packagegroup-distro-base, but none of the providers can be installed  

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Alexander Kanavin
You need to go to mesa's build directlory and inspect what is getting built, with which options, and how it is installed and packaged. All the needed bits are there, but it does take a bit of 'yocto skill' to find your way around there. Start by looking at temp/log.do_configure (and then do_compile

Re: [yocto] Adding Vulkan to core-image-weston

2022-09-21 Thread Edgar Mobile
If I read the mesa-vulkan-drivers recipe right it should install libvulkan_*.so but it didnt I had to use vulkan-loader. Any idea in how to debug that? Am 20. September 2022 15:26:45 MESZ schrieb Alexander Kanavin : >What often works is running it under strace - you might be able to see the >one

Re: [yocto] [meta-zephyr][PATCH 0/4] Add script for version upgrades

2022-09-21 Thread Naveen Saini
Thanks Jon. Merged. Regards, Naveen > -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Jon Mason > Sent: Wednesday, September 21, 2022 6:34 AM > To: Peter Hoyes > Cc: yocto@lists.yoctoproject.org; diego.sue...@arm.com > Subject: Re: [yocto] [meta-zephyr][PATCH 0/4]

Re: [yocto] Help and ideas wanted - error during do_package

2022-09-21 Thread Richard Purdie
On Wed, 2022-09-21 at 09:13 +0200, Peter Bergin wrote: > Hi Richard, > > On 2022-09-21 00:11, Richard Purdie wrote: > > On Tue, 2022-09-20 at 23:05 +0200, Peter Bergin wrote: > > > Hi, > > > > > > I'm working on a recipe for libtraceevent > > > (https://git.kernel.org/pub/scm/libs/libtrace/libtra

[yocto] [meta-security][PATCH] tpm: update the linux-yocto rule with the one from sanity-meta-tpm class

2022-09-21 Thread Michael Haener
--- meta-tpm/recipes-kernel/linux/linux-yocto_5.%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-tpm/recipes-kernel/linux/linux-yocto_5.%.bbappend b/meta-tpm/recipes-kernel/linux/linux-yocto_5.%.bbappend index 2cf1453..e8027ff 100644 --- a/meta-tpm/recipes-kerne

Re: [yocto] Help and ideas wanted - error during do_package

2022-09-21 Thread Peter Bergin
Hi Richard, On 2022-09-21 00:11, Richard Purdie wrote: On Tue, 2022-09-20 at 23:05 +0200, Peter Bergin wrote: Hi, I'm working on a recipe for libtraceevent (https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git) that is needed for newer trace-cmd. I'm confused about an error I get dur