[yocto] [patchest-oe][PATCH] Add SPDX-License-Identifier: GPL-2.0-or-later to source files

2019-12-16 Thread Changqing Li
From: Changqing Li [YOCTO #13532] Signed-off-by: Changqing Li --- selftest/selftest| 2 ++ tests/base.py| 2 ++ tests/pyparsing/common.py| 2 ++ tests/pyparsing/parse_shortlog.py| 2 ++

[linux-yocto] v5.2.x - stable updates comprising v5.2.27

2019-12-16 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is the next 5.2.x stable update "extension" primarily created for the Yocto project, as the 6th v5.2.x post-EOL release. Things remain mostly "normal" where this release reflects an audit of what went into 5.3.10, resulting in about 130 commits. I've put this

[yocto] [meta-security][PATCH] suricata: update to 4.1.6

2019-12-16 Thread Armpit
Signed-off-by: Armin Kuster --- recipes-ids/suricata/suricata.inc | 6 +++--- .../suricata/{suricata_4.1.5.bb => suricata_4.1.6.bb} | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) rename recipes-ids/suricata/{suricata_4.1.5.bb => suricata_4.1.6.bb} (98%)

[yocto] [meta-security][PATCH 1/3] python3-suricata-update: update to 1.1.1

2019-12-16 Thread Armpit
Signed-off-by: Armin Kuster --- ...icata-update_1.0.5.bb => python3-suricata-update_1.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-ids/suricata/{python3-suricata-update_1.0.5.bb => python3-suricata-update_1.1.1.bb} (86%) diff --git

Re: [yocto] #raspberrypi

2019-12-16 Thread Khem Raj
On Mon, Dec 16, 2019 at 1:56 PM wrote: > > Problem with rootfs boot on my raspberrypi. > > Hi > I am building simple image for my raspbery pi 3 A+ and connect to the pi via > USB-UART converter and see the following in the console > ... > [ 2.071459] Run /bin/init as init process > [ 2.076507]

[yocto] [meta-security][PATCH 3/3] lib/oeqa/runtime: suricata add tests

2019-12-16 Thread Armpit
drop the unit test as it should be run via ptest add more tests for python3-suricata-update Signed-off-by: Armin Kuster --- lib/oeqa/runtime/cases/suricata.py | 63 ++ 1 file changed, 56 insertions(+), 7 deletions(-) diff --git a/lib/oeqa/runtime/cases/suricata.py

[yocto] [meta-security][PATCH 2/3] libhtp: bugfix only update 0.5.32

2019-12-16 Thread Armpit
Signed-off-by: Armin Kuster --- recipes-ids/suricata/{libhtp_0.5.31.bb => libhtp_0.5.32.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-ids/suricata/{libhtp_0.5.31.bb => libhtp_0.5.32.bb} (100%) diff --git a/recipes-ids/suricata/libhtp_0.5.31.bb

[yocto] [yocto-autobuilder-helper][PATCH] config.json: Add meta-multimedia to meta-oe job

2019-12-16 Thread Khem Raj
meta-oe recipes/packagegroups needs meta-multimedia packagegroups Whitelist ffmpeg so packages depending on it can be tested Fixes ERROR: Nothing PROVIDES 'ffmpeg' (but /home/pokybuild/yocto-worker/meta-oe/build/meta-openembedded/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.12.bb

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-12-16 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] Problem with rootfs boot on my raspberrypi. #raspberrypi

2019-12-16 Thread wojciech . st
Hi I am building simple image for my raspbery pi 3 A+ and connect to the pi via USB-UART converter and see the following in the console ... [ 2.071459] Run /bin/init as init process [ 2.076507] Run /bin/sh as init process sh: cannot set terminal process group (-1): Inappropriate ioctl for device

[yocto] #raspberrypi

2019-12-16 Thread wojciech . st
Problem with rootfs boot on my raspberrypi. Hi I am building simple image for my raspbery pi 3 A+ and connect to the pi via USB-UART converter and see the following in the console ... [ 2.071459] Run /bin/init as init process [ 2.076507] Run /bin/sh as init process sh: cannot set terminal

[yocto-announce] [ANNOUNCEMENT] meta-intel 11.2 layer for yocto project "warrior" 2.7.2 is now available

2019-12-16 Thread Vineela
Hello, We are pleased to announce the meta-intel 11.2 layer for the Yocto Project 2.7.2 "warrior" release is now available for download. Thank you for everyone's contributions to this release. Sincerely, Vineela Tummalapalli Intel Corporation

[yocto] How to upgrade the kernel

2019-12-16 Thread Lewis Muhlenkamp
Hello, I am still fairly new to Yocto and Openembedded. I've built a custom distribution and have a few images. I'm now in the process of trying to determine how to upgrade from one version to another. I created an image using Yocto 2.6. When I install it, it installs the following kernel

[yocto] [PATCH yocto-autobuilder-helper v2 1/3] config: don't run meta-intel in qemu yet

2019-12-16 Thread Ross Burton
meta-intel BSPs are not compatible with the qemu BSPs currently, so don't attempt to execute testimage. Signed-off-by: Ross Burton --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 5730f85..79695c2 100644 --- a/config.json +++

[yocto] [PATCH yocto-autobuilder-helper v2 2/3] README: fix list address

2019-12-16 Thread Ross Burton
--- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 2747510..4f2a7f1 100644 --- a/README +++ b/README @@ -28,5 +28,5 @@ Authors: Contributions: -Patches for this code should be sent to the yo...@yoctoproject.org mailing list +Patches for this

[yocto] [PATCH yocto-autobuilder-helper v2 3/3] README: add git-config commands to setup the mailer

2019-12-16 Thread Ross Burton
--- README | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 4f2a7f1..249feb2 100644 --- a/README +++ b/README @@ -29,4 +29,8 @@ Authors: Contributions: Patches for this code should be sent to the yocto@lists.yoctoproject.org mailing list -with

[yocto] [PATCH yocto-autobuilder-helper] README: add git-config commands to setup the mailer

2019-12-16 Thread Ross Burton
--- README | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 2747510..f49fc48 100644 --- a/README +++ b/README @@ -29,4 +29,8 @@ Authors: Contributions: Patches for this code should be sent to the yo...@yoctoproject.org mailing list -with

[yocto] [PATCH yocto-autobuilder-helper] config: don't run meta-intel in qemu yet

2019-12-16 Thread Ross Burton
meta-intel BSPs are not compatible with the qemu BSPs currently, so don't attempt to execute testimage. Signed-off-by: Ross Burton --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 5730f85..79695c2 100644 --- a/config.json +++

Re: [yocto] Docker Error on Yocto Build on ARM

2019-12-16 Thread Bruce Ashfield
On Mon, Dec 16, 2019 at 7:23 AM Aj Cit wrote: > > Hi, > > We are getting the following error while building yocto -warrior QEMUarm64; > however we are getting the following error while running the docker service.: > The meta-virtualization list is the right place to ask questions about docker.

Re: [linux-yocto][PATCH 1/9] Revert "spi: zynq-qspi: use devm_platform_ioremap_resource() to simplify code"

2019-12-16 Thread Naga Sureshkumar Relli
Hi Quanyang, > -Original Message- > From: Quanyang Wang > Sent: Monday, December 16, 2019 5:35 PM > To: Naga Sureshkumar Relli ; Michal Simek > ; > Bruce ; Amit Kumar Mahapatra > Cc: linux-yo...@yoctoproject.org; Hyun Kwon > Subject: Re: [linux-yocto][PATCH 1/9] Revert "spi:

[yocto] Docker Error on Yocto Build on ARM

2019-12-16 Thread Aj Cit
Hi, We are getting the following error while building yocto -warrior QEMUarm64; however we are getting the following error while running the docker service.: systemctl status docker, returned error. Dec 16 09:00:19 qemuarm64 dockerd[340]: Error starting daemon: Error initializing network

Re: [linux-yocto][PATCH 1/9] Revert "spi: zynq-qspi: use devm_platform_ioremap_resource() to simplify code"

2019-12-16 Thread quanyang.wang
Hi Naga, On 12/16/19 7:40 PM, Naga Sureshkumar Relli wrote: Hi Quanyang, These patches are ok. but I didn't see any spi-nor.c or other frame work related patches to support dual parallel and stacked modes. Or am I missing something? These patches are in the git tree:

Re: [linux-yocto][PATCH 1/9] Revert "spi: zynq-qspi: use devm_platform_ioremap_resource() to simplify code"

2019-12-16 Thread Naga Sureshkumar Relli
Hi Quanyang, These patches are ok. but I didn't see any spi-nor.c or other frame work related patches to support dual parallel and stacked modes. Or am I missing something? Thanks, Naga Sureshkumar Relli > -Original Message- > From: Michal Simek > Sent: Monday, December 16, 2019 4:42

Re: [linux-yocto][PATCH 8/9] spi: Fix failures in Zynq and ZynqMP qspi drivers

2019-12-16 Thread Michal Simek
On 16. 12. 19 9:36, quanyang.w...@windriver.com wrote: > From: Amit Kumar Mahapatra > > There are failures in Zynq and ZynqMP qspi drivers due to > framework change in Linux version 4.19 for SPI-NOR and MTD. > This patch fixes the below mentioned issues in Zynq and ZynqMP > respectively > > -

Re: [linux-yocto][PATCH 5/9] Revert "spi: spi-mem: Add support for Zynq QSPI controller"

2019-12-16 Thread Michal Simek
On 16. 12. 19 9:36, quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > This reverts commit 67dca5e580f1e93a66177389981541cac208c817. > > Revert all mainline commits for spi-zynq-qspi.c and apply SDK patches > to make sure that spi-zynq-qspi.c works in spi-master frame work. > >

Re: [linux-yocto][PATCH 6/9] spi: zynq-qspi: Add driver for zynq qspi

2019-12-16 Thread Michal Simek
On 16. 12. 19 9:36, quanyang.w...@windriver.com wrote: > From: Michal Simek > > The driver supports single, dual parallel and dual stacked > configurations. > > Signed-off-by: Naga Sureshkumar Relli > Signed-off-by: Michal Simek > [Quanyang: original patch taken from >

Re: [linux-yocto][PATCH 3/9] Revert "spi: Remove dev_err() usage after platform_get_irq()"

2019-12-16 Thread Michal Simek
On 16. 12. 19 9:36, quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > This reverts commit 6b8ac10e0dd4b49eda513c1aa5045b3b1660d350 > > Revert all mainline commits for spi-zynq-qspi.c and apply SDK patches > to make sure that spi-zynq-qspi.c works in spi-master frame work. > >

Re: [linux-yocto][PATCH 2/9] Revert "spi: zynq-qspi: Fix missing spi_unregister_controller when unload module"

2019-12-16 Thread Michal Simek
On 16. 12. 19 12:12, Michal Simek wrote: > On 16. 12. 19 9:36, quanyang.w...@windriver.com wrote: >> From: Quanyang Wang >> >> This reverts commit 8eb2fd00f65a96143ed1535bdbf4ca4e129d30d1. >> >> Revert all mainline commits for spi-zynq-qspi.c and apply SDK patches >> to make sure that

Re: [linux-yocto][PATCH 2/9] Revert "spi: zynq-qspi: Fix missing spi_unregister_controller when unload module"

2019-12-16 Thread Michal Simek
On 16. 12. 19 9:36, quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > This reverts commit 8eb2fd00f65a96143ed1535bdbf4ca4e129d30d1. > > Revert all mainline commits for spi-zynq-qspi.c and apply SDK patches > to make sure that spi-zynq-qspi.c works in spi-master frame work. > >

Re: [linux-yocto][PATCH 1/9] Revert "spi: zynq-qspi: use devm_platform_ioremap_resource() to simplify code"

2019-12-16 Thread Michal Simek
On 16. 12. 19 9:36, quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > This reverts commit ae91a439ac7ec8e1e925621293f45794de6366f2. > > Revert all mainline commits for spi-zynq-qspi.c and apply SDK patches > to make sure that spi-zynq-qspi.c works in spi-master frame work. > >

[yocto] Audit 2.3.2 BitBake generates rpm but unable to run it

2019-12-16 Thread Varun A
Hi all, I have installed audit 2.3.2 rpm that I have generated using 2.3.2 BitBake file I did service auditd start >>>No errors The command does not throw any errors. But service auditd status auditd is not running >>>shown as not running But status shows as not running.Can

Re: [yocto] Appending to recipe created by BBCLASSEXTEND

2019-12-16 Thread Quentin Schulz
Hi Tuomas, On Mon, Dec 16, 2019 at 06:33:02AM +, Tuomas Huuki wrote: > Hello, > I'm using yocto warrior and have a recipe that is extended via BBCLASSEXTEND > in to -native and -nativesdk. I also need an append for this recipe, > including the "unextended" recipe. For example: >

Re: [linux-yocto] [V2] [linux-yocto-dev standard/xlnx-soc] New patches for v5.4

2019-12-16 Thread quanyang.wang
On 12/16/19 4:55 PM, Michal Simek wrote: On 16. 12. 19 9:53, Quanyang Wang wrote: On 12/16/19 4:46 PM, Michal Simek wrote: Hi, Naga: Can you please take a look at these spi patches? On 16. 12. 19 9:36, quanyang.w...@windriver.com wrote: From: Quanyang Wang Hi Bruce & Michal, Would you

[linux-yocto][PATCH 6/9] spi: zynq-qspi: Add driver for zynq qspi

2019-12-16 Thread quanyang.wang
From: Michal Simek The driver supports single, dual parallel and dual stacked configurations. Signed-off-by: Naga Sureshkumar Relli Signed-off-by: Michal Simek [Quanyang: original patch taken from https://github.com/Xilinx/linux-xlnx.git xlnx_rebase_v4.19] Signed-off-by: Quanyang Wang ---

[linux-yocto][PATCH 1/9] Revert "spi: zynq-qspi: use devm_platform_ioremap_resource() to simplify code"

2019-12-16 Thread quanyang.wang
From: Quanyang Wang This reverts commit ae91a439ac7ec8e1e925621293f45794de6366f2. Revert all mainline commits for spi-zynq-qspi.c and apply SDK patches to make sure that spi-zynq-qspi.c works in spi-master frame work. Signed-off-by: Quanyang Wang --- drivers/spi/spi-zynq-qspi.c | 4 +++- 1

[linux-yocto] [V2] [linux-yocto-dev standard/xlnx-soc] New patches for v5.4

2019-12-16 Thread quanyang.wang
From: Quanyang Wang Hi Bruce & Michal, Would you please help review and merge these patches to linux-yocto-dev standard/xlnx-soc branch? There are 9 patches in this V2 pull request. I drop all V1 patches and will use the patches as below: The patches: