Re: [yocto] [meta-zephyr] [PATCH 1/2] zephyrtest: Enable use of TESTIMAGE_AUTO

2022-07-26 Thread Jon Mason
On Tue, Jul 26, 2022 at 11:18 AM Peter Hoyes wrote: > > From: Peter Hoyes > > When TESTIMAGE_AUTO is enabled, the do_testimage task is inserted after > do_image_complete and before do_build so that the test suites > automatically run as part of the image build. > > However, do_testdata_write is

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.18.rc1)

2022-07-26 Thread Teoh, Jay Shen
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.18.rc1. 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. MinnowTurbot 32-bit 2. NUC 7 3. NUC 6 4.

[yocto-announce] [ANNOUNCEMENT] Milestone 2 for Yocto Project 4.1 (yocto-4.1_M2) Now Available

2022-07-26 Thread Lee Chee Yang
Hi We are pleased to announce the second milestone release for Yocto Project 4.1 (yocto-4.1_M2) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-4.1_M2 bitbake: b171aa45fb8518dcfbba315b303a4fe9bf2180c6 meta-agl:

[yocto] [ANNOUNCEMENT] Milestone 2 for Yocto Project 4.1 (yocto-4.1_M2) Now Available

2022-07-26 Thread Lee Chee Yang
Hi We are pleased to announce the second milestone release for Yocto Project 4.1 (yocto-4.1_M2) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-4.1_M2 bitbake: b171aa45fb8518dcfbba315b303a4fe9bf2180c6 meta-agl:

[linux-yocto] [kernel-cache][PATCH] nft: add configs for greater nftables coverage

2022-07-26 Thread Randy MacLeod
Add new NF* configs to enable more nftables features. Previously 26/300 of the nftables ptests failed, mainly due to 'missing' kernel modules. It's impossible to know which nftables features will be used so add more configs to ensure that most nftables features used by nft work. The added

[yocto] [meta-security][PATCH] packagegroup-security-tpm: add libhoth to pkg grp

2022-07-26 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb index

[yocto] Getting error for allarch dynamically renamed package

2022-07-26 Thread Greg Wilson-Lindberg
Hello list, I'm getting the following error message: do_package_write_ipk: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (zint to libzint2.11) The zint_2.11.0.bb recipe is below: # Recipe created by recipetool # This is the basis of a recipe and may need

Re: [yocto] [meta-zephyr][PATCH] CI: revert the gcc workaround

2022-07-26 Thread Jon Mason
On Tue, Jul 26, 2022 at 1:00 PM Jon Mason wrote: > > The fix for the gcc issue has been upstreamed and the workaround is no > longer needed. Oops, I forgot my s-o-b. Here it is: Signed-off-by: Jon Mason > --- > ci/base.yml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/ci/base.yml

[yocto] [meta-zephyr][PATCH] CI: revert the gcc workaround

2022-07-26 Thread Jon Mason
The fix for the gcc issue has been upstreamed and the workaround is no longer needed. --- ci/base.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/base.yml b/ci/base.yml index 5e1683e..3467c74 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -29,7 +29,6 @@ local_conf_header:

[yocto] [meta-zephyr] [PATCH 1/2] zephyrtest: Enable use of TESTIMAGE_AUTO

2022-07-26 Thread Peter Hoyes
From: Peter Hoyes When TESTIMAGE_AUTO is enabled, the do_testimage task is inserted after do_image_complete and before do_build so that the test suites automatically run as part of the image build. However, do_testdata_write is currently constrained to run only before do_build, so it likely

[yocto] [meta-zephyr] [PATCH 2/2] CI: Use TESTIMAGE_AUTO

2022-07-26 Thread Peter Hoyes
From: Peter Hoyes Now that TESTIMAGE_AUTO is available for Zephyr builds, enable it in ci/testimage.yml and remove the redundant build_and_test base configuration. Remove testimage from Nios2 build as it is currently failing. Signed-off-by: Peter Hoyes --- .gitlab-ci.yml | 17

Re: [yocto] [meta-zephyr][PATCH v2] zephyr-kernel-src: bump the v3 version to v3.1.0

2022-07-26 Thread Jon Mason
On Tue, Jul 26, 2022 at 02:45:10PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This upgrades the 3.x series to using v3.1.0. > > Signed-off-by: Bartosz Golaszewski > --- > - add a rebased version of the toolchain patch for v3.1 intel-x86-64 machine isn't happy It looks

[yocto] Yocto Project Status 26 July 2022 (WW30)

2022-07-26 Thread Neal Caidin
Current Dev Position: YP 4.1 M3 Next Deadline: 22nd August 2022 YP 4.1 M3 Build Next Team Meetings: - Bug Triage meeting Thursday July 28th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday July 26th at 8

Re: [yocto] [PATCH] zephyr-kernel-src: bump the v3 version to v3.1.0

2022-07-26 Thread Bartosz Golaszewski
On Mon, Jul 25, 2022 at 11:46 PM Jon Mason wrote: > > On Mon, Jul 25, 2022 at 05:47:44PM +0200, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > This upgrades the 3.x series to using v3.1.0. > > > > Signed-off-by: Bartosz Golaszewski > > With this patch, I'm seeing: > > WARNING:

[yocto] [meta-zephyr][PATCH v2] zephyr-kernel-src: bump the v3 version to v3.1.0

2022-07-26 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This upgrades the 3.x series to using v3.1.0. Signed-off-by: Bartosz Golaszewski --- - add a rebased version of the toolchain patch for v3.1 ... 0001-2.7-cmake-add-yocto-toolchain.patch} | 0 .../0001-3.1-cmake-add-yocto-toolchain.patch | 63 +++

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 1/1] features/full_nohz: enable RCU_EXPERT which depend by RCU_FAST_NO_HZ

2022-07-26 Thread LiweiSong
RCU_EXPERT is depended by RCU_FAST_NO_HZ, enable it to avoid set RCU_FAST_NO_HZ to "y" failed. Signed-off-by: Liwei Song --- features/full_nohz/full_nohz.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/features/full_nohz/full_nohz.cfg b/features/full_nohz/full_nohz.cfg index