[linux-yocto] [yocto-kernel-cache][yocto-5.15][PATCH] xilinx-versal: enable CONFIG_RESET_CONTROLLER

2023-04-14 Thread quanyang.wang
From: Quanyang Wang The device node "usb0" depends on the reset controller "xlnx,versal-reset", so CONFIG_RESET_CONTROLLER needs to be enabled. Signed-off-by: Quanyang Wang --- Hi Bruce, Would you please help merge this patch to the branch: yocto-5.15 Thanks, Quanyang ---

Re: [yocto] Correct build folder location

2023-04-14 Thread Luca Ceresoli via lists.yoctoproject.org
Hello, On Thu, 13 Apr 2023 12:52:28 -0700 "Electronic Consult" wrote: > As an update for anyone looking at this.. > > I managed to get the raspberry pi build going. It seems after running > > source oe-init-build-env rpi-build > the local.conf from meta-atmel was copied into the rpi-build

[linux-yocto] Trial merge of v5.15.107 v6.1.24 for linux-yocto

2023-04-14 Thread Kevin Hao
Hi Bruce, This is a trial merge of the stable kernel v5.15.107 v6.1.24 for the following branches in the linux-yocto. 006cb0818243 v5.15/standard/sdkv5.10/axxia 3ae0d174d1fe v5.15/standard/preempt-rt/sdkv5.10/axxia 23e09fdef7b3 v5.15/standard/base 233f9b47855c

[yocto] Another attempt at Aarch64

2023-04-14 Thread Edgar Mobile
Greetings, I try to enable Vulkan on Aarch64 client another time. I added " vulkan" to DISTRO_FEATURES:append in local.conf and I try to add the venus-experimental=true flag to virglrenderer's bb file. But compiling virglrenderer doesn't work, it spits a linker error agains libvulkan. When I

Re: [yocto] Give access token to yocto build. (pass environment variable to bitbake)

2023-04-14 Thread Mikko Rapeli
Hi, On Fri, Apr 14, 2023 at 09:37:05AM +0200, Leon Woestenberg wrote: > On Fri, Apr 14, 2023 at 9:24 AM Mikko Rapeli > wrote: > > > > > The environment variables and thus secrets are easily leaking into build > > logs so I would not use them. > > > > Instead, I would use .netrc for git and

Re: [yocto] Give access token to yocto build. (pass environment variable to bitbake)

2023-04-14 Thread Leon Woestenberg
On Fri, Apr 14, 2023 at 9:24 AM Mikko Rapeli wrote: > > The environment variables and thus secrets are easily leaking into build > logs so I would not use them. > > Instead, I would use .netrc for git and anything using curl (http > fetcher). subversion caches passwords into ~/.subversion

Re: [yocto] Give access token to yocto build. (pass environment variable to bitbake)

2023-04-14 Thread Mikko Rapeli
Hi, On Thu, Apr 13, 2023 at 07:54:13PM +, Philippe Lafontaine via lists.yoctoproject.org wrote: > Greeting, > > I have a recipe that fetch a pre-built binary from a build machine using an > access token. Every developer will have different access token, for obvious > reason. Therefore,