|
Re: Create the patch for the linux kernel module
#dunfell
If it’s in-tree kernel module then you create a patch with your changes and apply it via recipe like any other recipe is going to do in metadata
However you need to share specific details on errors
If it’s in-tree kernel module then you create a patch with your changes and apply it via recipe like any other recipe is going to do in metadata
However you need to share specific details on errors
|
By
Khem Raj
·
#57867
·
|
|
Create the patch for the linux kernel module
#dunfell
Hi... Community
Hope all are doing well
I'm dealing with the yocto dunfell branch with the STM32MP1
I know, how to create the patch for the device tree source (DTS) and add with the custom image
My
Hi... Community
Hope all are doing well
I'm dealing with the yocto dunfell branch with the STM32MP1
I know, how to create the patch for the device tree source (DTS) and add with the custom image
My
|
By
Mahendra Sondagar
·
#57866
·
|
|
[meta-yocto][kirkstone][PATCH 2/2] linux-yocto/5.10: update genericx86* machines to v5.10.135
Signed-off-by: Rajesh Dangi <rajeshx.dangi@...>
---
.../recipes-kernel/linux/linux-yocto_5.10.bbappend | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
Signed-off-by: Rajesh Dangi <rajeshx.dangi@...>
---
.../recipes-kernel/linux/linux-yocto_5.10.bbappend | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
|
By
Rajesh Dangi
·
#57865
·
|
|
[meta-yocto][kirkstone][PATCH 1/2] linux-yocto/5.15: update genericx86* machines to v5.15.59
Signed-off-by: Rajesh Dangi <rajeshx.dangi@...>
---
.../recipes-kernel/linux/linux-yocto_5.15.bbappend | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
Signed-off-by: Rajesh Dangi <rajeshx.dangi@...>
---
.../recipes-kernel/linux/linux-yocto_5.15.bbappend | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
|
By
Rajesh Dangi
·
#57864
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 8/18/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Steve Sakoman, Joshua Watt, Randy Macleod, Richard Purdie, Alexandre Belloni, Pavel Zhukov, Stephen Jolley, Ross
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Steve Sakoman, Joshua Watt, Randy Macleod, Richard Purdie, Alexandre Belloni, Pavel Zhukov, Stephen Jolley, Ross
|
By
sakib.sajal@...
·
#57863
·
|
|
Devtool fails if SRCREV is set to ${AUTOREV}
#kirkstone
#devtool
#yocto
Hello Everyone
We perform yocto build and do devtool modify for one of package it works
if we perform devtool modify for another package without resetting the previously modified package we are
Hello Everyone
We perform yocto build and do devtool modify for one of package it works
if we perform devtool modify for another package without resetting the previously modified package we are
|
By
shibi.cbe@...
·
#57862
·
|
|
[meta-parsec][PATCH] Use CARGO_TARGET_SUBDIR in do_install
Signed-off-by: Anton Antonov <Anton.Antonov@...>
---
.../recipes-parsec/parsec-service/parsec-service_1.0.0.bb | 2 +-
meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.5.2.bb | 2
Signed-off-by: Anton Antonov <Anton.Antonov@...>
---
.../recipes-parsec/parsec-service/parsec-service_1.0.0.bb | 2 +-
meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.5.2.bb | 2
|
By
Anton Antonov
·
#57861
·
|
|
Re: wget - The certificate has not yet been activated (does also happen in qemuarm "virt" machine)
The issue is that gnutls configure script detects 32-bit time_t while
wget detects 64-bit time_t.
Function ssl_check_certificate() in wget/src/gnutls.c contains:
time_t now = time (NULL);
...
The issue is that gnutls configure script detects 32-bit time_t while
wget detects 64-bit time_t.
Function ssl_check_certificate() in wget/src/gnutls.c contains:
time_t now = time (NULL);
...
|
By
Tomasz Moń <tomasz.mon@...>
·
#57860
·
|
|
[ANNOUNCEMENT] Yocto Project 4.0.3 is Released
Hi
We are pleased to announce the Yocto Project 4.0.3 Release is now available for
Hi
We are pleased to announce the Yocto Project 4.0.3 Release is now available for
|
By
Lee Chee Yang
·
#57859
·
|
|
Re: Custom QA Checks
Yes, and yes.
For example, I have https://github.com/rossburton/meta-ross/blob/master/classes/insanitier.bbclass
This defines some new sanity checks, and adds them to WARN_QA so that they’re
Yes, and yes.
For example, I have https://github.com/rossburton/meta-ross/blob/master/classes/insanitier.bbclass
This defines some new sanity checks, and adds them to WARN_QA so that they’re
|
By
Ross Burton
·
#57858
·
|
|
#linux #kirkstone #yocto x86_64 machine bootloader
#linux
#kirkstone
#yocto
Hi community,
I'm wondering how to manage the bootloader files contents in a X86_64 machine and if those files have a relation with the WKS.in file.
By doing a bitbake -e <my_image> I can't figure out
Hi community,
I'm wondering how to manage the bootloader files contents in a X86_64 machine and if those files have a relation with the WKS.in file.
By doing a bitbake -e <my_image> I can't figure out
|
By
Martin Leduc <martin.leduc@...>
·
#57857
·
|
|
Yocto Project Status 16 August 2022 (WW33)
Current Dev Position: YP 4.1 M3
Next Deadline: 22nd August 2022 YP 4.1 M3 Build
Next Team Meetings:
Bug Triage meeting Thursday August 18th 7:30 am PDT
Current Dev Position: YP 4.1 M3
Next Deadline: 22nd August 2022 YP 4.1 M3 Build
Next Team Meetings:
Bug Triage meeting Thursday August 18th 7:30 am PDT
|
By
Stephen Jolley
·
#57856
·
|
|
[meta-yocto][dunfell][PATCH] linux-yocto/5.4: update genericx86* machines to v5.4.205
Signed-off-by: Rajesh Dangi <rajeshx.dangi@...>
---
.../recipes-kernel/linux/linux-yocto_5.4.bbappend | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
Signed-off-by: Rajesh Dangi <rajeshx.dangi@...>
---
.../recipes-kernel/linux/linux-yocto_5.4.bbappend | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
|
By
Rajesh Dangi
·
#57855
·
|
|
Re: Conditional configuration of recipe dependent on other recipe
The neat way would be to include appropriate configuration into the webserver recipe, e.g. a file installed in /etc/firewall.d/ that opens the port (and nothing else).
Alex
The neat way would be to include appropriate configuration into the webserver recipe, e.g. a file installed in /etc/firewall.d/ that opens the port (and nothing else).
Alex
|
By
Alexander Kanavin
·
#57854
·
|
|
Conditional configuration of recipe dependent on other recipe
Hi,
Currently we are struggling with 'interdependent' recipes.
For example:
A webservice of ours uses a specific port, and needs to be allowed through the firewall, for which we also have a
Hi,
Currently we are struggling with 'interdependent' recipes.
For example:
A webservice of ours uses a specific port, and needs to be allowed through the firewall, for which we also have a
|
By
Maik Vermeulen
·
#57853
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.3.rc1)
Hi Everyone,
QA for yocto-4.0.3.rc1 is completed. This is the full report for this release:
Hi Everyone,
QA for yocto-4.0.3.rc1 is completed. This is the full report for this release:
|
By
Teoh, Jay Shen
·
#57852
·
|
|
[meta-mingw][PATCH] mingw-libgnurx: update license name
From: Kai Kang <kai.kang@...>
Update license name with SPDX identifier to eliminate warning:
WARNING: mingw-libgnurx-2.5.1-r0 do_package_qa: QA Issue: Recipe LICENSE
includes
From: Kai Kang <kai.kang@...>
Update license name with SPDX identifier to eliminate warning:
WARNING: mingw-libgnurx-2.5.1-r0 do_package_qa: QA Issue: Recipe LICENSE
includes
|
By
Kai Kang
·
#57851
·
|
|
M+ & H bugs with Milestone Movements WW33
All,
YP M+ or high bugs which moved to a new milestone in WW33 are listed below:
Priority
Bug ID
Short Description
High
14800
AB-INT PTEST: libgcrypt ptest intermittent
All,
YP M+ or high bugs which moved to a new milestone in WW33 are listed below:
Priority
Bug ID
Short Description
High
14800
AB-INT PTEST: libgcrypt ptest intermittent
|
By
Stephen Jolley
·
#57850
·
|
|
Enhancements/Bugs closed WW33!
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#57849
·
|
|
Current high bug count owners for Yocto Project 4.1
All,
Below is the list as of top 35 bug owners as of the end of WW33 of who have open medium or higher bugs and enhancements against YP 4.1. There are 52 possible work days left until the final
All,
Below is the list as of top 35 bug owners as of the end of WW33 of who have open medium or higher bugs and enhancements against YP 4.1. There are 52 possible work days left until the final
|
By
Stephen Jolley
·
#57848
·
|