|
Re: [meta-security][PATCH] clamav: upgrade 103.0
Hi Armin,
Are you sure it's not dev/0.103 here? Also, there seems to be a 0.103.1 branch available already. I don't really know which version you're targeting. I would say it makes sense to have this
Hi Armin,
Are you sure it's not dev/0.103 here? Also, there seems to be a 0.103.1 branch available already. I don't really know which version you're targeting. I would say it makes sense to have this
|
By
Quentin Schulz
·
#52941
·
|
|
[meta-security][PATCH] clamav: upgrade 103.0
convert to cmake and general cleanup
include on oe env patch and glibc 2.33 header fixup
if running w/in qemu, need to add qemuparams="-m 2048" to allow
freshclam not to oom
Signed-off-by: Armin
convert to cmake and general cleanup
include on oe env patch and glibc 2.33 header fixup
if running w/in qemu, need to add qemuparams="-m 2048" to allow
freshclam not to oom
Signed-off-by: Armin
|
By
Armin Kuster
·
#52940
·
|
|
[meta-openssl102] Updated
Not sure if anyone is still using this, but I did update OpenSSL 1.0.2 to fix
the latest three CVEs:
CVE-2021-23839
CVE-2021-23840
CVE-2021-23841
All branches updated.
Additionally master has been
Not sure if anyone is still using this, but I did update OpenSSL 1.0.2 to fix
the latest three CVEs:
CVE-2021-23839
CVE-2021-23840
CVE-2021-23841
All branches updated.
Additionally master has been
|
By
Mark Hatle
·
#52939
·
|
|
Re: Yocto Technical Team Minutes, Engineering Sync, for March 23, 2021
I guess SiFive is the one you could approach? I actually sent them my CV a few weeks back, as a long shot to try to see if they're interested in Yocto and someone like myself to help them with
I guess SiFive is the one you could approach? I actually sent them my CV a few weeks back, as a long shot to try to see if they're interested in Yocto and someone like myself to help them with
|
By
Alexander Kanavin
·
#52938
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for March 23, 2021
Yocto Technical Team Minutes, Engineering Sync, for March 23, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
Yocto Technical Team Minutes, Engineering Sync, for March 23, 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
|
By
Trevor Woerner
·
#52937
·
|
|
Re: [ptest-runner][PATCH 4/4v2] utils.c: wait_child reimplement timeout using alarm
LGTM, solves my bug and my issue with the old timeout behaviour.
I tested glib-2.0 with the extra debugging output. It works.
Also doesn't timeout.
---
I looked at
LGTM, solves my bug and my issue with the old timeout behaviour.
I tested glib-2.0 with the extra debugging output. It works.
Also doesn't timeout.
---
I looked at
|
By
Yi Fan Yu
·
#52936
·
|
|
[error-report-web][PATCH v2 5/5] Import parser from the new python3 location
---
Post/views.py | 2 +-
README | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Post/views.py b/Post/views.py
index 7791201..161d46d 100644
--- a/Post/views.py
+++
---
Post/views.py | 2 +-
README | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Post/views.py b/Post/views.py
index 7791201..161d46d 100644
--- a/Post/views.py
+++
|
By
Michael Halstead
·
#52935
·
|
|
[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
·
|