|
Re: [yocto-autobuilder-helper][PATCH] config.json: track system load with PARALLEL_MAKE
You are right that it's not actually a percentage and is instead tied to the number of cores. I'll correct the patch body to reflect this when I inevitably send a v2. With the latest testing on
You are right that it's not actually a percentage and is instead tied to the number of cores. I'll correct the patch body to reflect this when I inevitably send a v2. With the latest testing on
|
By
Trevor Gamblin
·
#54101
·
|
|
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. (7/13)
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. (7/13)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
|
By
Stephen Jolley
·
#54100
·
|
|
Re: [yocto-autobuilder-helper][PATCH] config.json: track system load with PARALLEL_MAKE
I seem to vaguely remember that -l is not actually taking a percentage, but an absolute value that is specific to the amount of CPU cores a system has. Have you verified your assumption?
Alex
I seem to vaguely remember that -l is not actually taking a percentage, but an absolute value that is specific to the amount of CPU cores a system has. Have you verified your assumption?
Alex
|
By
Alexander Kanavin
·
#54099
·
|
|
Re: Yocto Autobuilder: Latency Monitor and AB-INT - Meeting notes: July 8, 2021
I've submitted an initial patch to yocto@.... My short notes to go along with it:
MAKE JOBSERVERS, SYSTEM LOADS, AND THE YOCTO AUTOBUILDER
INTRO
- Yocto Autobuilder has been
I've submitted an initial patch to yocto@.... My short notes to go along with it:
MAKE JOBSERVERS, SYSTEM LOADS, AND THE YOCTO AUTOBUILDER
INTRO
- Yocto Autobuilder has been
|
By
Trevor Gamblin
·
#54098
·
|
|
[meta-spdxscanner] Question about meta-spdxscanner
Hello,
I see that meta-spdxscanner has been moved to http://git.yoctoproject.org, and doesn't maintained on github anymore.https://github.com/dl9pf/meta-spdxscanner/issues/21
Therefore the only way
Hello,
I see that meta-spdxscanner has been moved to http://git.yoctoproject.org, and doesn't maintained on github anymore.https://github.com/dl9pf/meta-spdxscanner/issues/21
Therefore the only way
|
By
Marco Cavallini
·
#54097
·
|
|
[yocto-autobuilder-helper][PATCH] config.json: track system load with PARALLEL_MAKE
This adds the "-l" option to PARALLEL_MAKE in config.json with an
initial testing value of 100 (100% system load). This option is supported
by both Make and Ninja. However, we also require the
This adds the "-l" option to PARALLEL_MAKE in config.json with an
initial testing value of 100 (100% system load). This option is supported
by both Make and Ninja. However, we also require the
|
By
Trevor Gamblin
·
#54096
·
|
|
Re: [meta-security][PATCH 2/2] apparmor: use its own initscript and service files
merged.
thanks for the reminder.
-armin
merged.
thanks for the reminder.
-armin
|
By
Armin Kuster
·
#54095
·
|
|
[meta-security][PATCH] tpm-tools: fix build issue
This error occurs randomly.
/bin/bash: pod2man: command not found
[Yocto #14304]
minor space/tab cleanup
Signed-off-by: Armin Kuster <akuster808@...>
Cc: Ben <koncept1@...>
---
This error occurs randomly.
/bin/bash: pod2man: command not found
[Yocto #14304]
minor space/tab cleanup
Signed-off-by: Armin Kuster <akuster808@...>
Cc: Ben <koncept1@...>
---
|
By
Armin Kuster
·
#54094
·
|
|
[PATCH yocto-autobuilder-helper 4/4] scripts/generate-testresult-index.py: update index to list host data
Host data is collected on failure by default. List the collected files
in the index.
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
scripts/generate-testresult-index.py | 12
Host data is collected on failure by default. List the collected files
in the index.
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
scripts/generate-testresult-index.py | 12
|
By
sakib.sajal@...
·
#54093
·
|
|
[PATCH yocto-autobuilder-helper 3/4] summarize_top_output.py: summarize data logged on failure
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
scripts/summarize_top_output.py | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
scripts/summarize_top_output.py | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git
|
By
sakib.sajal@...
·
#54092
·
|
|
[PATCH yocto-autobuilder-helper 2/4] collect-results: collect all host_stats files
data collection on failure is enabled by default.
Collect all host stats files created.
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
scripts/collect-results | 16 +++++++++++-----
1
data collection on failure is enabled by default.
Collect all host stats files created.
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
scripts/collect-results | 16 +++++++++++-----
1
|
By
sakib.sajal@...
·
#54091
·
|
|
[PATCH yocto-autobuilder-helper 1/4] config.json: collect data on failure by default
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
config.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/config.json b/config.json
index f54081b..99593c8
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
config.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/config.json b/config.json
index f54081b..99593c8
|
By
sakib.sajal@...
·
#54090
·
|
|
Re: Integration of Docker in Read-only Rootfile system through Yocto
Greetings !
I have added the docker in yocto (zeus) and it is working with the Rootfile system which is having "Read-write" permission. When I trying to run the "Hello-world" image with the Rootfile
Greetings !
I have added the docker in yocto (zeus) and it is working with the Rootfile system which is having "Read-write" permission. When I trying to run the "Hello-world" image with the Rootfile
|
By
Poornesh <poornesh.g@...>
·
#54089
·
|
|
Re: #archiver Archiver not archiving sources from Mirror
#archiver
"Seipel, Christoph" <Christoph.Seipel@...> wrote:
If the archives you've been given have names starting with
'gitshallow_' then it's likely that the following variables were set in
local.conf
"Seipel, Christoph" <Christoph.Seipel@...> wrote:
If the archives you've been given have names starting with
'gitshallow_' then it's likely that the following variables were set in
local.conf
|
By
Paul Barker
·
#54088
·
|
|
#archiver Archiver not archiving sources from Mirror
#archiver
Hello,
I have a problem with the archiver. I want to use it to export the sources used in our image for license compliance (GPL etc.).
We have a BSP supplier that supplies the Yocto system and
Hello,
I have a problem with the archiver. I want to use it to export the sources used in our image for license compliance (GPL etc.).
We have a BSP supplier that supplies the Yocto system and
|
By
Seipel, Christoph
·
#54087
·
|
|
Re: #linux #dunfell How to use eclipse with autotools without yocto plugin
#linux
#dunfell
I found the solution: My problem was that the default project configuration which created by "./configure {CONFIGURE_FLAGS}" doesn't do a build with debug information.
So ./configure
I found the solution: My problem was that the default project configuration which created by "./configure {CONFIGURE_FLAGS}" doesn't do a build with debug information.
So ./configure
|
By
Sebastian Holzgreve
·
#54086
·
|
|
Re: [error-report-web][PATCH] report-error.bbclass: Add layer and bitbake version info to error report
Thanks, Richard
Closed the Bug as Resolved Fixed Status and commit link as a Comment.
Thanks & Regards,
Milan Shah
Milan Shah | Software Engineer
Thanks, Richard
Closed the Bug as Resolved Fixed Status and commit link as a Comment.
Thanks & Regards,
Milan Shah
Milan Shah | Software Engineer
|
By
Milan Shah
·
#54085
·
|
|
Re: [error-report-web][PATCH] report-error.bbclass: Add layer and bitbake version info to error report
We'd normally expect the bug owner to update the status of the bug since it
isn't really possible for me or the triage team to track and update them all.
We can close this one with a link to the
We'd normally expect the bug owner to update the status of the bug since it
isn't really possible for me or the triage team to track and update them all.
We can close this one with a link to the
|
By
Richard Purdie
·
#54084
·
|
|
Re: [error-report-web][PATCH] report-error.bbclass: Add layer and bitbake version info to error report
Well, there was no update on the bug as well as on the patch so I was not aware of it.
Thanks, Richard for responding. I'll definitely follow your suggestion next time.
Thanks & Regards,
Milan Shah
Well, there was no update on the bug as well as on the patch so I was not aware of it.
Thanks, Richard for responding. I'll definitely follow your suggestion next time.
Thanks & Regards,
Milan Shah
|
By
Milan Shah
·
#54083
·
|
|
Re: [error-report-web][PATCH] report-error.bbclass: Add layer and bitbake version info to error report
http://git.yoctoproject.org/cgit.cgi/poky/commit/meta/classes/report-error.bbclass?id=8b299a62c55aa8d1583aff4b8428f16def7231b7
It appears to have merged 5 months ago?
Also, looking at the patch that
http://git.yoctoproject.org/cgit.cgi/poky/commit/meta/classes/report-error.bbclass?id=8b299a62c55aa8d1583aff4b8428f16def7231b7
It appears to have merged 5 months ago?
Also, looking at the patch that
|
By
Richard Purdie
·
#54082
·
|