[linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] arch: arm64: dts: add dts file for CANFD feature on xilinx-zcu102 platform

2023-05-04 Thread quanyang.wang via lists.yoctoproject.org
From: Meng Li This dts file is created by referring to Xilix SDK petalinux. Signed-off-by: Meng Li --- Hi Bruce, Would you please help merge this patch to the branches: v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc v6.1/standard/sdkv6.1/xlnx-soc Thanks, Quanyang ---

[yocto] [meta-security][PATCH] packagegroup-security-tpm2: restore pkgs removed earlier

2023-05-04 Thread Armin Kuster
commit: 0594aee packagegroup-security-tpm2.bb: remove dynamic pkgs is causing an issue with some users. Restore the packages and opted to fix via PACKAGE_ARCH = "${TUNE_PKGARCH}" Signed-off-by: Armin Kuster --- .../recipes-core/packagegroup/packagegroup-security-tpm2.bb | 5 + 1 file

Re: [yocto] General bbappend for virtual/kernel recipe? #bitbake #yocto

2023-05-04 Thread Livius
On Thu, May 4, 2023 at 02:04 AM, Khem Raj wrote: > > On Wed, May 3, 2023 at 1:00 AM Livius wrote: > > > > Hi, > > > > Is it possible to make a .bbappend file/method for virtual/kernel of general > linux-kernel recipe? My goal is to make some same append script for several > BSP linux kernel

Re: [yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC PATCH 0/4] *** SUBJECT HERE ***

2023-05-04 Thread Scott Murray
Oops, too quick to send, subject should be "Proposed Kirkstone Rust mixin" On Thu, 4 May 2023, Scott Murray via lists.yoctoproject.org wrote: > These patches comprise my proposed kirkstone/rust-1.68 branch for the > meta-lts-mixins repo. The initial check-in backports the Rust 1.68.1 > support

[yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC PATCH 4/4] meta/recipes: ensure all recipes have a SUMMARY

2023-05-04 Thread Scott Murray
From: Alexander Kanavin DESCRIPTION is optional for now; writing good component descriptions is not easy (but appreciated). (From OE-Core rev: 9ce4f9248db3db70732d886a18ea355f321bd49d) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie

[yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC PATCH 2/4] cargo: Fix build on musl/riscv

2023-05-04 Thread Scott Murray
From: Khem Raj libc needs fix for defining scope of SOCK_SEQPACKET (From OE-Core rev: 378da16ebe2917f26f9fe8cf654bced09ec6ecfe) Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie Signed-off-by: Scott Murray ---

[yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC PATCH 3/4] rust: Upgrade 1.68.1 -> 1.68.2

2023-05-04 Thread Scott Murray
From: Alex Kiernan Changes: * Update the GitHub RSA host key bundled within Cargo. The key was rotated by GitHub on 2023-03-24 after the old one leaked. * Mark the old GitHub RSA host key as revoked. This will prevent Cargo from accepting the leaked key even when trusted by the system. *

[yocto] [meta-lts-mixins][kirkstone/rust-1.68 RFC PATCH 0/4] *** SUBJECT HERE ***

2023-05-04 Thread Scott Murray
These patches comprise my proposed kirkstone/rust-1.68 branch for the meta-lts-mixins repo. The initial check-in backports the Rust 1.68.1 support from mickledore branch as it stands in preparation for 4.2.0, then I have separately ported the recent Rust-related fixes from master that I expect to

Re: [yocto] [Yocto-Advocacy] Yocto Project Community Manager updates

2023-05-04 Thread Rudolf J Streif
Let me chime in. Nico, thank you so much for your leadership as the Yocto community manager and beyond. You certainly made sure that the community remained welcoming and supportive to new and current members. I very much appreciate all the effort you dedicated to the project and its

Re: [yocto] General bbappend for virtual/kernel recipe? #bitbake #yocto

2023-05-04 Thread Luiz Balloti
Common functionality can be kept in a bbclass, so that the appends must simply make your recipe inherit the class. Em qua., 3 de mai. de 2023 às 21:04, Khem Raj escreveu: > On Wed, May 3, 2023 at 1:00 AM Livius wrote: > > > > Hi, > > > > Is it possible to make a .bbappend file/method for

Re: [yocto] Yocto Project Community Manager updates

2023-05-04 Thread Josef Holzmayr
Thank you Nico for the five years in which we had the pleasure of working together for the growth and future of the Yocto Project and OpenEmbedded. Your contributions and insight will be missed - but hopefully not you as a person. We will meet again, over a drink, and talk of the olde times...

Re: [yocto] Yocto Project Community Manager updates

2023-05-04 Thread Richard Purdie
On Thu, 2023-05-04 at 16:40 +0200, Nicolas Dechesne wrote: > After five years, I have decided to resign from my position as the > Yocto Project Community Manager. I joined the OpenEmbedded community > around 2008. I have fond memories of my early days, and still > remember some of my first

Re: [yocto] [Yocto-Advocacy] Yocto Project Community Manager updates

2023-05-04 Thread Michael Opdenacker via lists.yoctoproject.org
Dear Nico, On 04.05.23 at 16:40, Nicolas Dechesne wrote: Dear all, After five years, I have decided to resign from my position as the Yocto Project Community Manager. I joined the OpenEmbedded community around 2008. I have fond memories of my early days, and still remember some of my first

[yocto] Yocto Project Community Manager updates

2023-05-04 Thread Nicolas Dechesne
Dear all, After five years, I have decided to resign from my position as the Yocto Project Community Manager. I joined the OpenEmbedded community around 2008. I have fond memories of my early days, and still remember some of my first interactions on IRC and mailing lists! This is a very welcoming

Re: [yocto] [PATCH yocto-autobuilder-helper] auh: publish output on https://autobuilder.yocto.io/pub/auh/

2023-05-04 Thread Yoann Congal
On 4/28/23 09:01, Alexander Kanavin wrote: > AUH itself already has an option to include the link into > its email reports; the option just needs to be enabled. > > [YOCTO #15103] > > Signed-off-by: Alexander Kanavin Looks good to me! Reviewed-by: Yoann Congal Thanks! > --- > config.json

Re: [yocto] #raspberrypi #ffmpeg

2023-05-04 Thread Ross Burton
On 4 May 2023, at 12:29, Ross Burton via lists.yoctoproject.org wrote: > > On 4 May 2023, at 11:40, Ed Watson via lists.yoctoproject.org > wrote: >> >> Hello, >> >> I am trying to get v4l_mem2mem in to ffmpeg. It does hardware h264 encoding >> on a RPI4 >> ffmpeg -encoders | grep h264 >>

[linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] bsp: xilinx-zynq: drop obsolete kernel options

2023-05-04 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang These options are obsolete for v6.1 kernel. Signed-off-by: Quanyang Wang --- Hi Bruce, Would you please help merge this patch to the branch: yocto-6.1 Thanks, Quanyang --- bsp/xilinx-zynq/xilinx-zynq.cfg | 6 -- 1 file changed, 6 deletions(-) diff --git

Re: [yocto] #raspberrypi #ffmpeg

2023-05-04 Thread Ross Burton
On 4 May 2023, at 11:40, Ed Watson via lists.yoctoproject.org wrote: > > Hello, > > I am trying to get v4l_mem2mem in to ffmpeg. It does hardware h264 encoding > on a RPI4 > ffmpeg -encoders | grep h264 > > for example > ffmpeg -f v4l2 -i /dev/video0 -v:c v4l_mem2mem out.mp4 > > would

[yocto] #raspberrypi #ffmpeg

2023-05-04 Thread Ed Watson
Hello, I am trying to get v4l_mem2mem in to ffmpeg. It does hardware h264 encoding on a RPI4 ffmpeg  -encoders | grep h264 for example ffmpeg -f v4l2  - i /dev/video0 -v:c v4l_mem2mem out.mp4 would take the a webcam output and encode it in h264 using the hardware encoder. On raspberry pi

Re: [yocto] make journal logs persistent

2023-05-04 Thread Marek Belisko
On Thu, May 4, 2023 at 7:33 AM Khem Raj wrote: > > On Wed, May 3, 2023 at 10:29 PM Marek Belisko wrote: > > > > Hi, > > > > I'm building an image using a kirkstone release for a banana pi m2 > > board. I've created wic file with 2 partitions one for rootfs and > > second for storage. Storage