Re: [oe] [meta-oe][kirkstone][PATCH] meta-oe/conf/layer.conf: remove libbpf from NON_MULTILIB_RECIPES for x86 and x86-64

2024-06-06 Thread Wentao Zhang via lists.openembedded.org
? Agree, I think this is needed on master as well too. I have taken it for master testing, once it shows up in master then send a backport. On Thu, Jun 6, 2024 at 3:13 AM Wentao Zhang via lists.openembedded.org wrote: libbpf supports x86_64 and i.86, remove libbpf from NON_MULTILIB_RECIPES for

[oe] [meta-oe][kirkstone][PATCH] meta-oe/conf/layer.conf: remove libbpf from NON_MULTILIB_RECIPES for x86 and x86-64

2024-06-06 Thread Wentao Zhang via lists.openembedded.org
libbpf supports x86_64 and i.86, remove libbpf from NON_MULTILIB_RECIPES for x86 and x86-64 Signed-off-by: Wentao Zhang --- meta-oe/conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 77855dc65..a254990ec 100644 --- a

[oe] [meta-oe][kirkstone][PATCH] libbytesize: update github branch to 'main'

2023-11-29 Thread Wentao Zhang via lists.openembedded.org
the repo of libbytesize doesn't have a branch named master. Change the branch from master to main. Signed-off-by: Zhang Xiao Signed-off-by: Wentao Zhang --- meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/me

[oe] [meta-oe][master][PATCH] libbytesize: update github branch to 'main'

2023-11-29 Thread Wentao Zhang via lists.openembedded.org
the repo of libbytesize doesn't have a branch named master. Change the branch from master to main. Signed-off-by: Zhang Xiao Signed-off-by: Wentao Zhang --- meta-oe/recipes-support/libbytesize/libbytesize_2.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/me

[oe] [meta-oe][PATCH] libbytesize: update github branch to 'main'

2023-11-29 Thread Wentao Zhang via lists.openembedded.org
the repo of libbytesize doesn't have a branch named master. Change the branch from master to main. Signed-off-by: Zhang Xiao Signed-off-by: Wentao Zhang --- meta-oe/recipes-support/libbytesize/libbytesize_2.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/me

[oe] [meta-oe][PATCH] nss: fix failed test of nss.

2023-04-10 Thread Wentao Zhang
The expiration date of the "PayPalEE.cert" test certificate in the nss package is Jan 12 2022 and causing a test failure. Signed-off-by: Wentao Zhang --- ...validation-date-for-PayPalEE-test-ce.patch | 64 +++ meta-oe/recipes-support/nss/nss_3.74.bb | 1 + 2 fil

[oe] [meta-oe][PATCH] jemalloc: include the missing shell scripts and source the corresponds shell scripts for some test cases.

2023-04-03 Thread Wentao Zhang
now. Signed-off-by: Wentao Zhang --- .../recipes-devtools/jemalloc/files/run-ptest | 29 ++- .../jemalloc/jemalloc_5.3.0.bb| 7 +++-- 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/jemalloc/files/run-ptest b/meta-oe

[oe] [meta-oe][master][kirkstone][PATCH] psplash: delay the psplash service

2022-11-08 Thread Wentao Zhang
psplash starts too early to open /dev/fb0 correctly on some types of machines. Starting this service until /dev/fb0 is found. Signed-off-by: Wentao Zhang --- meta/recipes-core/psplash/files/psplash-start.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/psplash

[oe] [meta-oe][master][kirkstone][PATCH] psplash: delay the psplash service

2022-10-16 Thread Wentao Zhang
psplash starts too early to start on some types of machines. Fix this problem by delaying this service. Signed-off-by: Wentao Zhang --- meta/recipes-core/psplash/files/psplash-start.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/psplash/files/psplash

[oe] [meta-oe][master][kirkstone][PATCH] protobuf-c: update to 1.4.1 fix CVE-2022-33070

2022-07-11 Thread Wentao Zhang
From: Wentao Zhang Signed-off-by: Wentao Zhang --- .../protobuf/{protobuf-c_1.4.0.bb => protobuf-c_1.4.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/protobuf/{protobuf-c_1.4.0.bb => protobuf-c_1.4.1.bb} (90%) diff --git a/meta-oe/r