|
M+ & H bugs with Milestone Movements WW44
All,
YP M+ or high bugs which moved to a new milestone in WW44 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
12917
Warnings from nightly-multilib
All,
YP M+ or high bugs which moved to a new milestone in WW44 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
12917
Warnings from nightly-multilib
|
By
Stephen Jolley
·
#55204
·
|
|
Enhancements/Bugs closed WW44!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
randy.macleod@...
1
mickael.laventure+yocto@...
1
steve@...
1
Grand Total
3
Thanks,
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
randy.macleod@...
1
mickael.laventure+yocto@...
1
steve@...
1
Grand Total
3
Thanks,
|
By
Stephen Jolley
·
#55203
·
|
|
Current high bug count owners for Yocto Project 3.5
All,
Below is the list as of top 50 bug owners as of the end of WW44 of who have open medium or higher bugs and enhancements against YP 3.5. There are 123 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW44 of who have open medium or higher bugs and enhancements against YP 3.5. There are 123 possible work days left until the final
|
By
Stephen Jolley
·
#55202
·
|
|
Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (11/2)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (11/2)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
|
By
Stephen Jolley
·
#55201
·
|
|
Re: Specified SDKMACHINE value is not valid
As per https://docs.yoctoproject.org/ref-manual/variables.html#term-SDKMACHINE
the value isn't a target MACHINE, but a name that is present
As per https://docs.yoctoproject.org/ref-manual/variables.html#term-SDKMACHINE
the value isn't a target MACHINE, but a name that is present
|
By
Ross Burton <ross@...>
·
#55200
·
|
|
Specified SDKMACHINE value is not valid
NEWBIE question!
I tried building and I get: "Specified SDKMACHINE value is not valid"
pi@raspberrypi ~/p/build> bitbake core-image-minimal
/usr/lib/python3/dist-packages/html5lib/_trie/_base.py:3:
NEWBIE question!
I tried building and I get: "Specified SDKMACHINE value is not valid"
pi@raspberrypi ~/p/build> bitbake core-image-minimal
/usr/lib/python3/dist-packages/html5lib/_trie/_base.py:3:
|
By
jchludzinski
·
#55199
·
|
|
[yocto-autobuilder-helper] [PATCH 4/4] shared-repos: Use tar instead of rsync for speed
The rysnc of 20,000 files (650MB) onto the nas is slow taking ~3 minutes
at idle and worse at load. This is due to the number of files which
is a pain point for NFS. This piece of the build is also a
The rysnc of 20,000 files (650MB) onto the nas is slow taking ~3 minutes
at idle and worse at load. This is due to the number of files which
is a pain point for NFS. This piece of the build is also a
|
By
Richard Purdie
·
#55198
·
|
|
[yocto-autobuilder-helper] [PATCH 3/4] prepare-shared-repo/utils: Limit HEAD clones to shallow depth to save time/space
By not syncing all the history is is possible to save some time/space
in the checkout process since we never use this data. This reduces data
from 650MB to 400MB or with the tarball, 416MB to
By not syncing all the history is is possible to save some time/space
in the checkout process since we never use this data. This reduces data
from 650MB to 400MB or with the tarball, 416MB to
|
By
Richard Purdie
·
#55197
·
|
|
[yocto-autobuilder-helper] [PATCH 2/4] prepare-shared-repos: Make it clear when rsync starts in logs
Signed-off-by: Richard Purdie <richard.purdie@...>
---
scripts/prepare-shared-repos | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/prepare-shared-repos
Signed-off-by: Richard Purdie <richard.purdie@...>
---
scripts/prepare-shared-repos | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/prepare-shared-repos
|
By
Richard Purdie
·
#55196
·
|
|
[yocto-autobuilder-helper] [PATCH 1/4] scripts/prepare-shared-repos: Use tmpfs for speed
Signed-off-by: Richard Purdie <richard.purdie@...>
---
scripts/prepare-shared-repos | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/prepare-shared-repos
Signed-off-by: Richard Purdie <richard.purdie@...>
---
scripts/prepare-shared-repos | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/prepare-shared-repos
|
By
Richard Purdie
·
#55195
·
|
|
[yocto-autobuilder2] [PATCH] builders: Fix quarantine handling
The way the canStartBuild code was written, it inserted a delay between
each build starting of 2 minutes unconditionally. We only want to do this
if the worker had run out of space so tweak the code
The way the canStartBuild code was written, it inserted a delay between
each build starting of 2 minutes unconditionally. We only want to do this
if the worker had run out of space so tweak the code
|
By
Richard Purdie
·
#55194
·
|
|
Re: [yocto-autobuilder2][PATCH] builders.py: subtract builder weight instead of add
This didn't work (and wasn't merged) although I still think it is probably the
correct thing to do with that code.
I did some digging and the issue is that when we trigger builds, it triggers
them
This didn't work (and wasn't merged) although I still think it is probably the
correct thing to do with that code.
I did some digging and the issue is that when we trigger builds, it triggers
them
|
By
Richard Purdie
·
#55193
·
|
|
Re: [yocto-autobuilder2][PATCH] builders.py: Add canStartBuild disk space check
Unfortunately this quarantine piece is causing problems. It means that even if
there is free space on the builder and always was, a maximum of one build every
2 minutes can be started.
I'll probably
Unfortunately this quarantine piece is causing problems. It means that even if
there is free space on the builder and always was, a maximum of one build every
2 minutes can be started.
I'll probably
|
By
Richard Purdie
·
#55192
·
|
|
[meta-security][PATCH] tpm2-pkcs11: update to 1.7.0
drop patch now included.
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-tpm2/tpm2-pkcs11/files/677.patch | 295 ------------------
...2-pkcs11_1.6.0.bb => tpm2-pkcs11_1.7.0.bb}
drop patch now included.
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-tpm2/tpm2-pkcs11/files/677.patch | 295 ------------------
...2-pkcs11_1.6.0.bb => tpm2-pkcs11_1.7.0.bb}
|
By
Armin Kuster
·
#55191
·
|
|
Re: How to set IMAGE_ROOTFS_SIZE ?
Hello,
Copying the docs@ mailing list.
All things considered, the documentation for some other parameters
explains where they can typically be set. This should definitely help
people just quickly
Hello,
Copying the docs@ mailing list.
All things considered, the documentation for some other parameters
explains where they can typically be set. This should definitely help
people just quickly
|
By
Michael Opdenacker
·
#55190
·
|
|
Re: How to set IMAGE_ROOTFS_SIZE ?
Hello Simone,
You can define it either in your image recipe (if you have a custom
one), or in conf/local.conf.
True, but this is a more generic mechanism that we chose not to repeat
for each
Hello Simone,
You can define it either in your image recipe (if you have a custom
one), or in conf/local.conf.
True, but this is a more generic mechanism that we chose not to repeat
for each
|
By
Michael Opdenacker
·
#55189
·
|
|
[yocto-autobuilder2][PATCH] builders.py: subtract builder weight instead of add
Signed-off-by: Trevor Gamblin <trevor.gamblin@...>
---
builders.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builders.py b/builders.py
index f94d1dd..fc92e36
Signed-off-by: Trevor Gamblin <trevor.gamblin@...>
---
builders.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builders.py b/builders.py
index f94d1dd..fc92e36
|
By
Trevor Gamblin
·
#55188
·
|
|
Re: Minutes: Yocto Project Weekly Triage Meeting 10/28/2021
I added some comments.
Cheers,
Richard
I added some comments.
Cheers,
Richard
|
By
Richard Purdie
·
#55187
·
|
|
[yocto-autobuilder2][PATCH] builders.py: fix bonus time calculation
Modify the builder_bonuses calculation so that it provides variable
bonus time based on the builder, rather than a constant value.
Signed-off-by: Trevor Gamblin <trevor.gamblin@...>
---
Modify the builder_bonuses calculation so that it provides variable
bonus time based on the builder, rather than a constant value.
Signed-off-by: Trevor Gamblin <trevor.gamblin@...>
---
|
By
Trevor Gamblin
·
#55186
·
|
|
Looking for advices on bug 14375
#systemd
Hi,
I'm looking for advice on https://bugzilla.yoctoproject.org/show_bug.cgi?id=14375
Seems like an easy fix but not sure how I should handle it. I'm willing to put in the effort, just need some
Hi,
I'm looking for advice on https://bugzilla.yoctoproject.org/show_bug.cgi?id=14375
Seems like an easy fix but not sure how I should handle it. I'm willing to put in the effort, just need some
|
By
Marc Ferland
·
#55185
·
|