[yocto] Yocto Technical Team Minutes, Engineering Sync, for December 14, 2021

2021-12-15 Thread Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for December 14, 2021 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to ensure the below is accurate and valid. However, errors sometimes happen. If any errors or

Re: [yocto] [meta-rockchip] [PATCH v2] trusted-firmware-a: replace baudrate with the one specified in machine conf

2021-12-15 Thread Khem Raj
On Wed, Dec 15, 2021 at 7:20 AM Quentin Schulz wrote: > > Hi Khem, > > On Tue, Dec 14, 2021 at 10:11:54AM -0800, Khem Raj wrote: > > On Tue, Dec 14, 2021 at 3:39 AM Quentin Schulz > > wrote: > > > > > > Not all Rockchip boards have their console running at 150 baud in > > > U-Boot and the

Re: [yocto] [oe] Help with Inclusive Language in OpenEmbedded/Yocto Project

2021-12-15 Thread Saul Wold
On 12/6/21 17:01, Jon Mason wrote: This email is a follow-up from the session held on Friday at the OpenEmbedded Developer's Virtual Meeting (see https://www.openembedded.org/wiki/OEDVM_Nov_2021) The session was not recorded, but the slides can be found at

[yocto] [dunfell] hidden files/folders in WORKDIR

2021-12-15 Thread Joel Winarske
I'm finding that if I create files/folders (prefixed with '.') in WORKDIR, they don't get cleaned up with INHERIT += "rm_work". Is this a feature or a bug? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#55595):

Re: [yocto] spdx: Extending SPDX SBOMs for SDKs

2021-12-15 Thread Andres Beltran
+ Joshua, Saul On 12/6/2021 6:54 PM, Andres Beltran wrote: Hello, I've been working on extending SPDX SBOMs for SDKs. In poky/meta/classes/create-spdx.bbclass I added: /do_populate_sdk[recrdeptask] += "do_create_spdx do_create_runtime_spdx"/ I ran into a dependency loop when I try to

Re: [yocto] [meta-rockchip] [PATCH v2] trusted-firmware-a: replace baudrate with the one specified in machine conf

2021-12-15 Thread Trevor Woerner
On Wed 2021-12-15 @ 04:20:47 PM, Quentin Schulz wrote: > Hi Khem, > > On Tue, Dec 14, 2021 at 10:11:54AM -0800, Khem Raj wrote: > > On Tue, Dec 14, 2021 at 3:39 AM Quentin Schulz > > wrote: > > > > > > Not all Rockchip boards have their console running at 150 baud in > > > U-Boot and the

Re: [yocto] spdx: Extending SPDX SBOMs for SDKs

2021-12-15 Thread Joshua Watt
On Wed, Dec 15, 2021 at 3:33 PM Andres Beltran wrote: > > + Joshua, Saul > > On 12/6/2021 6:54 PM, Andres Beltran wrote: > > Hello, > > > I've been working on extending SPDX SBOMs for SDKs. In > poky/meta/classes/create-spdx.bbclass I added: > > > > do_populate_sdk[recrdeptask] +=