|
[error-report-web][PATCH v2 4/5] Search on contains, enalble admin, and keep more error history.
---
Post/feed.py | 2 +-
Post/purge.py | 5 +++--
Post/views.py | 3 +--
project/urls.py | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Post/feed.py
---
Post/feed.py | 2 +-
Post/purge.py | 5 +++--
Post/views.py | 3 +--
project/urls.py | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Post/feed.py
|
By
Michael Halstead
·
#52934
·
|
|
[error-report-web][PATCH v2 3/5] Allow alternate settings, avoid out of memory condition
---
Post/purge.py | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/Post/purge.py b/Post/purge.py
index 829fada..1289d13 100644
--- a/Post/purge.py
+++
---
Post/purge.py | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/Post/purge.py b/Post/purge.py
index 829fada..1289d13 100644
--- a/Post/purge.py
+++
|
By
Michael Halstead
·
#52933
·
|
|
[error-report-web][PATCH v2 2/5] Avoid errors caused by attempting to update referrers for objects that don't exist.
---
Post/views.py | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/Post/views.py b/Post/views.py
index 5737076..0ad58ba 100644
--- a/Post/views.py
+++
---
Post/views.py | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/Post/views.py b/Post/views.py
index 5737076..0ad58ba 100644
--- a/Post/views.py
+++
|
By
Michael Halstead
·
#52932
·
|
|
[error-report-web][PATCH v2 1/5] purge.py: Create script that will purge database
From: Amanda Brindle <amanda.r.brindle@...>
The script will be run on a regular basis to get rid of old reports that
we don't need. This will improve the performance of the application
since
From: Amanda Brindle <amanda.r.brindle@...>
The script will be run on a regular basis to get rid of old reports that
we don't need. This will improve the performance of the application
since
|
By
Michael Halstead
·
#52931
·
|
|
[error-report-web][PATCH 5/5] Import parser from the new python3 location
From: Michael Halstead <mhalstead@...>
---
Post/views.py | 2 +-
README | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Post/views.py
From: Michael Halstead <mhalstead@...>
---
Post/views.py | 2 +-
README | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Post/views.py
|
By
Michael Halstead
·
#52930
·
|
|
[error-report-web][PATCH 4/5] Search on contains, enalble admin, and keep more error history.
From: Michael Halstead <mhalstead@...>
---
Post/feed.py | 2 +-
Post/purge.py | 5 +++--
Post/views.py | 3 +--
project/urls.py | 2 +-
4 files changed, 6 insertions(+), 6
From: Michael Halstead <mhalstead@...>
---
Post/feed.py | 2 +-
Post/purge.py | 5 +++--
Post/views.py | 3 +--
project/urls.py | 2 +-
4 files changed, 6 insertions(+), 6
|
By
Michael Halstead
·
#52929
·
|
|
[error-report-web][PATCH 3/5] Allow alternate settings, avoid out of memory condition
From: Michael Halstead <mhalstead@...>
---
Post/purge.py | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/Post/purge.py b/Post/purge.py
index
From: Michael Halstead <mhalstead@...>
---
Post/purge.py | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/Post/purge.py b/Post/purge.py
index
|
By
Michael Halstead
·
#52928
·
|
|
[error-report-web][PATCH 2/5] Avoid errors caused by attempting to update referrers for objects that don't exist.
From: Michael Halstead <mhalstead@...>
---
Post/views.py | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/Post/views.py
From: Michael Halstead <mhalstead@...>
---
Post/views.py | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/Post/views.py
|
By
Michael Halstead
·
#52927
·
|
|
[error-report-web][PATCH 1/5] purge.py: Create script that will purge database
From: Amanda Brindle <amanda.r.brindle@...>
The script will be run on a regular basis to get rid of old reports that
we don't need. This will improve the performance of the application
since
From: Amanda Brindle <amanda.r.brindle@...>
The script will be run on a regular basis to get rid of old reports that
we don't need. This will improve the performance of the application
since
|
By
Michael Halstead
·
#52926
·
|
|
Re: Howto read bitbake -g files?
Thank you for the answer.
I analyze the problem.
opencv_3.1.bb installs many debug packages by PACKAGES variable
Removing unneeded packages for PACKAGES every *-dev packages disappears from
Thank you for the answer.
I analyze the problem.
opencv_3.1.bb installs many debug packages by PACKAGES variable
Removing unneeded packages for PACKAGES every *-dev packages disappears from
|
By
Mauro Ziliani
·
#52924
·
|
|
Use bitbake command line to override or modify variable
1. Where to learn more about above command options (file path the file referred to to be found; file path usage in command option,....)?
2. Set/modify variable in bitbake command line, e.g.
1. Where to learn more about above command options (file path the file referred to to be found; file path usage in command option,....)?
2. Set/modify variable in bitbake command line, e.g.
|
By
keydi <krzysztof.dudziak@...>
·
#52923
·
|
|
Re: [error-report-web][PATCH] report-error.bbclass: Add layer and bitbake version info to error report
Thanks, Richard for responding.
I completely understood your point and appreciate the effort you people make to maintain these repositories.
But as a contributor, It encourages me to contribute more
Thanks, Richard for responding.
I completely understood your point and appreciate the effort you people make to maintain these repositories.
But as a contributor, It encourages me to contribute more
|
By
Milan Shah
·
#52922
·
|
|
Re: [error-report-web][PATCH] report-error.bbclass: Add layer and bitbake version info to error report
Sorry, that isn't true, they are important and appreciated. We're
just struggling to handle everything.
The challenge/problem has been that there are much older patches which
were half merged and
Sorry, that isn't true, they are important and appreciated. We're
just struggling to handle everything.
The challenge/problem has been that there are much older patches which
were half merged and
|
By
Richard Purdie
·
#52921
·
|
|
Re: [error-report-web][PATCH] report-error.bbclass: Add layer and bitbake version info to error report
Hi Richard,
It seems like patches sent for error-report-web are not much important to the community as this patch has not been reviewed/commented on by anyone since 6th January 2021 (more than 2.5
Hi Richard,
It seems like patches sent for error-report-web are not much important to the community as this patch has not been reviewed/commented on by anyone since 6th January 2021 (more than 2.5
|
By
Milan Shah
·
#52920
·
|
|
Re: [docs] [PATCH 1/2] scripts/run-docs-build: add for loop when publishing tags/branches
yes, I thought about that too.. I wanted to get a quick fix first to publish 3.1.6 and 3.2.2 which were missing..
on the other hand, we have a larger issue with this. The 'release' information is
yes, I thought about that too.. I wanted to get a quick fix first to publish 3.1.6 and 3.2.2 which were missing..
on the other hand, we have a larger issue with this. The 'release' information is
|
By
Nicolas Dechesne
·
#52919
·
|
|
Re: [docs] [PATCH 1/2] scripts/run-docs-build: add for loop when publishing tags/branches
Hi Nicolas,
What about using `git tag -l 3.2*` so that we don't need to maintain the
list of tags?
Or, maybe `git tag --contains <3.1.5 commit hash introducing sphinx doc>
--contains <3.2 commit
Hi Nicolas,
What about using `git tag -l 3.2*` so that we don't need to maintain the
list of tags?
Or, maybe `git tag --contains <3.1.5 commit hash introducing sphinx doc>
--contains <3.2 commit
|
By
Quentin Schulz
·
#52918
·
|
|
Re: [docs] [PATCH 2/2] scripts/run-docs-build: publish docs for 3.1.6 and 3.2.2
Reviewed-by: Michael Opdenacker <michael.opdenacker@...>
(for both patches).
Thanks!
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Reviewed-by: Michael Opdenacker <michael.opdenacker@...>
(for both patches).
Thanks!
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
|
By
Michael Opdenacker
·
#52917
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.3_M3.rc2)
Hi All,
This is the full report for yocto-3.3_M3.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high milestone
Hi All,
This is the full report for yocto-3.3_M3.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high milestone
|
By
Sangeeta Jain
·
#52916
·
|
|
Re: libcansocket: Weird issue with pkgsplit
look at populate_packages() function in package.bbclass
look at populate_packages() function in package.bbclass
|
By
Khem Raj
·
#52915
·
|
|
libcansocket: Weird issue with pkgsplit
Lähettäjä: Khem Raj <raj.khem@...>
Lähetetty: torstai 25. maaliskuuta 2021 20.29
Vastaanottaja: Huuki, Tuomas <tuomas.huuki@...>; yocto@...
Aihe: Re: [yocto]
Lähettäjä: Khem Raj <raj.khem@...>
Lähetetty: torstai 25. maaliskuuta 2021 20.29
Vastaanottaja: Huuki, Tuomas <tuomas.huuki@...>; yocto@...
Aihe: Re: [yocto]
|
By
Tuomas Huuki <tuomas.huuki@...>
·
#52914
·
|