|
Yocto Project Status WW16`22
Current Dev Position: YP 4.0 rc3
Next Deadline: 29th April 2022 YP 4.0 final release
Next Team Meetings:
Bug Triage meeting Thursday Apr.21st 7:30 am PDT
Current Dev Position: YP 4.0 rc3
Next Deadline: 29th April 2022 YP 4.0 final release
Next Team Meetings:
Bug Triage meeting Thursday Apr.21st 7:30 am PDT
|
By
Richard Purdie
·
#56805
·
|
|
Re: NPM support on Dunfell
The takeaways using inherit npm:
1. Does not support 'scoped packages'
2. fetching is not multi-threaded. A NPM based recipe will run uni-proc with a considerable amount of overhead; each package is
The takeaways using inherit npm:
1. Does not support 'scoped packages'
2. fetching is not multi-threaded. A NPM based recipe will run uni-proc with a considerable amount of overhead; each package is
|
By
Joel Winarske
·
#56804
·
|
|
M+ & H bugs with Milestone Movements WW16
All,
YP M+ or high bugs which moved to a new milestone in WW16 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
12279
enhance manifest not found
All,
YP M+ or high bugs which moved to a new milestone in WW16 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
12279
enhance manifest not found
|
By
Stephen Jolley
·
#56803
·
|
|
Enhancements/Bugs closed WW16
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
·
#56802
·
|
|
Current high bug count owners for Yocto Project 3.5
All,
Below is the list as of top 30 bug owners as of the end of WW16 of who have open medium or higher bugs and enhancements against YP 3.5. There are 8 possible work days left until the final
All,
Below is the list as of top 30 bug owners as of the end of WW16 of who have open medium or higher bugs and enhancements against YP 3.5. There are 8 possible work days left until the final
|
By
Stephen Jolley
·
#56801
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#56800
·
|
|
Re: [PATCH yocto-autobuilder-helper v4] Add a banner on the old documentation docs
I sent a more recent patch which takes care of the topmost element overlapping with the banner, puting it in a div called body and pushing it down so the banner remains on top.
I sent a more recent patch which takes care of the topmost element overlapping with the banner, puting it in a div called body and pushing it down so the banner remains on top.
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56799
·
|
|
openjdk-11 failed to find --with-boot-jdk
Hello Everyone,
I am using meta-java, and I have openjdk-11 recipe.
The recipe has:
EXTRA_OECONF_append_class-native = "\
--with-boot-jdk=/usr/lib/jvm/openjdk-11-amd64 \
Hello Everyone,
I am using meta-java, and I have openjdk-11 recipe.
The recipe has:
EXTRA_OECONF_append_class-native = "\
--with-boot-jdk=/usr/lib/jvm/openjdk-11-amd64 \
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#56798
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.rc3)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-4.0.rc3. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1. OE-Core
2.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-4.0.rc3. We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1. OE-Core
2.
|
By
Teoh, Jay Shen
·
#56797
·
|
|
[meta-security][dunfell][PATCH] chkrootkit: update SRC_URI
0.53 no longer hosted from main source. Use Ubuntu archive
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-scanners/rootkits/chkrootkit_0.53.bb | 2 +-
1 file changed, 1 insertion(+),
0.53 no longer hosted from main source. Use Ubuntu archive
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-scanners/rootkits/chkrootkit_0.53.bb | 2 +-
1 file changed, 1 insertion(+),
|
By
Armin Kuster
·
#56796
·
|
|
Yocto Project Summit 2022.5 reminder
Hello,
The CFP for the Yocto Project Summit in May, 2022 will be closing in 9 days. If you are interested in submitting any talks include a hands on, please do so via [1]
The event starts in 30
Hello,
The CFP for the Yocto Project Summit in May, 2022 will be closing in 9 days. If you are interested in submitting any talks include a hands on, please do so via [1]
The event starts in 30
|
By
Armin Kuster
·
#56795
·
|
|
[PATCH yocto-autobuilder-helper v5] Add a banner on the old documentation docs
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
trial.py | 36 ++++++++++++++++++++++++++++++
trialstyle.py | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++
2
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
trial.py | 36 ++++++++++++++++++++++++++++++
trialstyle.py | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++
2
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56794
·
|
|
Re: [PATCH yocto-autobuilder-helper v4] Add a banner on the old documentation docs
On Sun, Apr 17, 2022 at 04:45 PM, Quentin Schulz wrote:
import glob
glob.glob('**/*.html', recursive=True)Hi Quentin, thanks for the review.
If I use the glob module here, I will get rid of os.walk
On Sun, Apr 17, 2022 at 04:45 PM, Quentin Schulz wrote:
import glob
glob.glob('**/*.html', recursive=True)Hi Quentin, thanks for the review.
If I use the glob module here, I will get rid of os.walk
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56793
·
|
|
Re: [PATCH yocto-autobuilder-helper v4] Add a banner on the old documentation docs
Hi Amahnui,
#!/usr/bin/env python3
All of the above cam be replaced with:
import glob
glob.glob('**/*.html', recursive=True)
C.f. https://docs.python.org/3/library/glob.html#glob.glob
I assume we
Hi Amahnui,
#!/usr/bin/env python3
All of the above cam be replaced with:
import glob
glob.glob('**/*.html', recursive=True)
C.f. https://docs.python.org/3/library/glob.html#glob.glob
I assume we
|
By
Quentin Schulz
·
#56792
·
|
|
[PATCH yocto-autobuilder-helper v4] Add a banner on the old documentation docs
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
trial.py | 32 +++++++++++++++++++++++++++
trialstyle.py | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
trial.py | 32 +++++++++++++++++++++++++++
trialstyle.py | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56791
·
|
|
QA notification for completed autobuilder build (yocto-4.0.rc3)
A build flagged for QA (yocto-4.0.rc3) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-4.0.rc3
Build hash information:
bitbake:
A build flagged for QA (yocto-4.0.rc3) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-4.0.rc3
Build hash information:
bitbake:
|
By
Pokybuild User <pokybuild@...>
·
#56790
·
|
|
Re: [PATCH yocto-autobuilder-helper v3] Scripts to automatically add banner to html files in tarball
I actually saw this licence on an spdx-tutorial repo on github but I will change it in the next patch to MIT
I actually saw this licence on an spdx-tutorial repo on github but I will change it in the next patch to MIT
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56789
·
|
|
Re: [PATCH yocto-autobuilder-helper v3] Scripts to automatically add banner to html files in tarball
Hi Richard, can I use a topic like "Added a banner on the old documentation docs" as written in the bugzilla bug?
And I will also do some research how to implement the os.walk() module.
Hi Richard, can I use a topic like "Added a banner on the old documentation docs" as written in the bugzilla bug?
And I will also do some research how to implement the os.walk() module.
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56788
·
|
|
Re: [PATCH yocto-autobuilder-helper v3] Scripts to automatically add banner to html files in tarball
This is heading the right way and I'm glad the encoding change helped. Please
re-read what I said about the header though as the above isn't what I said,
there are at least two issues.
Also, why are
This is heading the right way and I'm glad the encoding change helped. Please
re-read what I said about the header though as the above isn't what I said,
there are at least two issues.
Also, why are
|
By
Richard Purdie
·
#56787
·
|
|
[PATCH yocto-autobuilder-helper v3] Scripts to automatically add banner to html files in tarball
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
trial.py | 44 +++++++++++++++++++++++++++++++
trialstyle.py | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++
2
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
trial.py | 44 +++++++++++++++++++++++++++++++
trialstyle.py | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++
2
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56786
·
|