[OE-core][kirkstone][PATCH] alsa-lib: Add ptest

2023-08-06 Thread Poonam Jadhav
From: Poonam Jadhav Alsa-lib is a user space library that provides audio and MIDI functionality apis for simplifying application programming and provide higher level functionality ptest executes below binaries on target: 1.config 2.control 3.client_event_filter 4.midi_event 5.namehint

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-3.1.27.rc2)

2023-08-06 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.27.rc2. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowBoard Turbot - 32bit

Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.3_M2.rc2)

2023-08-06 Thread Jing Hui Tham
Hi All, QA for yocto-4.3_M2.rc2 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui >

[OE-core] [PATCH 4/5 v2] image_types: use IMAGE_FILE_MAXSIZE variable for f2fs image types

2023-08-06 Thread Charles-Antoine Couret via lists.openembedded.org
If defined, this variable value overrides the size of f2fs partition file created by mkfs. Otherwise previous logic based on ROOTFS_SIZE variable is used. It should be set when the final file size would not be above a specific value due to fixed partitionning for example. Signed-off-by:

[OE-core] [PATCH 5/5 v2] image: add check_image_max_size as post function to check file size against IMAGE_FILE_MAXSIZE

2023-08-06 Thread Charles-Antoine Couret via lists.openembedded.org
Trigger an error if the final size is above IMAGE_FILE_MAXSIZE value. Which is relevant if the partition size is fixed and the user wants to be sure that the image can be entirely installed into its partition. If the variable is not set, no error is trigger. It works for all filesystems.

[OE-core] [PATCH 3/5 v2] image_types: use IMAGE_FILE_MAXSIZE variable for btrfs image types

2023-08-06 Thread Charles-Antoine Couret via lists.openembedded.org
If defined, this variable value overrides the size of btrfs partition file created by mkfs. Otherwise previous logic based on ROOTFS_SIZE variable is used. It should be set when the final file size would not be above a specific value due to fixed partitionning for example. Signed-off-by:

[OE-core] [PATCH 2/5 v2] image_types: use IMAGE_FILE_MAXSIZE variable for ext2/3/4 image types

2023-08-06 Thread Charles-Antoine Couret via lists.openembedded.org
If defined, this variable value overrides the size of ext* partition file created by mkfs. Otherwise previous logic based on ROOTFS_SIZE variable is used. It should be set when the final file size would not be above a specific value due to fixed partitionning for example. Signed-off-by:

[OE-core] [PATCH 1/5 v2] image_types: add python function to get the IMAGE_FILE_MAXSIZE:fstype value

2023-08-06 Thread Charles-Antoine Couret via lists.openembedded.org
It returns 0 if the variable is not set for this filesystem. In case of fixed partitionning where the rootfs partition can't exceed an amount of bytes, there is currently no automatic and no generic way to have this requirement met in any case. Until now, ROOTFS_SIZE value got from

[OE-core] [PATCH 0/5 v2] image_types: use IMAGE_FILE_MAXSIZE variable to create fixed partition size

2023-08-06 Thread Charles-Antoine Couret via lists.openembedded.org
Details are described in the first patch now. Difference from v1: * Added documentation for IMAGE_FILE_MAXSIZE variable * Added Python function to get the value of this variable from shell functions otherwise parsing issue can happen * Added an additional task to check the final result which

Re: [OE-core] [PATCH] systemd: sysusersd: change how the root home directory is set

2023-08-06 Thread Alexandre Belloni via lists.openembedded.org
Hi, As we now merged the upgrade to v254, can you rebase? On 27/07/2023 11:28:37+0200, Louis Rannou wrote: > Modifying the sources brings troubles in the devtool command. Therefore it is > better to patch the source with a custom variable, and later replace it with > the > correct root path. >

Re: [OE-core] [OE] help with Equivalence Server

2023-08-06 Thread Joshua Watt
On Sat, Aug 5, 2023 at 7:54 PM Maksim Chichikalov wrote: > Hi Joshua. > > My name is Max; nice to e-meet you. I need your help with Equivalence > Server :) > I watched your presentation on Youtube - it 100% helped me to understand > the logic better and debug the issue we are facing. Thank you

[OE-core] OE-core CVE metrics for mickledore on Sun 06 Aug 2023 04:00:01 AM HST

2023-08-06 Thread Steve Sakoman
Branch: mickledore New this week: 29 CVEs CVE-2021-4083 (CVSS3: 7.0 HIGH): linux-yocto https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4083 * CVE-2022-3202 (CVSS3: 7.1 HIGH): linux-yocto https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3202 * CVE-2022-41858 (CVSS3: 7.1 HIGH):

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Luca Bocassi
On Sun, 6 Aug 2023 at 14:50, Richard Purdie wrote: > > On Sun, 2023-08-06 at 14:34 +0100, Luca Bocassi wrote: > > On Sun, 6 Aug 2023 at 14:22, Alexandre Belloni > > wrote: > > > > > > On 06/08/2023 14:15:27+0100, Luca Bocassi wrote: > > > > Where does that objcopy command come from? It looks

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Richard Purdie
On Sun, 2023-08-06 at 14:34 +0100, Luca Bocassi wrote: > On Sun, 6 Aug 2023 at 14:22, Alexandre Belloni > wrote: > > > > On 06/08/2023 14:15:27+0100, Luca Bocassi wrote: > > > Where does that objcopy command come from? It looks awfully like it is > > > hard-coding VMAs? That cannot possibly work

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Luca Bocassi
On Sun, 6 Aug 2023 at 14:22, Alexandre Belloni wrote: > > On 06/08/2023 14:15:27+0100, Luca Bocassi wrote: > > Where does that objcopy command come from? It looks awfully like it is > > hard-coding VMAs? That cannot possibly work reliably, the actual VMAs > > have to be calculated based on the

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Alexandre Belloni via lists.openembedded.org
On 06/08/2023 14:15:27+0100, Luca Bocassi wrote: > Where does that objcopy command come from? It looks awfully like it is > hard-coding VMAs? That cannot possibly work reliably, the actual VMAs > have to be calculated based on the components being added to the PE. > I'd recommend to use 'ukify' as

[OE-core] OE-core CVE metrics for kirkstone on Sun 06 Aug 2023 03:00:01 AM HST

2023-08-06 Thread Steve Sakoman
Branch: kirkstone New this week: 5 CVEs CVE-2023-1386 (CVSS3: 7.8 HIGH): qemu:qemu-native:qemu-system-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-1386 * CVE-2023-3019 (CVSS3: 6.5 MEDIUM): qemu:qemu-native:qemu-system-native

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Luca Bocassi
On Sun, 6 Aug 2023 at 13:38, Alexandre Belloni wrote: > > Hello, > > I have high suspicions that the upgrade causes the following failure: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5559/steps/14/logs/stdio > > ERROR: core-image-minimal-1.0-r0 do_image_wic: >

Re: [OE-core] [PATCH v8] systemd: update to v254

2023-08-06 Thread Alexandre Belloni via lists.openembedded.org
Hello, I have high suspicions that the upgrade causes the following failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/5559/steps/14/logs/stdio ERROR: core-image-minimal-1.0-r0 do_image_wic:

[OE-core] OE-core CVE metrics for dunfell on Sun 06 Aug 2023 02:00:01 AM HST

2023-08-06 Thread Steve Sakoman
Branch: dunfell New this week: 7 CVEs CVE-2023-1386 (CVSS3: 7.8 HIGH): qemu:qemu-native:qemu-system-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-1386 * CVE-2023-3019 (CVSS3: 6.5 MEDIUM): qemu:qemu-native:qemu-system-native

[OE-core] OE-core CVE metrics for master on Sun 06 Aug 2023 01:00:01 AM HST

2023-08-06 Thread Steve Sakoman
Branch: master New this week: 28 CVEs CVE-2021-4083 (CVSS3: 7.0 HIGH): linux-yocto https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4083 * CVE-2022-3202 (CVSS3: 7.1 HIGH): linux-yocto https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3202 * CVE-2022-41858 (CVSS3: 7.1 HIGH):

[OE-core] [PATCH] bind: upgrade to v9.18.17

2023-08-06 Thread Sudip Mukherjee
Changes: Update license checksum: only whitespace change. Update sha256sum for new version. Additional change: Do not use version with the foldername, which will result in less diffstat with future upgrades. Signed-off-by: Sudip Mukherjee --- .../0001-avoid-start-failure-with-bind-user.patch

[oe-core][PATCH] systemd: add a packageconfig to support colored logs

2023-08-06 Thread Markus Volk
journald uses less to display logs. less.busybox can do the job, but it rips out support for color/highlighting. Signed-off-by: Markus Volk --- meta/recipes-core/systemd/systemd_253.7.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_253.7.bb

Re: [oe-core][PATCHv2] systemd: add less to RRECOMMENDS

2023-08-06 Thread Markus Volk
On Sat, Aug 5 2023 at 05:32:13 PM -03:00:00, Otavio Salvador wrote: Adding it by default seems overkill That's true. I'll send a path for it -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#185559):