|
[yocto-autobuilder-helper][dunfell] config.json: add missing configuration for meta-virt Xen for qemux86-64 test
Signed-off-by: Steve Sakoman <steve@...>
---
config.json | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/config.json b/config.json
index 6cceaa4..fe65440 100644
---
Signed-off-by: Steve Sakoman <steve@...>
---
config.json | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/config.json b/config.json
index 6cceaa4..fe65440 100644
---
|
By
Steve Sakoman
·
#57086
·
|
|
Re: are there any plans for meta-riscv support for StarFive VisionFive?
You may want to contact the Maintainer listed in the README.
-armin
You may want to contact the Maintainer listed in the README.
-armin
|
By
Armin Kuster
·
#57085
·
|
|
[RFC][WIP]{honister] kernel-lab manual
I have the restructured text conversion far enough along for the 'kernel-lab' to share it now. Because I was last working on this for Yocto Project Summit 2021.11, the current qemux86 base is on
I have the restructured text conversion far enough along for the 'kernel-lab' to share it now. Because I was last working on this for Yocto Project Summit 2021.11, the current qemux86 base is on
|
By
Tim Orling
·
#57084
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 5/10/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Randy, Richard, Bruce Ashfield, Ross Burton, Steve Sakoman, Tim Orling, Pavel, Aryaman Gupta, Saul Wold
ARs:
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Randy, Richard, Bruce Ashfield, Ross Burton, Steve Sakoman, Tim Orling, Pavel, Aryaman Gupta, Saul Wold
ARs:
|
By
sakib.sajal@...
·
#57083
·
|
|
[PATCH yocto-autobuilder-helper v17] Add a banner on the old documentation docs.
Script to add banners to the old docs and outdated dunfell docs
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_add_banner.py | 83
Script to add banners to the old docs and outdated dunfell docs
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_add_banner.py | 83
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#57082
·
|
|
Re: are there any plans for meta-riscv support for StarFive VisionFive?
not working on the machine definition myself, but have already
ordered one of those boards so certainly willing to test once it
arrives.
rday
not working on the machine definition myself, but have already
ordered one of those boards so certainly willing to test once it
arrives.
rday
|
By
Robert P. J. Day
·
#57081
·
|
|
Re: are there any plans for meta-riscv support for StarFive VisionFive?
Yes There already is beagleV machine and it will be derived from that I have plans to add it if
Someone is working on it please let me know
Yes There already is beagleV machine and it will be derived from that I have plans to add it if
Someone is working on it please let me know
|
By
Khem Raj
·
#57080
·
|
|
Re: [PATCH yocto-autobuilder-helper v16] Add a banner on the old documentation docs.
This is really close but still not quite right. You're adding in two
copies of current_content here. It needs to be:
f.write(current_content.replace('<body>', '<body>' +
This is really close but still not quite right. You're adding in two
copies of current_content here. It needs to be:
f.write(current_content.replace('<body>', '<body>' +
|
By
Richard Purdie
·
#57079
·
|
|
Re: [kirkstone][meta-rockchip][PATCH] wic: add e2fsprogs dependency
Ah sorry, I saw your message yesterday but was in the middle of something
else... then I forgot. Thanks for the reminder.
Done.
Ah sorry, I saw your message yesterday but was in the middle of something
else... then I forgot. Thanks for the reminder.
Done.
|
By
Trevor Woerner
·
#57078
·
|
|
Re: Problems with recipe for our Rust-Software
Hi,
I'm also facing same issue behind proxy even though I personally reverted below patch
Hi,
I'm also facing same issue behind proxy even though I personally reverted below patch
|
By
Chanho Park
·
#57077
·
|
|
Re: Problems with recipe for our Rust-Software
The HEAD of cargo-bitbake works fine for 2021 for us.
--
Alex Kiernan
The HEAD of cargo-bitbake works fine for 2021 for us.
--
Alex Kiernan
|
By
Alex Kiernan
·
#57076
·
|
|
Re: Problems with recipe for our Rust-Software
Oh I see, thanks for the info.
--
Mit freundlichen Grüßen neuroloop GmbH
i.A. Felix Knorr
Senior Software Developer
--------------------------------------
neuroloop GmbH
Engesserstr. 4, 79108
Oh I see, thanks for the info.
--
Mit freundlichen Grüßen neuroloop GmbH
i.A. Felix Knorr
Senior Software Developer
--------------------------------------
neuroloop GmbH
Engesserstr. 4, 79108
|
By
Felix Knorr
·
#57075
·
|
|
Re: Problems with recipe for our Rust-Software
Accessing the network is not allowed from do_compile, or any other
task for that matter. You need to provide every needed item in SRC_URI
and rely on standard fetchers to form a complete source
Accessing the network is not allowed from do_compile, or any other
task for that matter. You need to provide every needed item in SRC_URI
and rely on standard fetchers to form a complete source
|
By
Alexander Kanavin
·
#57074
·
|
|
Re: [PATCH yocto-autobuilder-helper v16] Add a banner on the old documentation docs.
On Thu, May 12, 2022 at 01:42 PM, Quentin Schulz wrote:
On 5/12/22 14:33, Abongwa Amahnui Bonalais wrote:
Script to add banners to the old docs and outdated dunfell docs
Signed-off-by: Abongwa
On Thu, May 12, 2022 at 01:42 PM, Quentin Schulz wrote:
On 5/12/22 14:33, Abongwa Amahnui Bonalais wrote:
Script to add banners to the old docs and outdated dunfell docs
Signed-off-by: Abongwa
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#57073
·
|
|
Problems with recipe for our Rust-Software
Hey,
I'm struggling with a recipe to build our rust project.
I cannot use cargo-bitbake because we use the 2021 edition. Also the project is quite complex. We have one repository with 4 different
Hey,
I'm struggling with a recipe to build our rust project.
I cannot use cargo-bitbake because we use the 2021 edition. Also the project is quite complex. We have one repository with 4 different
|
By
Felix Knorr
·
#57072
·
|
|
[PATCH yocto-autobuilder-helper] scripts: run-docs-build: do not extract eclipse directories from old docs
From: Quentin Schulz <quentin.schulz@...>
For some reason, the old docs tarball includes many eclipse
subdirectories which are just cluttering the docs website up.
Therefore, let's
From: Quentin Schulz <quentin.schulz@...>
For some reason, the old docs tarball includes many eclipse
subdirectories which are just cluttering the docs website up.
Therefore, let's
|
By
Quentin Schulz
·
#57071
·
|
|
Re: [PATCH yocto-autobuilder-helper v16] Add a banner on the old documentation docs.
Hi Amahnui,
Reviewed-by: Quentin Schulz <foss+yocto@...>
Thanks for the patch and your patience, this is an important piece that was missing, so thank you for taking the time to do it.
Now,
Hi Amahnui,
Reviewed-by: Quentin Schulz <foss+yocto@...>
Thanks for the patch and your patience, this is an important piece that was missing, so thank you for taking the time to do it.
Now,
|
By
Quentin Schulz
·
#57070
·
|
|
[PATCH yocto-autobuilder-helper v16] Add a banner on the old documentation docs.
Script to add banners to the old docs and outdated dunfell docs
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_add_banner.py | 84
Script to add banners to the old docs and outdated dunfell docs
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_add_banner.py | 84
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#57069
·
|
|
Re: [PATCH yocto-autobuilder-helper v15] Add a banner on the old documentation docs.
Hi Amahnui,
This line exists so you don't have to change the path in there.
This line exists so you don't have to change the path in there.
You should be able to start the run-docs-build script as
Hi Amahnui,
This line exists so you don't have to change the path in there.
This line exists so you don't have to change the path in there.
You should be able to start the run-docs-build script as
|
By
Quentin Schulz
·
#57068
·
|
|
[PATCH yocto-autobuilder-helper v15] Add a banner on the old documentation docs.
Script to add banners to the old docs and outdated dunfell docs
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_add_banner.py | 84
Script to add banners to the old docs and outdated dunfell docs
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_add_banner.py | 84
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#57067
·
|