|
[yocto-autobuilder2][PATCH] builders.py: Add canStartBuild disk space check
We need a way to limit the builds for when a given worker has less than
a certain amount of disk space available. This implements a
canStartBuild method based on the example in the Buildbot docs
We need a way to limit the builds for when a given worker has less than
a certain amount of disk space available. This implements a
canStartBuild method based on the example in the Buildbot docs
|
By
Trevor Gamblin
·
#55184
·
|
|
How to set IMAGE_ROOTFS_SIZE ?
Hello,
I am trying to set a default size for the rootfs.jffs2 generated by Yocto.
For this purpose, if I am not wrong, this can be done using the IMAGE_ROOTFS_SIZE option.
But where I have to
Hello,
I am trying to set a default size for the rootfs.jffs2 generated by Yocto.
For this purpose, if I am not wrong, this can be done using the IMAGE_ROOTFS_SIZE option.
But where I have to
|
By
sazzalin@...
·
#55183
·
|
|
[yocto-autobuilder2][dunfell 1/1] config.py: debian 11 should have been enabled in dunfell, not warrior, fix it
Signed-off-by: Steve Sakoman <steve@...>
---
config.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.py b/config.py
index 3874f04..58418a7 100644
---
Signed-off-by: Steve Sakoman <steve@...>
---
config.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.py b/config.py
index 3874f04..58418a7 100644
---
|
By
Steve Sakoman
·
#55182
·
|
|
Re: Dunfell: problem with kernel-module install and libkmod.so
"Patrick Boettcher" <patrick.boettcher@...> wrote:
It was a problem of DDR memory configuration and calibration.
Hard to track, but once you know it, easy to find and fix.
--
Patrick.
"Patrick Boettcher" <patrick.boettcher@...> wrote:
It was a problem of DDR memory configuration and calibration.
Hard to track, but once you know it, easy to find and fix.
--
Patrick.
|
By
Patrick Boettcher
·
#55181
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 10/28/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alexandre, Anuj, Armin, Joshua, Kiran, Randy, Richard, Saul, Stephen, Steve, Tim, Trevor
ARs:
-
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alexandre, Anuj, Armin, Joshua, Kiran, Randy, Richard, Saul, Stephen, Steve, Tim, Trevor
ARs:
-
|
By
Trevor Gamblin
·
#55180
·
|
|
Re: [Automated-testing] BusyBox pTest failure
It’s also good to post your build configuration that bitbake prints at the beginning of build this could also be other policies like default libc being musl vs glibc is in play etc
It’s also good to post your build configuration that bitbake prints at the beginning of build this could also be other policies like default libc being musl vs glibc is in play etc
|
By
Khem Raj
·
#55179
·
|
|
Re: [Automated-testing] BusyBox pTest failure
The shell the test is run under could make a difference, it is probably supposed
to be running under busybox's own sh. I think we put the busybox utils into PATH
in the ptest to try and ensure this is
The shell the test is run under could make a difference, it is probably supposed
to be running under busybox's own sh. I think we put the busybox utils into PATH
in the ptest to try and ensure this is
|
By
Richard Purdie
·
#55178
·
|
|
[meta-selinux][dunfell][PATCH 3/3] libselinux: Fix restorecon_set_sehandle.patch context
0001-Fix-NULL-pointer-use-in-selinux_restorecon_set_sehandle.patch added
in commit d6ff5a0e67af "libselinux: Backport NULL pointer fix from 3.1"
fails to apply because there is a extra level in the
0001-Fix-NULL-pointer-use-in-selinux_restorecon_set_sehandle.patch added
in commit d6ff5a0e67af "libselinux: Backport NULL pointer fix from 3.1"
fails to apply because there is a extra level in the
|
By
Jason Andryuk
·
#55177
·
|
|
[meta-selinux][dunfell][PATCH 2/3] Remove e2fsprogs override
commit b2b3ea27e3e3 "e2fsprogs: Superseded by upstream." removed
lib-ext2fs-ext2_ext_attr.h-add-xattr-index.patch from SRC_URI. It was
no longer applied, but the file was not deleted. Do that
commit b2b3ea27e3e3 "e2fsprogs: Superseded by upstream." removed
lib-ext2fs-ext2_ext_attr.h-add-xattr-index.patch from SRC_URI. It was
no longer applied, but the file was not deleted. Do that
|
By
Jason Andryuk
·
#55176
·
|
|
[meta-selinux][dunfell][PATCH 1/3] e2fsprogs: Remove misc_create_inode.c-label_rootfs.patch
An equivalent patch was merged into 1.45.7: commit 7616fd6a599e
"create_inode: set xattrs to the root directory as well". The existing
one still applies and actualy breaks building because of
An equivalent patch was merged into 1.45.7: commit 7616fd6a599e
"create_inode: set xattrs to the root directory as well". The existing
one still applies and actualy breaks building because of
|
By
Jason Andryuk
·
#55175
·
|
|
[meta-selinux][dunfell][PATCH 0/3] Fix dunfell build
meta-selinux fails to build libselinux and e2fsprogs. These patches
fix that and then removes the unused e2fsprogs overrides.
Jason Andryuk (3):
e2fsprogs: Remove
meta-selinux fails to build libselinux and e2fsprogs. These patches
fix that and then removes the unused e2fsprogs overrides.
Jason Andryuk (3):
e2fsprogs: Remove
|
By
Jason Andryuk
·
#55174
·
|
|
[PATCH yocto-autobuilder-helper] scripts: run-docs-build: patch yocto-3.3 and 3.4 releases
Both releases are missing an important patch that changes the displayed
version from dev to the appropriate release number.
This is confusing to the user and probably breaks some assumptions in
some
Both releases are missing an important patch that changes the displayed
version from dev to the appropriate release number.
This is confusing to the user and probably breaks some assumptions in
some
|
By
Quentin Schulz
·
#55173
·
|
|
[PATCH yocto-autobuilder-helper] scripts: run-docs-build: build latest BB and YP releases
honister and 1.52 Bitbake branch were recently released, so let's build
those too.
Signed-off-by: Quentin Schulz <quentin.schulz@...>
---
scripts/run-docs-build | 4 ++--
1 file
honister and 1.52 Bitbake branch were recently released, so let's build
those too.
Signed-off-by: Quentin Schulz <quentin.schulz@...>
---
scripts/run-docs-build | 4 ++--
1 file
|
By
Quentin Schulz
·
#55172
·
|
|
BusyBox pTest failure
Hi,
We are executing busybox pTests and we see that the test case execution stops at md5sum test case.
We analyzed and see that the execution gets stuck here at Line no 29.
Below are the
Hi,
We are executing busybox pTests and we see that the test case execution stops at md5sum test case.
We analyzed and see that the execution gets stuck here at Line no 29.
Below are the
|
By
rpaluri@...
·
#55171
·
|
|
Re: [meta-cgl][PATCH 1/2] crmsh: fix deprecation on collections.MutableSet
Series merged. Thanks.
By
Jeremy Puhlman
·
#55170
·
|
|
[meta-selinux][PATCH] sysvinit: sync bbappend to 3.0
The sysvinit in oe-core has been upgraded to 3.0. Update the bbappend to
adapt it.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
.../{sysvinit_2.9%.bbappend => sysvinit_3.%.bbappend} |
The sysvinit in oe-core has been upgraded to 3.0. Update the bbappend to
adapt it.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
.../{sysvinit_2.9%.bbappend => sysvinit_3.%.bbappend} |
|
By
Yi Zhao
·
#55169
·
|
|
[meta-security][PATCH] tpm2-openssl: add new pkg
openssl 3.x support for tpm2 tss function found in tpm2-ssl
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-tpm2/tpm2-openssl/tpm2-openssl_1.0.bb | 11 +++++++++++
1 file
openssl 3.x support for tpm2 tss function found in tpm2-ssl
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-tpm2/tpm2-openssl/tpm2-openssl_1.0.bb | 11 +++++++++++
1 file
|
By
Armin Kuster
·
#55168
·
|
|
Yocto Project Status WW43`21
Current Dev Position: YP 3.5 M1
Next Deadline: 6th Dec. 2021 YP 3.5 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Oct. 28th at 7:30am PDT
Current Dev Position: YP 3.5 M1
Next Deadline: 6th Dec. 2021 YP 3.5 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Oct. 28th at 7:30am PDT
|
By
Stephen Jolley
·
#55167
·
|
|
[meta-security][PATCH 4/4] openssl-tpm-engine: fix build issue with openssl 3
ERROR: openssl-tpm-engine-0.5.0-r0 do_package: QA Issue: openssl-tpm-engine: Files/directories were installed but not shipped in any package:
/usr/lib/engines-3/tpm.so
fix engine
ERROR: openssl-tpm-engine-0.5.0-r0 do_package: QA Issue: openssl-tpm-engine: Files/directories were installed but not shipped in any package:
/usr/lib/engines-3/tpm.so
fix engine
|
By
Armin Kuster
·
#55166
·
|
|
[meta-security][PATCH 3/4] tpm2-tools: update to 5.2
openssl 3.0 support
see https://github.com/tpm2-software/tpm2-tools/releases/tag/5.2
Signed-off-by: Armin Kuster <akuster808@...>
---
.../tpm2-tools/{tpm2-tools_5.0.bb => tpm2-tools_5.2.bb}
openssl 3.0 support
see https://github.com/tpm2-software/tpm2-tools/releases/tag/5.2
Signed-off-by: Armin Kuster <akuster808@...>
---
.../tpm2-tools/{tpm2-tools_5.0.bb => tpm2-tools_5.2.bb}
|
By
Armin Kuster
·
#55165
·
|