|
[ANNOUNCEMENT] Yocto Project 4.0.8 is Released
Hello We are pleased to announce the Yocto Project 4.0.8 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.8/poky-a361fb3df9c87cf12963a9d785a9f99faa8392
Hello We are pleased to announce the Yocto Project 4.0.8 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.8/poky-a361fb3df9c87cf12963a9d785a9f99faa8392
|
By
Lee Chee Yang
·
|
|
[meta-security][PATCH 1/2] dm-verity: add basic non-arch/non-BSP yocto specific settings
As things stand currently, the only way to learn about the Yocto specific settings for implementing dm-verity is by reading the source. Here we try and capture some of the basic information that exist
As things stand currently, the only way to learn about the Yocto specific settings for implementing dm-verity is by reading the source. Here we try and capture some of the basic information that exist
|
By
Paul Gortmaker
·
|
|
[meta-security][PATCH 2/2] dm-verity: document board specifics for Beaglebone Black
This is meant to augment the generic dm-verity instructions with the board specifics for this platform. Signed-off-by: Paul Gortmaker <paul.gortmaker@...> --- docs/dm-verity-beaglebone.txt | 37 ++++++
This is meant to augment the generic dm-verity instructions with the board specifics for this platform. Signed-off-by: Paul Gortmaker <paul.gortmaker@...> --- docs/dm-verity-beaglebone.txt | 37 ++++++
|
By
Paul Gortmaker
·
|
|
[meta-security][PATCH RFC 0/2] initial dm-verity documentation
As time marches on, it seems that more attention is given to the various security features out there. We have the framework to incorporate dm-verity into our builds, but it seems we have a rather stee
As time marches on, it seems that more attention is given to the various security features out there. We have the framework to incorporate dm-verity into our builds, but it seems we have a rather stee
|
By
Paul Gortmaker
·
|
|
Question about psuedo abort errors
13 messages
Hello, My company is using yocto. When building our own recipes, I get pseudo abort errors rather often. I've read the wiki page about them, but I'm not sure exactly what we are doing wrong that is ma
Hello, My company is using yocto. When building our own recipes, I get pseudo abort errors rather often. I've read the wiki page about them, but I'm not sure exactly what we are doing wrong that is ma
|
By
Rusty Howell
·
|
|
AUTOREV not works in bitbake 2.0.5
2 messages
#bitbake
Hi All, In my downstream layer, one recipe uses the ${AUTOREV} to get the very latest commit always, obviously we want the very latest changes always to build the recipes often, that’s why we assigned
Hi All, In my downstream layer, one recipe uses the ${AUTOREV} to get the very latest commit always, obviously we want the very latest changes always to build the recipes often, that’s why we assigned
|
By
Srinuvasan A
·
|
|
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 Orling, Bruce Ashfield, Pa
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Richard Purdie, Steve Sakoman, Stephen Jolley, Randy Macleod, Joshua Watt, Ross Burton, Alexandre Belloni, Tim Orling, Bruce Ashfield, Pa
|
By
sakib.sajal@...
·
|
|
[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@...> --- classes/dm-verity-img.bbcl
From: Eero Aaltonen <eero.aaltonen@...> Fixes warning ``` SyntaxWarning: "is not" with a literal. Did you mean "!="? ``` Signed-off-by: Eero Aaltonen <eero.aaltonen@...> --- classes/dm-verity-img.bbcl
|
By
Eero Aaltonen
·
|
|
Skipping recipes depending on MACHINE
2 messages
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 bibtak
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 bibtak
|
By
Mauro Ziliani
·
|
|
How to install files to custom partition?
5 messages
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
·
|
|
[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. OE-Core 2. B
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. OE-Core 2. B
|
By
Jing Hui Tham
·
|
|
QA notification for completed autobuilder build (yocto-4.0.8.rc2)
3 messages
A build flagged for QA (yocto-4.0.8.rc2) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.0.8.rc2 Build hash information: bitbake: 9bbdedc0ba7ca8
A build flagged for QA (yocto-4.0.8.rc2) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.0.8.rc2 Build hash information: bitbake: 9bbdedc0ba7ca8
|
By
Pokybuild User
·
|
|
[meta-raspberrypi] Enable Libcamera
2 messages
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
·
|
|
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 (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd
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 (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd
|
By
Stephen Jolley
·
|
|
[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 0c679ac53
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 0c679ac53
|
By
Paul Gortmaker
·
|
|
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
·
|
|
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: 592ee222a1c6da
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: 592ee222a1c6da
|
By
Pokybuild User
·
|
|
[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: http://downloads.yoctoproject.org/releases/yocto/milestones/y
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: http://downloads.yoctoproject.org/releases/yocto/milestones/y
|
By
Lee Chee Yang
·
|
|
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 sysusers.d randy
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 sysusers.d randy
|
By
Stephen Jolley
·
|
|
Enhancements/Bugs closed WW09!
All, The below were the owners of enhancements or bugs closed during the last week! Who Count pavel@... 1 alexandre.belloni@... 1 randy.macleod@... 1 mark.asselstine@... 1 Grand Total 4 Thanks, Stephe
All, The below were the owners of enhancements or bugs closed during the last week! Who Count pavel@... 1 alexandre.belloni@... 1 randy.macleod@... 1 mark.asselstine@... 1 Grand Total 4 Thanks, Stephe
|
By
Stephen Jolley
·
|