|
Re: [meta-selinux][PATCH 0/4] refpolicy: update to 20200229+git
Yes, but ideally I'd like to not have to filter a bunch of spam from the
auditd logs to have them be useful for potential incident detection. As I
mentioned on my other reply, I plan to look into it
Yes, but ideally I'd like to not have to filter a bunch of spam from the
auditd logs to have them be useful for potential incident detection. As I
mentioned on my other reply, I plan to look into it
|
By
Scott Murray
·
#49987
·
|
|
Re: [meta-selinux][PATCH 0/4] refpolicy: update to 20200229+git
I'll look at it on the weekend and see about getting a patch posted.
Okay. I plan to research this further, worse comes to worst I'll carry a
policy patch locally.
Scott
I'll look at it on the weekend and see about getting a patch posted.
Okay. I plan to research this further, worse comes to worst I'll carry a
policy patch locally.
Scott
|
By
Scott Murray
·
#49986
·
|
|
Python compile error: "The 'wheel' distribution was not found and is required by the application"
Colleague hands me build error wherein a Python2 recipe (grpc-python) fails
to compile with:
...
pkg_resources.DistributionNotFound: \
The 'wheel' distribution was not found and is required by the
Colleague hands me build error wherein a Python2 recipe (grpc-python) fails
to compile with:
...
pkg_resources.DistributionNotFound: \
The 'wheel' distribution was not found and is required by the
|
By
Robert P. J. Day
·
#49985
·
|
|
Re: Linker error undefined reference to `_rtld_global_ro'
If have searched for GLIBCPIE within all meta-files, but it seems that GLIBCPIE is already empty.
varga-r@ubuntu:~/projects/yocto-tq-mba6x$ grep -rnI
If have searched for GLIBCPIE within all meta-files, but it seems that GLIBCPIE is already empty.
varga-r@ubuntu:~/projects/yocto-tq-mba6x$ grep -rnI
|
By
Robert Varga
·
#49984
·
|
|
[meta-cgl][PATCH] ucarp: force to use TLS1.2 during do_fetch
From: Mingli Yu <mingli.yu@...>
There comes below error when use buildtools [1]:
$ bitbake -cfetch ucarp
[snip]
--2020-07-17 06:39:31--
From: Mingli Yu <mingli.yu@...>
There comes below error when use buildtools [1]:
$ bitbake -cfetch ucarp
[snip]
--2020-07-17 06:39:31--
|
By
Yu, Mingli
·
#49983
·
|
|
Re: [meta-dpdk] is there a plan to support newer dpdk?
wrote:
Not on the dunfell branch. If you already have the recipe, I can add it
to master branch which I think should build fine with oe-core dunfell
too.
Thanks,
Anuj
wrote:
Not on the dunfell branch. If you already have the recipe, I can add it
to master branch which I think should build fine with oe-core dunfell
too.
Thanks,
Anuj
|
By
Anuj Mittal
·
#49982
·
|
|
[meta-security][PATCH 6/6] meta-integrity: add dynamic-layer for strongswan
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-integrity/conf/layer.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta-integrity/conf/layer.conf
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-integrity/conf/layer.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta-integrity/conf/layer.conf
|
By
Armin Kuster
·
#49981
·
|
|
[meta-security][PATCH 5/6] strongswan: Add bbappends for ima changes
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-support/strongswan/strongswan-ima.inc | 61 ++++++++++++++++++++++
.../strongswan/strongswan_5.%.bbappend | 1 +
2
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-support/strongswan/strongswan-ima.inc | 61 ++++++++++++++++++++++
.../strongswan/strongswan_5.%.bbappend | 1 +
2
|
By
Armin Kuster
·
#49980
·
|
|
[meta-security][PATCH 4/6] layer.conf: add dynamic-layer for strongswan
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/conf/layer.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/conf/layer.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index
|
By
Armin Kuster
·
#49979
·
|
|
[meta-security][PATCH 3/6] strongswan: add bbappends for tpm changes
Signed-off-by: Armin Kuster <akuster808@...>
---
...01-xfrmi-Only-build-if-libcharon-is-built.patch | 38 ++++++++++++++++++++++
.../recipes-support/strongswan/strongswan-tpm.inc | 12 +++++++
Signed-off-by: Armin Kuster <akuster808@...>
---
...01-xfrmi-Only-build-if-libcharon-is-built.patch | 38 ++++++++++++++++++++++
.../recipes-support/strongswan/strongswan-tpm.inc | 12 +++++++
|
By
Armin Kuster
·
#49978
·
|
|
[meta-security][PATCH 2/6] python3-privacyidea: adding initial support for mfa
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/mfa/python3-privacyidea_3.3.bb | 40 +++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/mfa/python3-privacyidea_3.3.bb | 40 +++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644
|
By
Armin Kuster
·
#49977
·
|
|
[meta-security][PATCH 1/6] python3-oauth2client: add recipe
Signed-off-by: Armin Kuster <akuster808@...>
---
[V2]
Add missing rdepends
---
recipes-python/python/python3-oauth2client_4.1.3.bb | 11 +++++++++++
1 file changed, 11 insertions(+)
create
Signed-off-by: Armin Kuster <akuster808@...>
---
[V2]
Add missing rdepends
---
recipes-python/python/python3-oauth2client_4.1.3.bb | 11 +++++++++++
1 file changed, 11 insertions(+)
create
|
By
Armin Kuster
·
#49976
·
|
|
Re: Yocto Technical Team Minutes, Engineering Sync, for July 14 2020
Many thanks for taking these notes, I missed the call this week so
good to be able to keep up to date :)
--
Paul Barker
Konsulko Group
Many thanks for taking these notes, I missed the call this week so
good to be able to keep up to date :)
--
Paul Barker
Konsulko Group
|
By
Paul Barker
·
#49975
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for July 14 2020
Yocto Technical Team Minutes, Engineering Sync, for July 14, 2020
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
Yocto Technical Team Minutes, Engineering Sync, for July 14, 2020
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
|
By
Trevor Woerner
·
#49974
·
|
|
Re: Linker error undefined reference to `_rtld_global_ro'
Can you check if your glibc is compiled with --enable-static-pie ?
search for GLIBCPIE and its value, if its set to --enable-static-pie then disable it for arm with GLIBCPIE_arm = ""
and retry
Can you check if your glibc is compiled with --enable-static-pie ?
search for GLIBCPIE and its value, if its set to --enable-static-pie then disable it for arm with GLIBCPIE_arm = ""
and retry
|
By
Khem Raj
·
#49973
·
|
|
[meta-dpdk] is there a plan to support newer dpdk?
Hi,
From meta-dpdk.git, the latest dufell branch is using dpdk 19.11.2.
Is there a plan to support dpdk 20.0x?
(and maybe using meason/ninja to build?)
Rick
Hi,
From meta-dpdk.git, the latest dufell branch is using dpdk 19.11.2.
Is there a plan to support dpdk 20.0x?
(and maybe using meason/ninja to build?)
Rick
|
By
Rick Liu
·
#49972
·
|
|
Re: openssh_8.0p1 on zeus - sshd.service not starting
#yocto
From the source config file:
From your reply:
If you run the command: /usr/sbin/sshd -D -f /etc/ssh/sshd_config, I
bet it'll fail again!
So, I have no idea what -D option does mean (lazy to
From the source config file:
From your reply:
If you run the command: /usr/sbin/sshd -D -f /etc/ssh/sshd_config, I
bet it'll fail again!
So, I have no idea what -D option does mean (lazy to
|
By
Zoran
·
#49971
·
|
|
Re: package management
Hello Mr Jonathan Carter
I followed your guidelines and I created my own recipe. ( packagegroup-multiple.bb
Hello Mr Jonathan Carter
I followed your guidelines and I created my own recipe. ( packagegroup-multiple.bb
|
By
Baabu Ms
·
#49970
·
|
|
Re: openssh_8.0p1 on zeus - sshd.service not starting
#yocto
Hello Zoran,
I started the service and then ran journalctl -u sshd.service -r -n 10
This is what I see:
sshd.service Failed with result 'timeout'
sshd.service: start operation timed out.
Hello Zoran,
I started the service and then ran journalctl -u sshd.service -r -n 10
This is what I see:
sshd.service Failed with result 'timeout'
sshd.service: start operation timed out.
|
By
srijan.nandi@...
·
#49969
·
|
|
Re: openssh_8.0p1 on zeus - sshd.service not starting
#yocto
On my BBB board (as test vehicle), the following is true:
root@arm:~# uname -a
Linux arm 5.7.6 #1 SMP Tue Jun 30 16:46:05 CEST 2020 armv7l GNU/Linux
root@arm:~# lshw -short
H/W path Device Class
On my BBB board (as test vehicle), the following is true:
root@arm:~# uname -a
Linux arm 5.7.6 #1 SMP Tue Jun 30 16:46:05 CEST 2020 armv7l GNU/Linux
root@arm:~# lshw -short
H/W path Device Class
|
By
Zoran
·
#49968
·
|