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

2022-11-23 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.21.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. ADL 4.

Re: [yocto] Adding realm in yocto #zeus

2022-11-23 Thread Poornesh G ( India - Bangalore )
Greetings ! Can any one help me out to include "realm" (used as command line tool that can be used for management of enrollment in Kerberos realms, like Active Directory domains ) in Yocto (Zeus). Thanks, -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply On

[yocto] [meta-security][PATCH] openscap: add libpcre DEPEDNS to fix do_configure failure

2022-11-23 Thread Chen Qi
swig has switched to use libpcre2, we need to add libpcre to DEPENDS to avoid do_configure failure. Signed-off-by: Chen Qi --- .../recipes-openscap/openscap/openscap.inc| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-security-compliance/recipes-op

[yocto] QA notification for completed autobuilder build (yocto-3.1.21.rc1)

2022-11-23 Thread Pokybuild User
A build flagged for QA (yocto-3.1.21.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.1.21.rc1 Build hash information: bitbake: e3db9c2e9eded3c5cb6040714a6054b44f6b3880 meta-agl: ac1c1371c3ccf48d458d2d2afb591cdc220c56b6 meta-ar

Re: [yocto] [PATCH] u-boot: Add /boot in SYSROOT_DIRS

2022-11-23 Thread Alexandre Belloni via lists.yoctoproject.org
Hello, This was not sent to the correct mailing list, you should send to openembedded-c...@lists.openembedded.org Please also set your git From:, else the mailing list is mangling your address. this should work: git config sendemail.from=sebastien.fa...@actia.fr I've taken and fixed up the pat

Re: [yocto] how to specify the package version via RDEPENDS in package group #bitbake

2022-11-23 Thread Quentin Schulz via lists.yoctoproject.org
Hi Martin, On 11/23/22 06:25, Martin wrote: thanks for reply, i original method was specified the package version in local.conf by PREFEREED_VERSION. i wondering if configure package version in package group via RDEPENDS makes it possible? but it seems impossible. what situations allow REDPE

[yocto] [PATCH] u-boot: Add /boot in SYSROOT_DIRS

2022-11-23 Thread Sébastien Fabre via lists . yoctoproject . org
To be able to use /boot files, like UBOOT_ENV_BINARY, in other recipes, like kernel-fitimage.bbclass. Signed-off-by: Fabre Sébastien --- meta/recipes-bsp/u-boot/u-boot.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc

Re: [yocto] pseudo issue in kirkstone

2022-11-23 Thread apoplawski via lists.yoctoproject.org
On Wed, Nov 23, 2022 at 10:25 AM, Marek Belisko wrote: > > Hi, > > On Wed, Nov 23, 2022 at 9:41 AM apoplawski via lists.yoctoproject.org > wrote: > >> Hi, >> >> I have a similar problem. First, you need to disable pseudo before >> executing. >> On begin of the line containing sudo cryptsetup

Re: [yocto] how to specify the package version via RDEPENDS in package group #bitbake

2022-11-23 Thread Martin
thanks for reply, i original method was specified the package version in local.conf by PREFEREED_VERSION. i wondering if configure package version in package group via RDEPENDS makes it possible? but it seems impossible. what situations allow REDPENDS to specify a version? thanks. -=-=-=-=-=-=

Re: [yocto] pseudo issue in kirkstone

2022-11-23 Thread Marek Belisko
Hi, On Wed, Nov 23, 2022 at 9:41 AM apoplawski via lists.yoctoproject.org wrote: > > Hi, > > I have a similar problem. First, you need to disable pseudo before executing. > On begin of the line containing sudo cryptsetup add environment variable > definition: PSEUDO_DISABLED=1. This, however, doe

Re: [yocto] pseudo issue in kirkstone

2022-11-23 Thread apoplawski via lists.yoctoproject.org
Hi, I have a similar problem. First, you need to disable pseudo before executing. On begin of the line containing sudo cryptsetup add environment variable definition: PSEUDO_DISABLED=1. This, however, does not solve the problem of executing sudo. I've noticed from the recipe point of view, all fil