Re: [yocto] [meta-raspberrypi][PATCH] rpidistro-ffmpeg: Fix old override syntax

2024-02-15 Thread Kevin Hao via lists.yoctoproject.org
On Tue, Feb 13, 2024 at 12:23:43PM +, Andrei Gherzan wrote: > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and > know > the content is safe. > Thanks for this, Kevin. Could you push your patch as a GitHu

[yocto] [meta-security][mickledore,kirkstone][PATCH] linux-yocto-rt: Add the bbappend for rt kernel

2023-08-27 Thread Kevin Hao via lists.yoctoproject.org
So that the security features in this layer can be used on the rt kernel. Signed-off-by: Kevin Hao Signed-off-by: Armin Kuster --- Hi Armin, We also need this on the mickledore and kirkstone branches, so cherry-pick it from master. recipes-kernel/linux/linux-yocto-rt_%.bbappend | 1 + 1 file

[yocto] [meta-security][PATCH] linux-yocto-rt: Add the bbappend for rt kernel

2023-07-30 Thread Kevin Hao via lists.yoctoproject.org
So that the security features in this layer can be used on the rt kernel. Signed-off-by: Kevin Hao --- recipes-kernel/linux/linux-yocto-rt_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-kernel/linux/linux-yocto-rt_%.bbappend diff --git a/recipes-kernel/linux/linux-

[yocto] [meta-security][PATCH] dmverity: Suppress the realpath errors

2023-06-08 Thread Kevin Hao via lists.yoctoproject.org
If we use a non PARTUUID root parameter, we would always get a error like below: realpath: /dev/disk/by-partuuid//dev/mmcblk0p2: No such file or directory This seems pretty confusion and it also seems no need to emit this kind of error when we are waiting for the root device. So suppress all the