|
[PATCH] yocto-bsps/5.15: update to v5.15.78
From: Bruce Ashfield <bruce.ashfield@...>
Bumping the reference BSPs to the latest 5.15 in linux-yocto, which
picks up the following commits:
509a32764e1a Linux 5.15.78
7038af4ce951
From: Bruce Ashfield <bruce.ashfield@...>
Bumping the reference BSPs to the latest 5.15 in linux-yocto, which
picks up the following commits:
509a32764e1a Linux 5.15.78
7038af4ce951
|
By
Bruce Ashfield
·
#58633
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.21.rc1)
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.
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.
|
By
Jing Hui Tham
·
#58632
·
|
|
Re: Adding realm in yocto
#zeus
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
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
|
By
Poornesh G ( India - Bangalore )
·
#58631
·
|
|
[meta-security][PATCH] openscap: add libpcre DEPEDNS to fix do_configure failure
swig has switched to use libpcre2, we need to add libpcre to
DEPENDS to avoid do_configure failure.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
.../recipes-openscap/openscap/openscap.inc
swig has switched to use libpcre2, we need to add libpcre to
DEPENDS to avoid do_configure failure.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
.../recipes-openscap/openscap/openscap.inc
|
By
Chen Qi
·
#58630
·
|
|
QA notification for completed autobuilder build (yocto-3.1.21.rc1)
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:
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:
|
By
Pokybuild User <pokybuild@...>
·
#58629
·
|
|
Re: [PATCH] u-boot: Add /boot in SYSROOT_DIRS
Hello,
This was not sent to the correct mailing list, you should send to openembedded-core@...
Please also set your git From:, else the mailing list is mangling your
address. this
Hello,
This was not sent to the correct mailing list, you should send to openembedded-core@...
Please also set your git From:, else the mailing list is mangling your
address. this
|
By
Alexandre Belloni
·
#58628
·
|
|
Re: how to specify the package version via RDEPENDS in package group
#bitbake
Hi Martin,
As far as I remember, RDEPENDS is handled by the package manager when installing the package. So I imagine this is a way to make sure that a filesystem is not built with two packages that
Hi Martin,
As far as I remember, RDEPENDS is handled by the package manager when installing the package. So I imagine this is a way to make sure that a filesystem is not built with two packages that
|
By
Quentin Schulz
·
#58627
·
|
|
[PATCH] u-boot: Add /boot in SYSROOT_DIRS
To be able to use /boot files, like UBOOT_ENV_BINARY, in other
recipes, like kernel-fitimage.bbclass.
Signed-off-by: Fabre Sébastien <sebastien.fabre@...>
---
To be able to use /boot files, like UBOOT_ENV_BINARY, in other
recipes, like kernel-fitimage.bbclass.
Signed-off-by: Fabre Sébastien <sebastien.fabre@...>
---
|
By
Sébastien Fabre
·
#58626
·
|
|
Re: pseudo issue in kirkstone
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
<apoplawski=kan-therm.com@...> wrote:
Hi,
I have a similar problem.
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
<apoplawski=kan-therm.com@...> wrote:
Hi,
I have a similar problem.
|
By
apoplawski@...
·
#58625
·
|
|
Re: how to specify the package version via RDEPENDS in package group
#bitbake
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
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
|
By
Martin
·
#58624
·
|
|
Re: pseudo issue in kirkstone
Hi,
<apoplawski=kan-therm.com@...> wrote:
OK so adding PSEUDO_DISABLE=1 doesn't solve an issue. It's the same like before.
Any idea what was changed and why it was working in
Hi,
<apoplawski=kan-therm.com@...> wrote:
OK so adding PSEUDO_DISABLE=1 doesn't solve an issue. It's the same like before.
Any idea what was changed and why it was working in
|
By
Marek Belisko
·
#58623
·
|
|
Re: pseudo issue in kirkstone
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,
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,
|
By
apoplawski@...
·
#58622
·
|
|
Fixing package dependencies across recipe versions?
Hi,
In my layer I have two older versions of glibc in addition to the 2.35 provided by kirkstone, and a the global conf for the build directory sets GLIBCVERSION to select which one to use.
Hi,
In my layer I have two older versions of glibc in addition to the 2.35 provided by kirkstone, and a the global conf for the build directory sets GLIBCVERSION to select which one to use.
|
By
Heinz Wrobel
·
#58621
·
|
|
Multilib for core-image-minimal
#kirkstone
I am new to Yocto, and am trying to build core-image-minimal with multilib using the latest Kirkstone release. The image builds ok without the multilib config entries, but adding the entries
I am new to Yocto, and am trying to build core-image-minimal with multilib using the latest Kirkstone release. The image builds ok without the multilib config entries, but adding the entries
|
By
Spore, David
·
#58620
·
|
|
Yocto Project Status 22 November 2022 (WW47)
Current Dev Position: YP 4.2 M1
Next Deadline: 5th December 2022 YP 4.2 Build
Next Team Meetings:
Bug Triage meeting Thursday November 24th 7:30 am PDT
Current Dev Position: YP 4.2 M1
Next Deadline: 5th December 2022 YP 4.2 Build
Next Team Meetings:
Bug Triage meeting Thursday November 24th 7:30 am PDT
|
By
Stephen Jolley
·
#58619
·
|
|
Re: how to specify the package version via RDEPENDS in package group
#bitbake
I think your major concern is “I have multiple version for opencv, but bibake installed the version 3.4.3 default.”.
It’s because layers have different layer priorities specified by
I think your major concern is “I have multiple version for opencv, but bibake installed the version 3.4.3 default.”.
It’s because layers have different layer priorities specified by
|
By
Chen Qi
·
#58618
·
|
|
Re: how to specify the package version via RDEPENDS in package group
#bitbake
You need to look up PREFERRED_VERSION rather.
Alex
You need to look up PREFERRED_VERSION rather.
Alex
|
By
Alexander Kanavin
·
#58617
·
|
|
how to specify the package version via RDEPENDS in package group
#bitbake
I have multiple version for opencv, but bibake installed the version 3.4.3 default.=== Matching recipes: ===opencv: meta-rcar-gen3-adas
I have multiple version for opencv, but bibake installed the version 3.4.3 default.=== Matching recipes: ===opencv: meta-rcar-gen3-adas
|
By
Martin
·
#58616
·
|
|
pseudo issue in kirkstone
Hi,
I have a class where I create a custom image with cryptsetup and for
that purpose I'm using sudo. AFAIK using sudo in image creation should
be OK as it runs in pseudo. sudo calls works fine in
Hi,
I have a class where I create a custom image with cryptsetup and for
that purpose I'm using sudo. AFAIK using sudo in image creation should
be OK as it runs in pseudo. sudo calls works fine in
|
By
Marek Belisko
·
#58615
·
|
|
M+ & H bugs with Milestone Movements WW47
All,
YP M+ or high bugs which moved to a new milestone in WW47 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
14896
Current autobuilder code
All,
YP M+ or high bugs which moved to a new milestone in WW47 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
14896
Current autobuilder code
|
By
Stephen Jolley
·
#58614
·
|