Re: [yocto] [meta-dpdk] is there a plan to support newer dpdk?

2020-07-16 Thread Anuj Mittal
On Thu, 2020-07-16 at 12:11 -0700, Rick Liu via lists.yoctoproject.org wrote: > 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?) Not on the dunfell branch. If you already have the recip

[yocto] [meta-security][PATCH 5/6] strongswan: Add bbappends for ima changes

2020-07-16 Thread akuster
Signed-off-by: Armin Kuster --- .../recipes-support/strongswan/strongswan-ima.inc | 61 ++ .../strongswan/strongswan_5.%.bbappend | 1 + 2 files changed, 62 insertions(+) create mode 100644 meta-integrity/dynamic-layers/meta-networking/recipes-support/strongswa

[yocto] [meta-security][PATCH 3/6] strongswan: add bbappends for tpm changes

2020-07-16 Thread akuster
Signed-off-by: Armin Kuster --- ...01-xfrmi-Only-build-if-libcharon-is-built.patch | 38 ++ .../recipes-support/strongswan/strongswan-tpm.inc | 12 +++ .../strongswan/strongswan_5.%.bbappend | 1 + 3 files changed, 51 insertions(+) create mode 100644 meta-t

[yocto] [meta-security][PATCH 1/6] python3-oauth2client: add recipe

2020-07-16 Thread akuster
Signed-off-by: Armin Kuster --- [V2] Add missing rdepends --- recipes-python/python/python3-oauth2client_4.1.3.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 recipes-python/python/python3-oauth2client_4.1.3.bb diff --git a/recipes-python/python/python3-oauth2client_4.

[yocto] [meta-security][PATCH 4/6] layer.conf: add dynamic-layer for strongswan

2020-07-16 Thread akuster
Signed-off-by: Armin Kuster --- 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 c3372c7..46d0279 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf @@ -15,3 +15,7 @@ LAYERDEPENDS_tpm-layer

[yocto] [meta-security][PATCH 2/6] python3-privacyidea: adding initial support for mfa

2020-07-16 Thread akuster
Signed-off-by: Armin Kuster --- recipes-security/mfa/python3-privacyidea_3.3.bb | 40 + 1 file changed, 40 insertions(+) create mode 100644 recipes-security/mfa/python3-privacyidea_3.3.bb diff --git a/recipes-security/mfa/python3-privacyidea_3.3.bb b/recipes-security/mf

[yocto] [meta-security][PATCH 6/6] meta-integrity: add dynamic-layer for strongswan

2020-07-16 Thread akuster
Signed-off-by: Armin Kuster --- meta-integrity/conf/layer.conf | 4 1 file changed, 4 insertions(+) diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index b4edac3..f905b0b 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf @@ -26,3 +

Re: [yocto] Yocto Technical Team Minutes, Engineering Sync, for July 14 2020

2020-07-16 Thread Paul Barker
On Thu, 16 Jul 2020 at 21:05, Trevor Woerner wrote: > > Yocto Technical Team Minutes, Engineering Sync, for July 14, 2020 > archive: > https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit Many thanks for taking these notes, I missed the call this week so good to b

[yocto] Yocto Technical Team Minutes, Engineering Sync, for July 14 2020

2020-07-16 Thread Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for July 14, 2020 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to ensure the below is accurate and valid. However, errors sometimes happen. If any errors or omis

Re: [yocto] Linker error undefined reference to `_rtld_global_ro'

2020-07-16 Thread Khem Raj
On 7/15/20 7:36 AM, Robert Varga wrote: Thank you for instructions... build SDK for arm64. e.g. MACHINE=qemuarm64 bitbake -cpopulate_sdk core-image-sato After long attempts I finally managed to create an SDK with qemuarm64. However, I did not use the core-minimal-sato as suggested, b

[yocto] [meta-dpdk] is there a plan to support newer dpdk?

2020-07-16 Thread Rick Liu via lists.yoctoproject.org
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 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49972): https://lists.yoctoproject.org/g/y

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting #yocto

2020-07-16 Thread Zoran
>From the source config file: > ExecStart=@SBINDIR@/sshd -D $OPTIONS >From your reply: > But if I run the /usr/sbin/sshd -f /etc/ssh/sshd_config, it starts fine. 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

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting #yocto

2020-07-16 Thread srijan . nandi
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. Terminating. But if I run the /usr/sbin/sshd -f /etc/ssh/sshd_config, it starts fine. Thanks, -=Srijan Nand

Re: [yocto] openssh_8.0p1 on zeus - sshd.service not starting #yocto

2020-07-16 Thread Zoran
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 Description system TI AM335x Beag

[yocto] How to configure scheduler to SCHED_FIFO

2020-07-16 Thread Scott Whitney
In Yocto Warrior, it appears that the default scheduler configuration is SCHED_NORMAL. We are trying to do some time-critical I/O, and it seems like we may be missing some data. I'd like to increase the thread priority for our data acquisition, but am not sure how to do so. Is it possible to r

[yocto] openssh_8.0p1 on zeus - sshd.service not starting #yocto

2020-07-16 Thread srijan . nandi
I am facing an issue with openssh_8.0p1 on zeus...systemd is not able to start sshd.service. I am using the following sshd.service file. [Unit] Description=OpenSSH server daemon Documentation=man:sshd(8) man:sshd_config(5) After=network.target sshdgenkeys.service Wants=sshdgenkeys.service [Servi

[yocto] mongodb issue - missing systemd service and conf files #yocto

2020-07-16 Thread srijan . nandi
Hello Everyone, I have installed mongodb on zeus. It seems the mogod.service and the mongod.conf files are missing. Can someone tell me where I can find these or maybe point me to some documentation where I can make these files using .bbappend. Thanks, -=Srijan Nandi -=-=-=-=-=-=-=-=-=-=-=- Li

Re: [yocto] How to completely uninstall a pre-installed package in Yocto #linux #yocto

2020-07-16 Thread srijan . nandi
This is what I did. I ran the following: bitbake -e |grep -v ^# |grep "^DISTRO_FEATURES=\|^IMAGE_FEATURES=" Found out the DISTRO_FEATURES and IMAGE_FEATURES. Thne used  DISTRO_FEATURES_remove in the local.conf to remove the features that I do not need. Hope this helps. -=Srijan Nandi -=-=-=-=-