[oe] [PATCH] protobuf: Enable protoc binary in nativesdk

2022-10-21 Thread Khem Raj
When it was disabled for target, it was enabled for native but not for nativesdk explicitly, lets do it here. Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.21.5.bb

Re: [oe] [meta-openembedded][langdale][PATCH] meta-openemnedded: Add myself as langdale maintainer

2022-10-21 Thread Khem Raj
Thanks Armin, I plan to create the branch today On Fri, Oct 21, 2022 at 5:23 AM Armin Kuster wrote: > > Signed-off-by: Armin Kuster > --- > README | 2 +- > meta-filesystems/README | 10 +- > meta-gnome/README | 10 +- > meta-initramfs/README

[oe][meta-oe][master][kirkstone][PATCH] audit: Fix compile error for audit_2.8.5

2022-10-21 Thread akash hadke
Fix below compile errors 1. Fix build with linux 5.17+ audit errors out due to swig munging it does with kernel headers | audit_wrap.c: In function '_wrap_audit_rule_data_buf_set': | audit_wrap.c:4701:17: error: cast specifies array type | 4701 | arg1->buf = (char [])(char *)memc

[oe] [meta-openembedded][langdale][PATCH] meta-openemnedded: Add myself as langdale maintainer

2022-10-21 Thread Armin Kuster
Signed-off-by: Armin Kuster --- README | 2 +- meta-filesystems/README | 10 +- meta-gnome/README | 10 +- meta-initramfs/README | 8 meta-multimedia/README | 10 +- meta-networking/MAINTAINERS | 15 +++

[oe] [meta-oe][PATCH v3] syzkaller: add recipe and selftest for syzkaller fuzzing

2022-10-21 Thread Ovidiu Panait
Syzkaller is a coverage-guided fuzzer that is widely used to find bugs in the Linux kernel: https://github.com/google/syzkaller Add the recipe and a selftest for running the fuzzer in a qemux86-64 kvm environment. The following steps can be used to start the test: """ cat >> conf/local.conf