[yocto] [meta-security][PATCH 3/5] suricata: update to 6.0.2

2021-04-06 Thread akuster
needs rust Signed-off-by: Armin Kuster --- .../recipes-ids/suricata/files/fixup.patch| 32 + .../recipes-ids/suricata/files/run-ptest |3 + .../suricata/files/suricata.service | 20 + .../recipes-ids/suricata/files/suricata.yaml | 1326 + .../suricata/

[yocto] [meta-security][PATCH 5/5] README: cleanup

2021-04-06 Thread akuster
Add note about rust. Signed-off-by: Armin Kuster --- README | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README b/README index f223fee..eb15366 100644 --- a/README +++ b/README @@ -11,28 +11,19 @@ This layer depends on: URI: git://git.ope

[yocto] [meta-security][PATCH 4/5] layer.conf: add dynamic-layer for rust pkg

2021-04-06 Thread akuster
Signed-off-by: Armin Kuster --- conf/layer.conf | 4 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index fd21da1..906e024 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,3 +12,7 @@ BBFILE_PRIORITY_security = "8" LAYERSERIES_COMPAT_security = "hard

[yocto] [meta-security][PATCH 1/5] swtpm: fix check for tscd deamon on host

2021-04-06 Thread akuster
Found a few places that tscd check was trying to run the hosts. Signed-off-by: Armin Kuster --- .../swtpm/files/oe_configure.patch| 65 +++ meta-tpm/recipes-tpm/swtpm/swtpm_0.5.2.bb | 1 + 2 files changed, 66 insertions(+) create mode 100644 meta-tpm/recipes-tp

[yocto] [meta-security][PATCH 2/5] python3-suricata-update: update to 1.2.1

2021-04-06 Thread akuster
Signed-off-by: Armin Kuster --- ...a-update_1.1.1.bb => python3-suricata-update_1.2.1.bb} | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) rename recipes-ids/suricata/{python3-suricata-update_1.1.1.bb => python3-suricata-update_1.2.1.bb} (69%) diff --git a/recipes-ids/suricata/pyt

[yocto] [meta-rockchip][PATCH] trusted-firmware-a: use 1500000 baud for serial console

2021-04-06 Thread Yann Dirson
From: Yann Dirson TF-A runs between two u-boot stages which both uses 150 baud, it just makes no sense to use the same UART at a different rate. Here is a sample session with the successive stages, with TF-A artificially separated for emphasis: [20210406-175438.135934] U-Boot TPL 2021.01

[yocto] [PATCH yocto-autobuilder-helper] run-docs-build: build from tags dynamically instead of static list

2021-04-06 Thread Michael Halstead
All new releases are Sphinx ready so we exclude old tags and build for all the rest. Signed-off-by: Michael Halstead --- scripts/run-docs-build | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/scripts/run-docs-build b/scripts/run-docs-build index 910f03d..13df3

Re: [yocto] #yocto #sdk -XILINX/vivado dependencies

2021-04-06 Thread Khem Raj
there is KERNEL_MODULE_AUTOLOAD which could be used to load modules on boot, don't know if that suffices to what you need but worth looking into. On Tue, Apr 6, 2021 at 12:47 PM Monsees, Steven C (US) via lists.yoctoproject.org wrote: > > > > Working with zeus, aarch64, with Xilinx vivado depende

[yocto] #yocto #sdk -XILINX/vivado dependencies

2021-04-06 Thread Monsees, Steven C (US) via lists.yoctoproject.org
Working with zeus, aarch64, with Xilinx vivado dependencies... Kerenl image and bootapp build and run correctly, need to be able to build EXT SDK,,, How do I incorporate the dependencies of the low level Xilinx FPGA support (i.e. "vivado") into the Ext SDK build env ? Is there a way to build

[yocto] [meta-zephyr][PATCH 1/1] zephyr-flash-pyocd.bbclass: Fix problems with flashing particular boards

2021-04-06 Thread Wojciech Zmuda
From: Zbigniew Bodek By default, pyocd uses generic target type called "cortex_m" which should be able to connect and debug but not flash the memory. Normally pyocd would warn us of using default target instead of proper one but this message wasn't displayed. Despite not providing target type, f

[yocto] [meta-zephyr][PATCH 0/1] Fix flashing with pyocd

2021-04-06 Thread Wojciech Zmuda
From: Wojciech Zmuda I'm submitting this patch with the consent of the original author Zbigniew Bodek The flashing process occurred to contain an undefined behavior, resulting in flashing garbage data to the connected board. It rarely occured with small images (e.g. zephyr-hello-world or zephyr

Re: [yocto] [PATCH yocto-autobuilder-helper] run-docs-build: add 3.2.3 release to docs build

2021-04-06 Thread Nicolas Dechesne
On Tue, Apr 6, 2021 at 7:06 PM Michael Halstead < mhalst...@linuxfoundation.org> wrote: > Signed-off-by: Michael Halstead > Thanks for the patch. Reviewed-by: Nicolas Dechesne > --- > scripts/run-docs-build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/run

[yocto] [PATCH yocto-autobuilder-helper] run-docs-build: add 3.2.3 release to docs build

2021-04-06 Thread Michael Halstead
Signed-off-by: Michael Halstead --- scripts/run-docs-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-docs-build b/scripts/run-docs-build index 4af23fd..910f03d 100755 --- a/scripts/run-docs-build +++ b/scripts/run-docs-build @@ -77,7 +77,7 @@ for branch in du

Re: [yocto] [OE-core] WiFi P2P support

2021-04-06 Thread Khem Raj
On 4/6/21 12:33 AM, JH wrote: Hi, I am building WiFi wlan Linux image on Zeus using Linux WiFi linux-firmware-sd8801 and connman, I need to add WiFi P2P support, is it sufficient to create wpa-supplicant_2.9.bbappend to enable CONFIG_P2P=y (it is disabled in wpa-supplicant_2.9 defconfig)? Do

[yocto] Yocto Project Status WW14`21

2021-04-06 Thread Stephen Jolley
Current Dev Position: YP 3.3 M4 (Feature Freeze) Next Deadline: 5th April 2021 YP 3.3 M4 build Next Team Meetings: * Bug Triage meeting Thursday Apr. 8th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bF

[yocto] [yocto-autobuilder2][PATCH v2] README-Guide.md: Add multi-node content, extra config info

2021-04-06 Thread Trevor Gamblin
The instructions in README-Guide.md are a good starting point, but there are some additional guidelines in this patch for setting up worker nodes which may be useful to others who want to run their own Autobuilder instance. Specifically, it adds: - Section 1.3 on adding additional worker nodes to

Re: [yocto] [yocto-autobuilder2][PATCH] README-Guide.md: Add multi-node content, extra config info

2021-04-06 Thread Trevor Gamblin
On 2021-04-06 9:44 a.m., Trevor Gamblin wrote: The instructions in README-Guide.md are a good starting point, but there are some additional guidelines in this patch for setting up worker nodes which may be useful to others who want to run their own Autobuilder instance. Specifically, it adds: S

[yocto] [yocto-autobuilder2][PATCH] README-Guide.md: Add multi-node content, extra config info

2021-04-06 Thread Trevor Gamblin
The instructions in README-Guide.md are a good starting point, but there are some additional guidelines in this patch for setting up worker nodes which may be useful to others who want to run their own Autobuilder instance. Specifically, it adds: - Section 1.3 on adding additional worker nodes to

Re: [yocto] [yocto-autobuilder2][RFC][PATCH] README-Guide.md: Add multi-node content, extra config info

2021-04-06 Thread Trevor Gamblin
On 2021-04-05 2:55 p.m., Michael Halstead wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] On Mon, Apr 5, 2021 at 9:23 AM Trevor Gamblin mailto:trevor.gamb...@windriver.com>> wrote: Signed-off-by: Trevor Gamblin mailto:trevor.gamb...@windriver.com>> ---

[yocto] is there a *compelling* use case for "FILESEXTRAPATHS_append"?

2021-04-06 Thread Robert P. J. Day
over the years, i've always been uncomfortable with the admittedly small number of examples in various layers i've found that append to FILESEXTRAPATHS rather than prepend, so i'm curious if there is an actual, persuasive reason to ever do that. philosophically, when one uses FILESEXTRAPATHS_

[yocto] WiFi P2P support

2021-04-06 Thread JH
Hi, I am building WiFi wlan Linux image on Zeus using Linux WiFi linux-firmware-sd8801 and connman, I need to add WiFi P2P support, is it sufficient to create wpa-supplicant_2.9.bbappend to enable CONFIG_P2P=y (it is disabled in wpa-supplicant_2.9 defconfig)? Do I need to make other changes on OE