Re: [OE-Core][kirkstone][master][PATCH] rng-tools: Add Arm aarch64 CPU specific configuration to address excessive CPU usage on startup

2022-10-31 Thread Xiangyu Chen
On 10/31/22 23:40, Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On Mon, Oct 31, 2022 at 12:51 AM Xiangyu Chen wrote: With the default jitter options aarch64 CPU-based devices typically experience continuous high CPU utilisation for several minutes after rngd

[OE-Core][master][kirkstone][PATCH V2] rng-tools: Add Arm aarch64 CPU specific configuration to address excessive CPU usage on startup

2022-10-31 Thread Xiangyu Chen
With the default jitter options aarch64 CPU-based devices typically experience continuous high CPU utilisation for several minutes after rngd starts. Accoring to the rng-tools issue #150[1] and comments[2],in order to address this, the following configuration changes have been made, those

[meta-oe][oe-core][PATCH V5] bc: Add ptest.

2022-10-31 Thread Yan Xin Kuan
From: Yan Xinkuan Add ptest for OSS 'bc' by using 'bc' in the system to do calculation jobs according to the .b files from the source file. Test example as below: .. .00673400673400673400 “PASS: bc/div.b” 99836408603283573660347145562829683495827909199408566065153345558783\

Re: [meta-oe][oe-core][PATCH V4] bc: Add ptest.

2022-10-31 Thread Yan Xin Kuan
Got it. Can be seen in v5. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#172347): https://lists.openembedded.org/g/openembedded-core/message/172347 Mute This Topic: https://lists.openembedded.org/mt/94681755/21656 Group Owner:

Re: [OE-core] [PATCH] bluez5: Point hciattach bcm43xx firmware search path to /lib/firmware

2022-10-31 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Marek Vasut > Sent: den 31 oktober 2022 21:54 > To: Jose Quaresma > Cc: openembedded-core@lists.openembedded.org; Alexander Kanavin > ; Alexandre Belloni ; > Richard Purdie >

Re: [OE-core] [PATCH 12/13] go: submit patch upstream

2022-10-31 Thread Alexander Kanavin
On Mon, 31 Oct 2022 at 22:55, Richard Purdie wrote: > I did sort that, I'm not sure I quite wanted to get into a larger > discussion on how to do it properly and to rewrite the patch and run > more tests though... I wasn't inspired by those review comments either, perhaps we can convince

Re: [OE-Core][PATCH v2 1/3] kernel: classes: Extract savedefconfig to a class

2022-10-31 Thread Ross Burton
On 12 Oct 2022, at 20:43, Alex Kiernan via lists.openembedded.org wrote: > > On Wed, Oct 12, 2022 at 5:36 PM Ross Burton wrote: >> >> On 12 Oct 2022, at 08:18, Alex Kiernan via lists.openembedded.org >> wrote: >>> >>> Move savedefconfig task to a class so we can reuse it in other recipes

Re: [OE-core] [PATCH 12/13] go: submit patch upstream

2022-10-31 Thread Richard Purdie
On Mon, 2022-10-31 at 12:47 +0100, Alexander Kanavin wrote: > Note: it will not be reviewed until RP signs the google CLA > (link in the PR). > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/go/go/filter-build-paths.patch | 4 +++- > 1 file changed, 3 insertions(+), 1

Re: [OE-core] [PATCH] systemd: change syntax for SRC_URI append

2022-10-31 Thread Alexander Kanavin
On Mon, 31 Oct 2022 at 22:32, Peter Bergin wrote: > Sure, I can do that. My aim for override those in a bbappend is just for > development purposes and nothing I plan to use in production or push in > public. My way of working when I realized this was to build latest > master of systemd that had

Re: [OE-core] [dunfell][PATCH] xserver-xorg: backport fixes for CVE-2022-3550, CVE-2022-3551 and CVE-2022-3553

2022-10-31 Thread Steve Sakoman
On Sun, Oct 30, 2022 at 3:39 AM Minjae Kim wrote: > > From: Steve Sakoman This seems to be in error since I didn't author this patch ;-) > > > xkb: proof GetCountedString against request length attacks > pstream-Status: Backport >

Re: [OE-core] [PATCH] bluez5: Point hciattach bcm43xx firmware search path to /lib/firmware

2022-10-31 Thread Marek Vasut
On 10/31/22 20:18, Jose Quaresma wrote: Hi Marek, Hi, Marek Vasut escreveu no dia segunda, 31/10/2022 à(s) 16:30: Currently the hciattach bcm43xx firmware loader looks up the firmware blob in /etc/firmware . Change this to /lib/firmware instead, so that the path is consistent with Linux

Re: [OE-core] [PATCH] systemd: change syntax for SRC_URI append

2022-10-31 Thread Peter Bergin
Hi Alex, On 2022-10-31 22:24, Alexander Kanavin wrote: On Mon, 31 Oct 2022 at 22:09, Peter Bergin wrote: In order to be able to override the git repo used in a bbappend file the additions of files to SRC_URI needs to be done with :append instead of +=, otherwise those will not be added. My

Re: [OE-core] [PATCH] systemd: change syntax for SRC_URI append

2022-10-31 Thread Alexander Kanavin
On Mon, 31 Oct 2022 at 22:09, Peter Bergin wrote: > > In order to be able to override the git repo used in a bbappend > file the additions of files to SRC_URI needs to be done with :append > instead of +=, otherwise those will not be added. > > My use case for this change is to try to build

[OE-core] Current high bug count owners for Yocto Project 4.2

2022-10-31 Thread Stephen Jolley
All, Below is the list as of top 36 bug owners as of the end of WW44 of who have open medium or higher bugs and enhancements against YP 4.2. There are 123 possible work days left until the final release candidates for YP 4.2 needs to be released. Who Count michael.opdenac...@bootlin.com

[OE-core] [PATCH] gptfdisk: remove warning message from target system

2022-10-31 Thread Peter Bergin
A recent change in libuuid made warning when running sgdisk. Backport patch from upstream to silent warning. The warning: "Warning! Unable to generate a proper UUID! Creating an improper one as a last resort! Windows 7 may crash if you save this partition table!" Signed-off-by: Peter

[OE-core] [PATCH] systemd: change syntax for SRC_URI append

2022-10-31 Thread Peter Bergin
In order to be able to override the git repo used in a bbappend file the additions of files to SRC_URI needs to be done with :append instead of +=, otherwise those will not be added. My use case for this change is to try to build latest systemd that is located in another repo than the one used by

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-10-31 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [OE-core] [PATCH] bluez5: Point hciattach bcm43xx firmware search path to /lib/firmware

2022-10-31 Thread Jose Quaresma
Hi Marek, Marek Vasut escreveu no dia segunda, 31/10/2022 à(s) 16:30: > Currently the hciattach bcm43xx firmware loader looks up the firmware > blob in /etc/firmware . Change this to /lib/firmware instead, so that > the path is consistent with Linux kernel which also looks up firmware > for the

[OE-core][kirkstone][PATCH 1/1] wayland: fix CVE-2021-3782

2022-10-31 Thread Narpat Mali
An internal reference count is held on the buffer pool, incremented every time a new buffer is created from the pool. The reference count is maintained as an int; on LP64 systems this can cause thereference count to overflow if the client creates a large number of wl_shm buffer objects, or if it

[OE-core] [PATCH] bluez5: Point hciattach bcm43xx firmware search path to /lib/firmware

2022-10-31 Thread Marek Vasut
Currently the hciattach bcm43xx firmware loader looks up the firmware blob in /etc/firmware . Change this to /lib/firmware instead, so that the path is consistent with Linux kernel which also looks up firmware for the WiFi part in /lib/firmware . Signed-off-by: Marek Vasut --- Cc: Alexander

Re: [OE-core] [PATCH] Add nativesdk of systemd-systemctl

2022-10-31 Thread Ross Burton
On 31 Oct 2022, at 08:17, wangmy via lists.openembedded.org wrote: > > From: Wang Mingyu > > Signed-off-by: Wang Mingyu > --- > .../systemd/nativesdk-systemd-systemctl.bb | 17 + > 1 file changed, 17 insertions(+) > create mode 100644

Re: [OE-core] OE-core CVE metrics for master on Sun 30 Oct 2022 02:00:01 AM HST

2022-10-31 Thread Khem Raj
On Sun, Oct 30, 2022 at 5:03 AM Steve Sakoman wrote: > > Branch: master > > New this week: 2 CVEs > CVE-2022-3705 (CVSS3: 7.5 HIGH): vim > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3705 * > CVE-2022-43680 (CVSS3: 7.5 HIGH): expat:expat-native >

[OE-core] [PATCH] go: Upgrade to 1.19.2

2022-10-31 Thread Khem Raj
go1.19.1 (released 2022-09-06) includes security fixes to the net/http and net/url packages, as well as bug fixes to the compiler, the go command, the pprof command, the linker, the runtime, and the crypto/tls and crypto/x509 packages. See the Go 1.19.1 milestone[1] on our issue tracker for

[OE-core] [PATCH] go: update 1.19 -> 1.19.2

2022-10-31 Thread Alexander Kanavin
Drop stack-protector.patch as issue fixed upstream. Signed-off-by: Alexander Kanavin --- .../go/{go-1.19.inc => go-1.19.2.inc} | 3 +- ...ive_1.19.bb => go-binary-native_1.19.2.bb} | 7 ++-- ...an_1.19.bb => go-cross-canadian_1.19.2.bb} | 0 .../{go-cross_1.19.bb =>

Re: [OE-core] [kirkstone][PATCH] overlayfs: Allow not used mount points

2022-10-31 Thread Vyacheslav Yurkov
The patch is now in master. Just a reminder to queue it to kirkstone as well. Thanks, Vyacheslav On 12.10.2022 18:40, Steve Sakoman wrote: On Tue, Oct 11, 2022 at 7:23 AM Vyacheslav Yurkov wrote: Just checking if something is missing to include this fix to kirkstone. Yes, it needs to make

[OE-core] [PATCH][kirkstone] expat: backport the fix for CVE-2022-43680

2022-10-31 Thread Ross Burton
Signed-off-by: Ross Burton --- .../expat/expat/CVE-2022-43680.patch | 33 +++ meta/recipes-core/expat/expat_2.4.9.bb| 1 + 2 files changed, 34 insertions(+) create mode 100644 meta/recipes-core/expat/expat/CVE-2022-43680.patch diff --git

Re: [OE-core] [PATCH] openssh: Install internal header/lib files

2022-10-31 Thread Willy Tu via lists.openembedded.org
Friendly ping. Is there any more concern on this? Willy Tu On Mon, Oct 24, 2022 at 10:07 AM Willy Tu via lists.openembedded.org wrote: > > Testing it out more and it seems like the current change is fine in that > regard. > > I was building it against an OpenBMC image which include the change

Re: [OE-Core][kirkstone][master][PATCH] rng-tools: Add Arm aarch64 CPU specific configuration to address excessive CPU usage on startup

2022-10-31 Thread Khem Raj
On Mon, Oct 31, 2022 at 12:51 AM Xiangyu Chen wrote: > > With the default jitter options aarch64 CPU-based devices typically > experience continuous > high CPU utilisation for several minutes after rngd starts. > > Accoring to the rng-tools issue #150[1] and comments[2],in order to address >

Re: [OE-core] [PATCH][langdale] expat cve

2022-10-31 Thread Ross Burton
Ignore this :) > On 31 Oct 2022, at 15:20, Ross Burton via lists.openembedded.org > wrote: > > --- > .../expat/expat/CVE-2022-43680.patch | 33 +++ > meta/recipes-core/expat/expat_2.4.9.bb| 1 + > 2 files changed, 34 insertions(+) > create mode 100644

[OE-core] [PATCH][langdale] expat: backport the fix for CVE-2022-43680

2022-10-31 Thread Ross Burton
Signed-off-by: Ross Burton --- .../expat/expat/CVE-2022-43680.patch | 33 +++ meta/recipes-core/expat/expat_2.4.9.bb| 1 + 2 files changed, 34 insertions(+) create mode 100644 meta/recipes-core/expat/expat/CVE-2022-43680.patch diff --git

[OE-core] [PATCH][langdale] expat cve

2022-10-31 Thread Ross Burton
--- .../expat/expat/CVE-2022-43680.patch | 33 +++ meta/recipes-core/expat/expat_2.4.9.bb| 1 + 2 files changed, 34 insertions(+) create mode 100644 meta/recipes-core/expat/expat/CVE-2022-43680.patch diff --git

[OE-core] [PATCH] expat: upgrade to 2.5.0

2022-10-31 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-core/expat/{expat_2.4.9.bb => expat_2.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/expat/{expat_2.4.9.bb => expat_2.5.0.bb} (91%) diff --git a/meta/recipes-core/expat/expat_2.4.9.bb

Re: [OE-core] [PATCH] Add nativesdk of systemd-systemctl

2022-10-31 Thread Alexandre Belloni via lists.openembedded.org
Hello, this causses the following failure on the AB: AssertionError: The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file. nativesdk-systemd-systemctl

[OE-core] [PATCH] vim: upgrade 9.0.0614 -> 9.0.0820

2022-10-31 Thread Tim Orling
Includes fixes for CVE-2022-3705 https://nvd.nist.gov/vuln/detail/CVE-2022-3705 For a short list of important changes, see: https://www.arp242.net/vimlog/ Signed-off-by: Tim Orling --- meta/recipes-support/vim/vim.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [yocto-security] OE-core CVE metrics for master on Sun 30 Oct 2022 02:00:01 AM HST

2022-10-31 Thread Ross Burton
On 30 Oct 2022, at 12:03, Steve Sakoman via lists.yoctoproject.org wrote: > > CVE-2022-43680 (CVSS3: 7.5 HIGH): expat:expat-native > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-43680 * Patches incoming for this. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

[OE-core] [PATCH 13/13] libffi: submit patch upstream

2022-10-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libffi/0001-arm-sysv-reverted-clang-VFP-mitigation.patch| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libffi/libffi/0001-arm-sysv-reverted-clang-VFP-mitigation.patch

[OE-core] [PATCH 12/13] go: submit patch upstream

2022-10-31 Thread Alexander Kanavin
Note: it will not be reviewed until RP signs the google CLA (link in the PR). Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/go/go/filter-build-paths.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/go/go/filter-build-paths.patch

[OE-core] [PATCH 10/13] argp-standalone: replace with a maintained fork

2022-10-31 Thread Alexander Kanavin
Remove two patches as issues fixed upstream, submit the third one. License-Update: argp.h is an import from glibc and has been refreshed to the latest version. It's still lgpl 2.1. Signed-off-by: Alexander Kanavin --- ...dalone_1.3.bb => argp-standalone_1.4.1.bb} | 12 ++-

[OE-core] [PATCH 11/13] ovmf: correct patches status

2022-10-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../ovmf/0001-ovmf-update-path-to-native-BaseTools.patch | 2 +- ...seTools-makefile-adjust-to-build-in-under-bitbake.patch | 7 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 09/13] kea: submit patch upstream

2022-10-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch

[OE-core] [PATCH 07/13] lttng-tools: submit determinism.patch upstream

2022-10-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/lttng/lttng-tools/determinism.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/lttng-tools/determinism.patch b/meta/recipes-kernel/lttng/lttng-tools/determinism.patch index

[OE-core] [PATCH 08/13] cmake: drop qt4 patches

2022-10-31 Thread Alexander Kanavin
Qt4 has been dead for a very long time now. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/cmake/cmake.inc | 2 - ...t-OpenEmbedded-Qt4-tool-binary-names.patch | 56 - ...-if-system-Qt-installation-is-broken.patch | 79 --- 3 files changed, 137

[OE-core] [PATCH 06/13] tcl: correct upstream version check

2022-10-31 Thread Alexander Kanavin
Sourceforge does not report the latest version reliably. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/tcltk/tcl_8.6.11.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb index

[OE-core] [PATCH 04/13] groff: submit patches upstream

2022-10-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../groff/files/0001-Make-manpages-mulitlib-identical.patch | 2 +- .../groff/files/0001-replace-perl-w-with-use-warnings.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 05/13] tcl: correct patch status

2022-10-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch

[OE-core] [PATCH 03/13] python3-cryptography: convert to cargo-update-recipe-crates class

2022-10-31 Thread Alexander Kanavin
This allows semi-automated updates to the list of crates, which is far too awkward to maintain by hand, particularly on version updates. Signed-off-by: Alexander Kanavin --- .../python/python3-cryptography-crates.inc| 58 +++ .../python/python3-cryptography_38.0.1.bb |

[OE-core] [PATCH 02/13] python3-bcrypt: convert to use cargo-update-recipe-crates class.

2022-10-31 Thread Alexander Kanavin
The component has been reimplemented in rust, and comes with a large list of dependencies in Cargo.toml/Cargo.lock. Rather than list them by hand, use a file generated with cargo-update-recipe-crates class. Signed-off-by: Alexander Kanavin --- .../python/python3-bcrypt-crates.inc | 53

[OE-core] [PATCH 01/13] cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock

2022-10-31 Thread Alexander Kanavin
For better or worse, more and more rust components are appearing that do not include their dependencies in tarballs (or git trees), and rely on cargo to fetch them. On the other hand, bitbake does not use cargo (and quite possible won't ever be able to), and relies on having each item explicitly

Re: [OE-Core][PATCH 2/2] cargo_common.bbclass: Support local github repos

2022-10-31 Thread Alex Kiernan
On Sun, Oct 30, 2022 at 6:35 PM Alexander Kanavin wrote: > > It would also help if there’s an actual recipe and component somewhere where > the problem exists now. The uuid-test does look like a made up example. > That's fair... basically it was demonstrating the problem I have with a bunch of

Re: [meta-oe][oe-core][PATCH V4] bc: Add ptest.

2022-10-31 Thread Alexander Kanavin
On Mon, 31 Oct 2022 at 10:55, Yan Xin Kuan wrote: > @@ -69,6 +69,7 @@ PTESTS_FAST = "\ > slang-ptest \ > wayland-ptest \ > zlib-ptest \ > +bc-ptest \ > " This needs to be inserted in alphabetical order, otherwise looks good. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive

[meta-oe][oe-core][PATCH V4] bc: Add ptest.

2022-10-31 Thread Yan Xin Kuan
From: Yan Xinkuan Add package test function for OSS 'bc', using bc in the system to do calculation jobs according to the .b files from the source code file of 'bc'. Test example as below: .. .00673400673400673400 “PASS: bc/div.b” 9983640860328357366034714556282968349582

Re: Public: Re: [meta-oe][oe-core][PATCH V3] bc: Add ptest.

2022-10-31 Thread Alexander Kanavin
This conversation is on the mailing list now. When writing a response, you need to check the list of recipients in your message (typically in the 'To:' field), which should include openembedded-core@lists.openembedded.org and then it will go to the list. Alex On Mon, 31 Oct 2022 at 10:40, Yan

Public: Re: [meta-oe][oe-core][PATCH V3] bc: Add ptest.

2022-10-31 Thread Yan Xin Kuan
Sure. I did not intend to make it private. I just do not know how, it takes time for new commers to get used to this mailling list kind of management. I will find myself some docs to look into. Maybe this is not working, for I can not see our conversation on the website: "Public: Re:

Re: [OE-core] [PATCH] Add nativesdk of systemd-systemctl

2022-10-31 Thread Alexander Kanavin
You need to explain why this is useful to the broader community. What is the use case? Each addition to oe-core adds to the maintenance costs, so it needs to be justified and explained. Alex On Mon, 31 Oct 2022 at 09:38, wan...@fujitsu.com wrote: > > I need to use nativesdk-systemd-systemctl. >

Re: [OE-core] [PATCH] Add nativesdk of systemd-systemctl

2022-10-31 Thread wangmy
I need to use nativesdk-systemd-systemctl. I added this file in meta-oe, and the maintainers received it. However, they suggested that it was better to contribute to oe-core.   -- Best Regards --- Wang Mingyu Development Dept.I Nanjing Fujitsu

Re: [OE-core] Public: Re: [meta-oe][PATCH V3] bc: Add ptest.

2022-10-31 Thread Alexander Kanavin
In that case, the benchmark for the test was not performed correctly. You need to use the kvm parameter. Alex On Mon, 31 Oct 2022 at 09:27, Yan Xin Kuan wrote: > > runqemu was used, but no kvm parameter passed. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [OE-core] [PATCH] Add nativesdk of systemd-systemctl

2022-10-31 Thread Alexander Kanavin
You need to explain the use case. Why is this beneficial to have on oe-core? Alex On Mon, 31 Oct 2022 at 09:17, wangmy wrote: > > From: Wang Mingyu > > Signed-off-by: Wang Mingyu > --- > .../systemd/nativesdk-systemd-systemctl.bb | 17 + > 1 file changed, 17

[OE-core] [PATCH] Add nativesdk of systemd-systemctl

2022-10-31 Thread wangmy
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../systemd/nativesdk-systemd-systemctl.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-core/systemd/nativesdk-systemd-systemctl.bb diff --git

Re: [OE-core] [meta-oe][PATCH V3] bc: Add ptest.

2022-10-31 Thread Alexander Kanavin
Was kvm enabled in qemu? Alex On Mon 31. Oct 2022 at 8.59, Yan Xin Kuan wrote: > From: Yan Xinkuan > > Add package test function for OSS 'bc', using bc in the > system to do calculation jobs according to the .b files > from the source code file of 'bc'. > > Test example as below: > .. >

[OE-core] [meta-oe][PATCH V3] bc: Add ptest.

2022-10-31 Thread Yan Xin Kuan
From: Yan Xinkuan Add package test function for OSS 'bc', using bc in the system to do calculation jobs according to the .b files from the source code file of 'bc'. Test example as below: .. .00673400673400673400 “PASS: bc/div.b”

[OE-Core][kirkstone][master][PATCH] rng-tools: Add Arm aarch64 CPU specific configuration to address excessive CPU usage on startup

2022-10-31 Thread Xiangyu Chen
With the default jitter options aarch64 CPU-based devices typically experience continuous high CPU utilisation for several minutes after rngd starts. Accoring to the rng-tools issue #150[1] and comments[2],in order to address this, the following configuration changes have been made, those