|
Minutes: Yocto Project Weekly Triage Meeting 09/03/2023
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Richard Purdie, Steve Sakoman, Stephen Jolley, Randy Macleod, Joshua Watt, Ross Burton, Alexandre Belloni, Tim
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Richard Purdie, Steve Sakoman, Stephen Jolley, Randy Macleod, Joshua Watt, Ross Burton, Alexandre Belloni, Tim
|
By
sakib.sajal@...
·
#59375
·
|
|
[meta-security][PATCH] dm-verity-img.bbclass: fix syntax warning
From: Eero Aaltonen <eero.aaltonen@...>
Fixes warning
```
SyntaxWarning: "is not" with a literal. Did you mean "!="?
```
Signed-off-by: Eero Aaltonen <eero.aaltonen@...>
---
From: Eero Aaltonen <eero.aaltonen@...>
Fixes warning
```
SyntaxWarning: "is not" with a literal. Did you mean "!="?
```
Signed-off-by: Eero Aaltonen <eero.aaltonen@...>
---
|
By
Eero Aaltonen
·
#59374
·
|
|
Re: Question about psuedo abort errors
Hello all,
I believe that we resolved the issue.
The issue was reproduced again during latest nightly build. And then was also reproducible manually.
So, I modified the recipe and spitted S and B
Hello all,
I believe that we resolved the issue.
The issue was reproduced again during latest nightly build. And then was also reproducible manually.
So, I modified the recipe and spitted S and B
|
By
Tamis <tamtamis@...>
·
#59373
·
|
|
Re: Skipping recipes depending on MACHINE
Hi,
Have you looked into COMPATIBLE_MACHINE?
=> https://docs.yoctoproject.org/ref-manual/variables.html#term-COMPATIBLE_MACHINE
Looks like a perfect match for what you are trying to
Hi,
Have you looked into COMPATIBLE_MACHINE?
=> https://docs.yoctoproject.org/ref-manual/variables.html#term-COMPATIBLE_MACHINE
Looks like a perfect match for what you are trying to
|
By
Yoann Congal
·
#59372
·
|
|
Skipping recipes depending on MACHINE
Good morning.
I made a project for IMX6 platform.
Now I ported it to x86.
I made a layer for IMX6, but some recipe.bb cannot be compiled fo x86, or some recipe.bbappend has not a mother, so the
Good morning.
I made a project for IMX6 platform.
Now I ported it to x86.
I made a layer for IMX6, but some recipe.bb cannot be compiled fo x86, or some recipe.bbappend has not a mother, so the
|
By
Mauro Ziliani
·
#59371
·
|
|
Re: How to install files to custom partition?
This is not enough information. To be able to help, I need to see the
complete recipe, the command you are issuing, and the complete error
message that happens. You can simply publish your work in
This is not enough information. To be able to help, I need to see the
complete recipe, the command you are issuing, and the complete error
message that happens. You can simply publish your work in
|
By
Alexander Kanavin
·
#59370
·
|
|
Re: How to install files to custom partition?
Hello,
Update: Tried below approach
do_install() {
install -d ${D}${custom}/
install -m 0755 ${S}/sample.sh ${D}${custom}/sample.sh
}
FILES_${PN} = " \
${custom}/sample.sh \
"
But, getting
Hello,
Update: Tried below approach
do_install() {
install -d ${D}${custom}/
install -m 0755 ${S}/sample.sh ${D}${custom}/sample.sh
}
FILES_${PN} = " \
${custom}/sample.sh \
"
But, getting
|
By
Sourabh Hegde
·
#59369
·
|
|
Re: How to install files to custom partition?
Hello Alex,
Thanks for the update.
I already have a partition created using .wks file. "--label custom" is used here
Do you mean like this below?
do_install() {
install -d ${D}${custom}/
Hello Alex,
Thanks for the update.
I already have a partition created using .wks file. "--label custom" is used here
Do you mean like this below?
do_install() {
install -d ${D}${custom}/
|
By
Sourabh Hegde
·
#59368
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-4.1.3.rc1)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-4.1.3.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-4.1.3.rc1. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Jing Hui Tham
·
#59367
·
|
|
Re: QA notification for completed autobuilder build (yocto-4.0.8.rc2)
Hi All,
QA for yocto-4.0.8.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
Hi All,
QA for yocto-4.0.8.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
|
By
Jing Hui Tham
·
#59366
·
|
|
Re: How to install files to custom partition?
I think it goes like this.
In your recipe you need to install files into the root directory of
the partition itself and not its mount point, e.g. strip the
mnt/custom prefix.
Then you need to create
I think it goes like this.
In your recipe you need to install files into the root directory of
the partition itself and not its mount point, e.g. strip the
mnt/custom prefix.
Then you need to create
|
By
Alexander Kanavin
·
#59365
·
|
|
Re: [meta-raspberrypi] Enable Libcamera
On Tue, Mar 7, 2023 at 8:48 PM punctuation via lists.yoctoproject.org <sebastianpetersen84=yahoo.dk@...>
On Tue, Mar 7, 2023 at 8:48 PM punctuation via lists.yoctoproject.org <sebastianpetersen84=yahoo.dk@...>
|
By
Andrei Gherzan
·
#59364
·
|
|
How to install files to custom partition?
Hello,
I have some files which I need to install them to a custom partition (to /mnt/custom). But, I couldn't find any installation variables to install files to /mnt/ (partiton other than rootfs).
I
Hello,
I have some files which I need to install them to a custom partition (to /mnt/custom). But, I couldn't find any installation variables to install files to /mnt/ (partiton other than rootfs).
I
|
By
Sourabh Hegde
·
#59363
·
|
|
[meta-raspberrypi] Enable Libcamera
Dear community,
I am using yocto for my embedded image for a compute module 4. A camera sensor is connected to the CM4 and the camera module is loaded correctly as I can use v4l2-ctl to write frames.
Dear community,
I am using yocto for my embedded image for a compute module 4. A camera sensor is connected to the CM4 and the camera module is loaded correctly as I can use v4l2-ctl to write frames.
|
By
punctuation
·
#59362
·
|
|
Yocto Project Status 7 March 2023 (WW10)
Current Dev Position: YP 4.2 M4
Next Deadline: 3rd April 2023 YP 4.2 M4 Build
Next Team Meetings:
Bug Triage meeting Thursday March 9th 7:30 am PDT
Current Dev Position: YP 4.2 M4
Next Deadline: 3rd April 2023 YP 4.2 M4 Build
Next Team Meetings:
Bug Triage meeting Thursday March 9th 7:30 am PDT
|
By
Stephen Jolley
·
#59361
·
|
|
[meta-security][PATCH] dm-verity: update beaglebone wic to match meta-yocto
This file was forked from the generic (non verity) version in
meta-yocto, but it would seem that due to limited use, an update
in the parent never made it here, even after two years:
[commit
This file was forked from the generic (non verity) version in
meta-yocto, but it would seem that due to limited use, an update
in the parent never made it here, even after two years:
[commit
|
By
Paul Gortmaker <paul.gortmaker@...>
·
#59360
·
|
|
Re: ERROR: Task (/home/$USER/poky/meta/recipes-devtools/gcc/gcc-crosssdk_12.2.bb:do_compile) failed with exit code '1'
#debian
#devtool
It’s impossible to say without seeing what the actual error is. Share more of your logs and we might be able to help.
Ross
It’s impossible to say without seeing what the actual error is. Share more of your logs and we might be able to help.
Ross
|
By
Ross Burton
·
#59359
·
|
|
QA notification for completed autobuilder build (yocto-4.1.3.rc1)
A build flagged for QA (yocto-4.1.3.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-4.1.3.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-4.1.3.rc1) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-4.1.3.rc1
Build hash information:
bitbake:
|
By
Pokybuild User <pokybuild@...>
·
#59358
·
|
|
[ANNOUNCEMENT] Milestone 3 for Yocto Project 4.2 (yocto-4.2_M3) Now Available
Hello
We are pleased to announce the third milestone release for Yocto Project 4.2 (yocto-4.2_M3) is now available for download.
Download:
Hello
We are pleased to announce the third milestone release for Yocto Project 4.2 (yocto-4.2_M3) is now available for download.
Download:
|
By
Lee Chee Yang
·
#59356
·
|
|
M+ & H bugs with Milestone Movements WW09
All,
YP M+ or high bugs which moved to a new milestone in WW09 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
11766
nobody group added by systemd
All,
YP M+ or high bugs which moved to a new milestone in WW09 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
11766
nobody group added by systemd
|
By
Stephen Jolley
·
#59355
·
|