|
Re: [PATCH yocto-autobuilder-helper v14] Add a banner on the old documentation docs.
On Thu, May 12, 2022 at 09:23 AM, Quentin Schulz wrote:
Not quite happy with this comment as I still don't understand why this was needed.
What is the issue with "any .body property existing in any
On Thu, May 12, 2022 at 09:23 AM, Quentin Schulz wrote:
Not quite happy with this comment as I still don't understand why this was needed.
What is the issue with "any .body property existing in any
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#57066
·
|
|
[kirkstone][meta-rockchip][PATCH] wic: add e2fsprogs dependency
From: Trevor Woerner <twoerner@...>
Started seeing the following error in my builds:
ERROR: A native program mkfs.ext4 required to build the image was not found
Please make sure wic-tools
From: Trevor Woerner <twoerner@...>
Started seeing the following error in my builds:
ERROR: A native program mkfs.ext4 required to build the image was not found
Please make sure wic-tools
|
By
Martin Jansa
·
#57065
·
|
|
kernel bbappend files failed to triggler build updated in kirkstone branch, could be bugs?
Hi,
I have a kernel bbappend file which can update patch files but cannot
not update a defconfig file when the files are changed.
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI:append =
Hi,
I have a kernel bbappend file which can update patch files but cannot
not update a defconfig file when the files are changed.
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI:append =
|
By
JH
·
#57064
·
|
|
are there any plans for meta-riscv support for StarFive VisionFive?
https://shop.allnetchina.cn/products/starfive-visionfive-ai-single-board-computer?variant=39522167783526
rday
https://shop.allnetchina.cn/products/starfive-visionfive-ai-single-board-computer?variant=39522167783526
rday
|
By
Robert P. J. Day
·
#57063
·
|
|
Re: [PATCH yocto-autobuilder-helper v14] Add a banner on the old documentation docs.
Hi Amahnui,
Not quite happy with this comment as I still don't understand why this was needed.
What is the issue with "any .body property existing in any css file [being] overwritten"?
I am not
Hi Amahnui,
Not quite happy with this comment as I still don't understand why this was needed.
What is the issue with "any .body property existing in any css file [being] overwritten"?
I am not
|
By
Quentin Schulz
·
#57062
·
|
|
[meta-selinux][PATCH] selinux-python: add RDEPENDES on python3-multiprocessing
Add RDEPENDS on python3-multiprocessing for selinux-python-sepolicy to
fix runtime error:
$ sepolicy
Traceback (most recent call last):
File "/usr/bin/sepolicy", line 28, in <module>
from
Add RDEPENDS on python3-multiprocessing for selinux-python-sepolicy to
fix runtime error:
$ sepolicy
Traceback (most recent call last):
File "/usr/bin/sepolicy", line 28, in <module>
from
|
By
Yi Zhao
·
#57061
·
|
|
[PATCH yocto-autobuilder-helper v14] Add a banner on the old documentation docs.
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_add_banner.py | 84 ++++++++++++++++++++++++++++++++++++++
scripts/run-docs-build | 2 +
2 files changed, 86
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_add_banner.py | 84 ++++++++++++++++++++++++++++++++++++++
scripts/run-docs-build | 2 +
2 files changed, 86
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#57060
·
|
|
Re: [PATCH yocto-autobuilder-helper v13] Add a banner on the old documentation docs. Script to add banners to the old docs and outdated dunfell docs
On Thu, May 5, 2022 at 09:03 PM, Richard Purdie wrote:
One small thing, shouldn't we write the files with the same encoding as we read
them?thank you for this, I adjusted it the most recent patch
On
On Thu, May 5, 2022 at 09:03 PM, Richard Purdie wrote:
One small thing, shouldn't we write the files with the same encoding as we read
them?thank you for this, I adjusted it the most recent patch
On
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#57058
·
|
|
[PATCH yocto-autobuilder-helper v13] Add a banner on the old documentation docs.
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_add_banner.py | 84 ++++++++++++++++++++++++++++++++++++++
scripts/run-docs-build | 2 +
2 files changed, 86
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_add_banner.py | 84 ++++++++++++++++++++++++++++++++++++++
scripts/run-docs-build | 2 +
2 files changed, 86
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#57057
·
|
|
Re: SSTATE cache getting huge. Delete or use sstate-cache-management.sh
Personally, I just delete all files that haven’t been accessed in a month, using find:
find $SSTATE -type f -atime +30 -delete
Ross
From:yocto@... <yocto@...> on behalf of Rusty Howell
Personally, I just delete all files that haven’t been accessed in a month, using find:
find $SSTATE -type f -atime +30 -delete
Ross
From:yocto@... <yocto@...> on behalf of Rusty Howell
|
By
Ross Burton
·
#57056
·
|
|
Re: libmodulemd ver downgraded worrior->dunfell
Hi
By
Quentin Schulz
·
#57055
·
|
|
Re: [PATCH yocto-autobuilder-helper v13] Add a banner on the old documentation docs. Script to add banners to the old docs and outdated dunfell docs
Hi Amahnui,
In pseudo-code:
html_banner_dunfell = "this"
html_banner_not_dunfell = "that"
css_banner = "something"
for directory, files in recursive_traversal(path):
if matches(directory,
Hi Amahnui,
In pseudo-code:
html_banner_dunfell = "this"
html_banner_not_dunfell = "that"
css_banner = "something"
for directory, files in recursive_traversal(path):
if matches(directory,
|
By
Quentin Schulz
·
#57054
·
|
|
libmodulemd ver downgraded worrior->dunfell
When comparing Worrior and Dunfell trees, the early one uses libmodulemd ver 2.1.0, while the latter uses libmodulemd-v1 (1.8.16).
What's the reason for this downgrade?
Yair
When comparing Worrior and Dunfell trees, the early one uses libmodulemd ver 2.1.0, while the latter uses libmodulemd-v1 (1.8.16).
What's the reason for this downgrade?
Yair
|
By
Yair
·
#57053
·
|
|
SSTATE cache getting huge. Delete or use sstate-cache-management.sh
A few weeks ago, our NFS-mounted sstate-cache was about 748 GB in size. I ran the script "sstate-cache-management.sh". It took a very long time (about two hours) but was able to free up 307 GB of
A few weeks ago, our NFS-mounted sstate-cache was about 748 GB in size. I ran the script "sstate-cache-management.sh". It took a very long time (about two hours) but was able to free up 307 GB of
|
By
Rusty Howell
·
#57052
·
|
|
Re: [PATCH yocto-autobuilder-helper v13] Add a banner on the old documentation docs. Script to add banners to the old docs and outdated dunfell docs
Hello Richard,
Thanks for the review
I'm sorry I don't understand how to implement this as I tried using a function in the code but then the dirs was modified constantly when it was not supposed and
Hello Richard,
Thanks for the review
I'm sorry I don't understand how to implement this as I tried using a function in the code but then the dirs was modified constantly when it was not supposed and
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#57051
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 5/10/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Randy, Richard, Luca Ceresoli, Bruce Ashfield, Michael Opdenacker, Ross Burton, Steve Sakoman, Tim Orling, Joshua
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Randy, Richard, Luca Ceresoli, Bruce Ashfield, Michael Opdenacker, Ross Burton, Steve Sakoman, Tim Orling, Joshua
|
By
sakib.sajal@...
·
#57050
·
|
|
Re: [PATCH yocto-autobuilder-helper] config.json: test only command line images with x32
Ping, please.
Alex
On Mon, 25 Apr 2022 at 13:54, Alexander Kanavin via
lists.yoctoproject.org <alex.kanavin=gmail.com@...>
wrote:
Ping, please.
Alex
On Mon, 25 Apr 2022 at 13:54, Alexander Kanavin via
lists.yoctoproject.org <alex.kanavin=gmail.com@...>
wrote:
|
By
Alexander Kanavin
·
#57049
·
|
|
Yocto Project Status WW19`22
Current Dev Position: YP 4.1 M1
Next Deadline: 30th May 2022 YP 4.1 M1 Build
Next Team Meetings:
Yocto Project Summit - 17th-19th May (https://www.yoctoproject.org/yocto-project-summit-2022-05/)
Bug
Current Dev Position: YP 4.1 M1
Next Deadline: 30th May 2022 YP 4.1 M1 Build
Next Team Meetings:
Yocto Project Summit - 17th-19th May (https://www.yoctoproject.org/yocto-project-summit-2022-05/)
Bug
|
By
Richard Purdie
·
#57048
·
|
|
Dependency clarification for image classes with bitbake?
Hi,
I have some issues in sorting out dependency management for a custom image_types_*sdcard.bbclass and need some help/advice because the docs didn’t solve my problems.
As opposed to
Hi,
I have some issues in sorting out dependency management for a custom image_types_*sdcard.bbclass and need some help/advice because the docs didn’t solve my problems.
As opposed to
|
By
Heinz Wrobel
·
#57047
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.4.4.rc1)
Hi Everyone,
This is the full report for yocto-3.4.4.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hi Everyone,
This is the full report for yocto-3.4.4.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#57046
·
|