Re: [OE-core] [PATCH] archiver: avoid empty incfile in ar_recipe

2019-11-11 Thread Grygorii Tertychnyi (gtertych) via Openembedded-core
Hi Andrei, On Monday, November 11, 2019 19:41, Andrei Gherzan wrote: > Hi, > > On 11/11/2019 12:29, Grygorii Tertychnyi (gtertych) wrote: >> Hi Andrei, >> >> From: Andrei Gherzan >> Sent: Monday, November 11, 2019 13:18 >> Subject: Re: [OE-core] [PATCH] archiver: avoid empty incfile in

[OE-core] [PATCH 20/20] OEQA: remove crosstab test from manual

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/manual/oe-core.json | 42 --- 1 file changed, 42 deletions(-) diff --git a/meta/lib/oeqa/manual/oe-core.json b/meta/lib/oeqa/manual/oe-core.json index 6191d4f..fb47c5e 100644 ---

[OE-core] [PATCH 16/20] OEQA: remove manual useradd test

2019-11-11 Thread Armin Kuster
useradd tested is done via: test_non_root_user_can_connect_via_ssh_without_password and test_non_root_user_can_connect_via_ssh_without_password Signed-off-by: Armin Kuster --- meta/lib/oeqa/manual/bsp-qemu.json | 28 1 file changed, 28 deletions(-) delete mode

[OE-core] [PATCH 17/20] OEQA: move list-packageconfig-flags tests from manual to self

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/selftest/cases/oescripts.py | 59 +++ 1 file changed, 59 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/oescripts.py b/meta/lib/oeqa/selftest/cases/oescripts.py index 80d8b2c..41cbe04 100644 ---

[OE-core] [PATCH 18/20] OEQA: remove manual PACKAGECONFIG_FLAGS tests

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/manual/oe-core.json | 36 +--- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/meta/lib/oeqa/manual/oe-core.json b/meta/lib/oeqa/manual/oe-core.json index 3ee0aa9..6191d4f 100644 ---

[OE-core] [PATCH 19/20] OEQA: add crosstab selftest

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/selftest/cases/runtime_test.py | 78 1 file changed, 78 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 28804ea..ec99573 100644 ---

[OE-core] [PATCH 10/20] manual/bsp-qemu: drop xserver test done at runtime

2019-11-11 Thread Armin Kuster
xserver testing is done at runtime and selftest via sato image Signed-off-by: Armin Kuster --- meta/lib/oeqa/manual/bsp-qemu.json | 22 -- 1 file changed, 22 deletions(-) diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index

[OE-core] [PATCH 08/20] manual qa/bsp-qemu: remove rpm tests already done in runtime

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/manual/bsp-qemu.json | 60 -- 1 file changed, 60 deletions(-) diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index cf51b6a..f680f64 100644 ---

[OE-core] [PATCH 13/20] OEQA: eclipse support was dropped in warrior

2019-11-11 Thread Armin Kuster
remove test Signed-off-by: Armin Kuster --- meta/lib/oeqa/manual/eclipse-plugin.json | 322 --- 1 file changed, 322 deletions(-) delete mode 100644 meta/lib/oeqa/manual/eclipse-plugin.json diff --git a/meta/lib/oeqa/manual/eclipse-plugin.json

[OE-core] [PATCH 11/20] manual/bsp-qemu: remove only_one_connmand_in_background test done at runtime

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/manual/bsp-qemu.json | 30 -- 1 file changed, 30 deletions(-) diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index 7a3d994..5ec275c 100644 --- a/meta/lib/oeqa/manual/bsp-qemu.json

[OE-core] [PATCH 07/20] manual qa: drop ltpstress test

2019-11-11 Thread Armin Kuster
ltpstress was removed in Oct 2018 https://github.com/linux-test-project/ltp/commit/e752f7c19674d9b2f7d37aed123561a3f6410e97#diff-5231627fc8640e0adb955f9e69c3c08d Remove LTP stress tests ltpstress.sh runs stress.part[1-3]. But these runtest files just duplicate definitions: * stress.part1: fs,

[OE-core] [PATCH 14/20] OEQA: move manual bash test to runtime

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/selftest/cases/runtime_test.py | 17 + 1 file changed, 17 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 7d3922c..28804ea 100644 ---

[OE-core] [PATCH 15/20] OEQA: remove manual bash test

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/manual/bsp-qemu.json | 18 -- 1 file changed, 18 deletions(-) diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index 021ba57..b19bf4b 100644 --- a/meta/lib/oeqa/manual/bsp-qemu.json +++

[OE-core] [PATCH 09/20] manual qa/bsp-qemu: remove KVM enabled which is already done in selftest runqemu

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/manual/bsp-qemu.json | 30 -- 1 file changed, 30 deletions(-) diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index f680f64..b49abf4 100644 --- a/meta/lib/oeqa/manual/bsp-qemu.json

[OE-core] [PATCH 12/20] OEQA: remove postinit test done w/selftest runtime

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/manual/bsp-qemu.json | 34 -- 1 file changed, 34 deletions(-) diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index 5ec275c..021ba57 100644 ---

[OE-core] [PATCH 06/20] OEQA/manual: remove crash stress test

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/manual/compliance-test.json | 48 --- 1 file changed, 48 deletions(-) diff --git a/meta/lib/oeqa/manual/compliance-test.json b/meta/lib/oeqa/manual/compliance-test.json index 367a416..e374c5b 100644 ---

[OE-core] [PATCH 05/20] OEQA/runtime: Add ltp stress test

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/runtime/cases/ltp_stress.py | 29 + 1 file changed, 29 insertions(+) create mode 100644 meta/lib/oeqa/runtime/cases/ltp_stress.py diff --git a/meta/lib/oeqa/runtime/cases/ltp_stress.py

[OE-core] [PATCH 00/20] QA updates

2019-11-11 Thread Armin Kuster
This series moves several manual tests to selftest, deletes others and some cleanup. Deletes manual tests covered by runtime or selftests. Deletes eclipse manual test resulting in three manual json files removed. The following changes since commit 4dc804b2deda249f72c6941639e781dfe6ca865e:

[OE-core] [PATCH 02/20] OEQA: Add qemu checks

2019-11-11 Thread Armin Kuster
Some test should not be run in QEMU systems so add some checks to make that easier Signed-off-by: Armin Kuster --- meta/lib/oeqa/core/decorator/data.py | 45 1 file changed, 45 insertions(+) diff --git a/meta/lib/oeqa/core/decorator/data.py

[OE-core] [PATCH 03/20] OEQA: Centrilize the base LTP routines

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/utils/ltp.py | 133 + 1 file changed, 133 insertions(+) create mode 100644 meta/lib/oeqa/utils/ltp.py diff --git a/meta/lib/oeqa/utils/ltp.py b/meta/lib/oeqa/utils/ltp.py new file mode 100644 index

[OE-core] [PATCH 04/20] OEQA: update ltp runtimes to use new structure

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/runtime/cases/ltp.py| 85 ++- meta/lib/oeqa/runtime/cases/ltp_compliance.py | 73 +-- 2 files changed, 7 insertions(+), 151 deletions(-) diff --git a/meta/lib/oeqa/runtime/cases/ltp.py

[OE-core] [PATCH 01/20] OEQA: Add a check for MACHINE

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/core/decorator/data.py | 44 1 file changed, 44 insertions(+) diff --git a/meta/lib/oeqa/core/decorator/data.py b/meta/lib/oeqa/core/decorator/data.py index 12d462f..ff92fba 100644 ---

Re: [OE-core] [PATCH] oeqa: Fix subTest result reporting

2019-11-11 Thread Mittal, Anuj
Hi Joshua On Fri, 2019-11-08 at 13:21 -0600, Joshua Watt wrote: > Fixes the way that subTest results are reported so that each subTest > is > reported independently, with it's own status. The base test case is > also > reported, but only if it actually had a status. > > Signed-off-by: Joshua

[OE-core] [PATCH v7] mesa: Upgrade to 19.2.3

2019-11-11 Thread Alistair Francis
From: Alistair Francis Upgrade mesa and mesa-gl to 19.2.3. The license hash change was a trivial new line removal. The glx-tls option was removed as it isn't included in the meson.build file. It has been replaced with 'use-elf-tls' instead. We also added an INSANE_SKIP to fix this error

Re: [OE-core] [PATCH 1/2] tune-riscv: Add support for hard and soft float

2019-11-11 Thread Alistair Francis
On Fri, Nov 8, 2019 at 3:14 PM Alistair Francis wrote: > > On Fri, Nov 8, 2019 at 3:07 PM Richard Purdie > wrote: > > > > On Fri, 2019-11-08 at 22:24 +0200, Adrian Bunk wrote: > > > Especially when looking at the arm64 situation I am wondering > > > whether the best option might be to throw away

[OE-core] ✗ patchtest: failure for bitbake: prserv: fix ResourceWarning due to unclosed socket

2019-11-11 Thread Patchwork
== Series Details == Series: bitbake: prserv: fix ResourceWarning due to unclosed socket Revision: 1 URL : https://patchwork.openembedded.org/series/21085/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] ✗ patchtest: failure for "cve-update-db-native: don't ha..." and 3 more

2019-11-11 Thread Patchwork
== Series Details == Series: "cve-update-db-native: don't ha..." and 3 more Revision: 1 URL : https://patchwork.openembedded.org/series/21084/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [PATCH 5/5] cve-update-db-native: don't refresh more than once an hour

2019-11-11 Thread akuster808
On 11/7/19 3:58 PM, Ross Burton wrote: > We already fetch the yearly CVE metadata and check that for updates before > downloading the full data, but we can speed up CVE checking further by only > checking the CVE metadata once an hour. > > Signed-off-by: Ross Burton > --- >

[OE-core] [PATCH] bitbake: prserv: fix ResourceWarning due to unclosed socket

2019-11-11 Thread gavinli
From: Gavin Li With PRSERV_HOST = "localhost:0", this message would occasionally pop up during the initial cache read: WARNING: /home/matic/ambayocto/poky/bitbake/lib/bb/cache.py:446: ResourceWarning: unclosed value = pickled.load() The file location stated is irrelevant; it just happens

[OE-core] [PATCH 3/4] cve-check: neaten get_cve_info

2019-11-11 Thread Ross Burton
Remove obsolete Python 2 code, and use convenience methods for neatness. Signed-off-by: Ross Burton --- meta/classes/cve-check.bbclass | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index

[OE-core] [PATCH 2/4] cve-update-db-native: add an index on the CVE ID column

2019-11-11 Thread Ross Burton
Create an index on the PRODUCTS table which contains a row for each CPE, drastically increasing the performance of lookups for a specific CVE. Signed-off-by: Ross Burton --- meta/recipes-core/meta/cve-update-db-native.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git

[OE-core] [PATCH 4/4] cve-check: rewrite look to fix false negatives

2019-11-11 Thread Ross Burton
A previous optimisation was premature and resulted in false-negatives in the report. Rewrite the checking algorithm to first get the list of potential CVEs by vendor:product, then iterate through every matching CPE for that CVE to determine if the bounds match or not. By doing this in two

[OE-core] [PATCH 1/4] cve-update-db-native: don't hardcode the database name

2019-11-11 Thread Ross Burton
Don't hardcode the database filename, there's a variable for this in cve-check.bbclass. Signed-off-by: Ross Burton --- meta/recipes-core/meta/cve-update-db-native.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/meta/cve-update-db-native.bb

[OE-core] [zeus 21/21] pseudo: Add statx support to fix fedora30 issues

2019-11-11 Thread Armin Kuster
From: Richard Purdie Modern distros (e.g. fedora30) are starting to use the new statx() syscall through the newly exposed glibc wrapper function in software like coreutils (e.g. the ls command). Add support to intercept this to pseudo. Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster

[OE-core] [zeus 20/21] initscripts/sysfs.sh: Mount /sys/firmware/efi/efivars when possible

2019-11-11 Thread Armin Kuster
From: Haris Okanovic Without this change, efibootmgr is unable to recover BootOrder if lost during a previous write operation, e.g. exceeded storage capacity. This is problematic using EFI to manage boot flow from Linux (E.g. via RAUC).

[OE-core] [zeus 19/21] libtirpc: create the symbol link for rpc header files

2019-11-11 Thread Armin Kuster
From: Zhixiong Chi Since the Sun RPC is deprecated in glibc, the rpc header files are not provided any more, but it allows alternative RPC implementations, such as TIRPC or rpcsvc-proto, to be used. So we create the symbol link for rpc header files for tirpc to be more compatible with the glibc

[OE-core] [zeus 17/21] linux-firmware: update packaging for brcm files

2019-11-11 Thread Armin Kuster
From: Samuli Piippo Add new package for bcm4366c and include available NVRAM config files into the corrent bcm* packages. Signed-off-by: Samuli Piippo Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- .../linux-firmware/linux-firmware_20190815.bb | 18 +++---

[OE-core] [zeus 18/21] rm_work: Promote do_image_qa stamps to setscene versions

2019-11-11 Thread Armin Kuster
From: Jacob Kroon [ YOCTO #13212 ] Suggested-by: Romuald Jeanne Signed-off-by: Jacob Kroon Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/classes/rm_work.bbclass | 9 + 1 file changed, 9 insertions(+) diff --git a/meta/classes/rm_work.bbclass

[OE-core] [zeus 16/21] patch: the CVE-2019-13638 fix also handles CVE-2018-20969

2019-11-11 Thread Armin Kuster
From: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- .../patch/0001-Invoke-ed-directly-instead-of-using-the-shell.patch| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [zeus 15/21] recipeutils-test: use a small dependency in the dummy recipe

2019-11-11 Thread Armin Kuster
From: Ross Burton recipeutils-test has virtual/libx11 as a DEPENDS, but this will cause errors if the recipe is built in an environment without x11 in DISTRO_FEATURES. This dependency isn't actually used for anything so we could remove it, but to save updating the test cases too just swap

[OE-core] [zeus 14/21] selftest: skip virgl test on centos 7 entirely

2019-11-11 Thread Armin Kuster
From: Alexander Kanavin With the sdl frontend, qemu isn't able to even boot fully, so let's skip the test early. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Armin Kuster --- meta-selftest/lib/oeqa/runtime/cases/virgl.py | 5 -

[OE-core] [zeus 10/21] qemu-helper-native: pass compiler flags

2019-11-11 Thread Armin Kuster
From: Ross Burton Pass all of the compiler and linker flags so the build is correctly configured. Signed-off-by: Ross Burton Signed-off-by: Armin Kuster --- meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [zeus 09/21] qemu-helper-native: showing help shouldn't be an error

2019-11-11 Thread Armin Kuster
From: Ross Burton Displaying a help message if help was requested isn't an error. Signed-off-by: Ross Burton Signed-off-by: Armin Kuster --- meta/recipes-devtools/qemu/qemu-helper/tunctl.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git

[OE-core] [zeus 11/21] linux-yocto/4.19: update to v4.19.78

2019-11-11 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/4.19 to the latest korg -stable release that comprises the following commits: 58fce2064530 Linux 4.19.78 5b0446c8e0a8 9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookie d85bc11a6894 kexec: bail out upon SIGKILL when allocating

[OE-core] [zeus 13/21] cve-check: failure to parse versions should be more visible

2019-11-11 Thread Armin Kuster
From: Ross Burton Signed-off-by: Armin Kuster --- meta/classes/cve-check.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index f87bcc9..1c8b222 100644 --- a/meta/classes/cve-check.bbclass +++

[OE-core] [zeus 12/21] linux-yocto/5.2: update to v5.2.20

2019-11-11 Thread Armin Kuster
From: Bruce Ashfield Updating linux-yocto/5.2 to the latest korg -stable release that comprises the following commits: 56fd0c9f5473 Linux 5.2.20 6f375cee0394 vfs: set fs_context::user_ns for reconfigure fbad63fcf7f8 9p/cache.c: Fix memory leak in v9fs_cache_session_get_cookie

[OE-core] [zeus 02/21] file: fix CVE-2019-18218

2019-11-11 Thread Armin Kuster
From: Ross Burton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- .../file/file/CVE-2019-18218.patch | 55 ++ meta/recipes-devtools/file/file_5.37.bb| 3 +- 2 files changed, 57 insertions(+), 1

[OE-core] [zeus 05/21] mdadm: fix do_package failed when changed local.conf but not cleaned

2019-11-11 Thread Armin Kuster
From: Changqing Li reproduce steps: 1. add DISTRO_FEATURE_append = 'usrmerge' in local.conf 2. bitbake mdadm --success 3. remove DISTRO_FEATURE_append = 'usrmerge' from local.conf 4. bitbake mdadm -- failed when do_package it is not proper to change source Makefile during do_install by sed,

[OE-core] [zeus 08/21] qemu-helper-native: add missing option to getopt() call

2019-11-11 Thread Armin Kuster
From: Ross Burton Noticed by -Wall. Signed-off-by: Ross Burton Signed-off-by: Armin Kuster --- meta/recipes-devtools/qemu/qemu-helper/tunctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu-helper/tunctl.c

[OE-core] [zeus 07/21] cve-check: ensure all known CVEs are in the report

2019-11-11 Thread Armin Kuster
From: Ross Burton CVEs that are whitelisted or were not vulnerable when there are version comparisons were not included in the report, so alter the logic to ensure that all relevant CVEs are in the report for completeness. Signed-off-by: Ross Burton Signed-off-by: Armin Kuster ---

[OE-core] [zeus 04/21] sudo: Fix fetching sources

2019-11-11 Thread Armin Kuster
From: Ferry Toth It looks like https://www.sudo.ws/download.html changed certificate and directory structure. This breaks fetching sources. Signed-off-by: Ferry Toth Signed-off-by: Ross Burton Signed-off-by: Armin Kuster --- meta/recipes-extended/sudo/sudo_1.8.27.bb | 2 +- 1 file changed,

[OE-core] [zeus 03/21] file: run test suite when building natively

2019-11-11 Thread Armin Kuster
From: Ross Burton As we apply the same patches to native and target builds of file, we can verify that the patches are not breaking by executing the test suite during the build of file-native. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster ---

[OE-core] [zeus 01/21] pseudo: Drop static linking to sqlite3

2019-11-11 Thread Armin Kuster
From: Richard Purdie Back in 2010[1] we made pseudo statically link against sqlite3. Since then the world has changed, pseudo now has separate processes for the database in the server and the client and they have separate linking commands. Also, whilst there were concerns about needing specific

[OE-core] [zeus 06/21] ltp: Fix overcommit_memory failure

2019-11-11 Thread Armin Kuster
From: He Zhe Backport a patch from upstream to fix the following runtime failure. mem.c:814: INFO: set overcommit_memory to 0 overcommit_memory.c:213: FAIL: alloc passed, expected to fail Signed-off-by: He Zhe Signed-off-by: Ross Burton Signed-off-by: Armin Kuster ---

[OE-core] [zeus 00/21] Zeus patch review

2019-11-11 Thread Armin Kuster
Other then "pseudo: Drop static linking to sqlite3" outstanding question, here are the next series to be reviewed for Zeus. Note: pass a-full Comments back by Wednesday The following changes since commit 4e3e8d8270f318e6384c3d9bb5f6c7503f41d736: libsdl2: fix race when building in parallel

Re: [OE-core] [PATCH] sqlite3: Drop pic as we no longer need the sqlite3 static lib

2019-11-11 Thread akuster808
On 11/11/19 5:21 AM, Richard Purdie wrote: > This was added in: > https://git.openembedded.org/openembedded-core/commit/?id=6a58e12d19c539deac9e90679a68438497a42fa4 > but is no longer needed now pseudo doesn't use sqlite's static lib. > > Signed-off-by: Richard Purdie > --- >

Re: [OE-core] [PATCH] archiver: avoid empty incfile in ar_recipe

2019-11-11 Thread Andrei Gherzan
Hi, On 11/11/2019 12:29, Grygorii Tertychnyi (gtertych) wrote: Hi Andrei, From: Andrei Gherzan Sent: Monday, November 11, 2019 13:18 Subject: Re: [OE-core] [PATCH] archiver: avoid empty incfile in ar_recipe Not sure I understand. Archiver class does not interpret "include" directive. It

Re: [OE-core] [PATCH] pseudo: Drop static linking to sqlite3

2019-11-11 Thread Khem Raj
On Mon, Nov 11, 2019 at 8:36 AM Adrian Bunk wrote: > On Mon, Nov 11, 2019 at 07:59:43AM -0800, Khem Raj wrote: > > On Mon, 2019-11-11 at 05:04 -0800, Andre McCurdy wrote: > > > > > > With this merged, we can also drop the hack to force the sqlite > > > static > > > lib to be PIC: > > > > > > > >

[OE-core] [PATCH 2/2] oe-selftest: extend virgl gtk test to also check the SDL option

2019-11-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/runtime_test.py | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 7d3922ce448..3632ae81ede

[OE-core] [PATCH 1/2] runqemu: add options that enable virgl with the SDL frontend

2019-11-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- scripts/runqemu | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index a05facd0db6..5c56c3fe6c1 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -67,9 +67,9 @@ of the following

Re: [OE-core] [PATCH] pseudo: Drop static linking to sqlite3

2019-11-11 Thread Adrian Bunk
On Mon, Nov 11, 2019 at 07:59:43AM -0800, Khem Raj wrote: > On Mon, 2019-11-11 at 05:04 -0800, Andre McCurdy wrote: > > > > With this merged, we can also drop the hack to force the sqlite > > static > > lib to be PIC: > > > > > >

Re: [OE-core] [PATCH] pseudo: Drop static linking to sqlite3

2019-11-11 Thread Seebs
On Mon, 11 Nov 2019 08:17:30 -0600 Mark Hatle wrote: > First (early) version of pseudo would fork for the server, there > wasn't a seperate executed server and we had all sorts of problems > with dynamic libraries being loaded and loaded from the correct paths > (due to the LD_PRELOAD). > >

Re: [OE-core] maintaining sumo (was Re: [PATCH][thud] cve-check: backport rewrite from master)

2019-11-11 Thread akuster808
On 11/6/19 11:59 PM, mikko.rap...@bmw.de wrote: > Hi, > > On Wed, Nov 06, 2019 at 05:53:27PM +, Richard Purdie wrote: >> On Wed, 2019-11-06 at 16:06 +, mikko.rap...@bmw.de wrote: >>> Hi, >>> >>> On Wed, Nov 06, 2019 at 02:59:16PM +, Ryan Harkin wrote: Hi Ross/Richard,

Re: [OE-core] [PATCH RFC CFH][sumo 00/47] CVE check backport

2019-11-11 Thread Adrian Bunk
On Mon, Nov 11, 2019 at 07:54:34AM -0800, Khem Raj wrote: > On Mon, 2019-11-11 at 16:14 +0200, Adrian Bunk wrote: > > On Mon, Nov 11, 2019 at 01:12:47PM +, Richard Purdie wrote: >... > > > As I've said in a few places, the TSC really needs to figure this > > > out > > > and its complicated by

Re: [OE-core] [PATCH] pseudo: Drop static linking to sqlite3

2019-11-11 Thread Khem Raj
On Mon, 2019-11-11 at 05:04 -0800, Andre McCurdy wrote: > On Sat, Nov 9, 2019 at 8:46 AM Seebs wrote: > > On Sat, 09 Nov 2019 16:30:41 + > > Richard Purdie wrote: > > > > > I did talk briefly to Mark (also cc'd) as he wrote the original > > > patch > > > and he thought it was possibly

Re: [OE-core] [PATCH RFC CFH][sumo 00/47] CVE check backport

2019-11-11 Thread Khem Raj
On Mon, 2019-11-11 at 16:14 +0200, Adrian Bunk wrote: > On Mon, Nov 11, 2019 at 01:12:47PM +, Richard Purdie wrote: > > On Mon, 2019-11-11 at 12:42 +0200, Adrian Bunk wrote: > > > On Thu, Nov 07, 2019 at 04:32:35PM +, Richard Purdie wrote: > > > > On Thu, 2019-11-07 at 07:55 -0800,

Re: [OE-core] Getting "File name too long" errors in warrior for sstate-cache names

2019-11-11 Thread Richard Purdie
On Mon, 2019-11-11 at 14:49 +, Mike Looijmans wrote: > Starting with warrior build, I'm getting build fails due to "File > name too > long" in sstate-cache filenames. This is probably related to having > long names > for machines, but this did not happen in previous releases. For > example:

Re: [OE-core] Getting "File name too long" errors in warrior for sstate-cache names

2019-11-11 Thread Paul Barker
On Mon, 11 Nov 2019, at 14:49, Mike Looijmans wrote: > Starting with warrior build, I'm getting build fails due to "File name too > long" in sstate-cache filenames. This is probably related to having long > names > for machines, but this did not happen in previous releases. For example: > >

[OE-core] Getting "File name too long" errors in warrior for sstate-cache names

2019-11-11 Thread Mike Looijmans
Starting with warrior build, I'm getting build fails due to "File name too long" in sstate-cache filenames. This is probably related to having long names for machines, but this did not happen in previous releases. For example: OSError: [Errno 36] File name too long:

Re: [OE-core] [PATCH] pseudo: Drop static linking to sqlite3

2019-11-11 Thread Mark Hatle
On 11/9/19 10:30 AM, Richard Purdie wrote: > On Sat, 2019-11-09 at 10:07 -0600, Seebs wrote: >> On Sat, 9 Nov 2019 15:35:59 + >> Richard Purdie wrote: >> >>> Back in 2010[1] we made pseudo statically link against sqlite3. >>> Since then the world has changed, pseudo now has separate

[OE-core] [PATCH 1/1] oeqa: archiver: Add basic tests for all archiver modes

2019-11-11 Thread Paul Barker
6 new test cases are added to cover the various archiver modes documented at the top of archiver.bbclass. Each test sets the appropriate configuration options, runs the `do_deploy_archives` task for the selftest-ed recipe and checks for the presence of the expected archive file. Signed-off-by:

[OE-core] [PATCH 0/1] Extend oeqa tests for archiver.bbclass

2019-11-11 Thread Paul Barker
In preparation for adding the new mirror archiver mode I've added a bunch of additional oeqa tests for the archiver bblass. I'm submitting these separately first as this is the first time I've done anything with oeqa and things may need a little rework. The tests use the selftest-ed recipe from

Re: [OE-core] [PATCH RFC CFH][sumo 00/47] CVE check backport

2019-11-11 Thread Adrian Bunk
On Mon, Nov 11, 2019 at 01:12:47PM +, Richard Purdie wrote: > On Mon, 2019-11-11 at 12:42 +0200, Adrian Bunk wrote: > > On Thu, Nov 07, 2019 at 04:32:35PM +, Richard Purdie wrote: > > > On Thu, 2019-11-07 at 07:55 -0800, akuster808 wrote: > > > ... > > > > Are you taking the other patches

[OE-core] [PATCH] dbus: drop unused group netdev

2019-11-11 Thread Stefan Agner
From: Stefan Agner The whole D-Bus source has no reference to the netdev group. It seems that the netdev group is nowhere used. Early avahi package versions used this group for the D-Bus specific rules. However, today avahi uses --with-avahi-priv-access-group=adm and hence uses the adm group for

[OE-core] [PATCH] sqlite3: Drop pic as we no longer need the sqlite3 static lib

2019-11-11 Thread Richard Purdie
This was added in: https://git.openembedded.org/openembedded-core/commit/?id=6a58e12d19c539deac9e90679a68438497a42fa4 but is no longer needed now pseudo doesn't use sqlite's static lib. Signed-off-by: Richard Purdie --- meta/recipes-support/sqlite/sqlite3.inc | 2 -- 1 file changed, 2

Re: [OE-core] [PATCH RFC CFH][sumo 00/47] CVE check backport

2019-11-11 Thread Richard Purdie
On Mon, 2019-11-11 at 12:42 +0200, Adrian Bunk wrote: > On Thu, Nov 07, 2019 at 04:32:35PM +, Richard Purdie wrote: > > On Thu, 2019-11-07 at 07:55 -0800, akuster808 wrote: > > ... > > > Are you taking the other patches also submitted for sumo ? > > > > I am worried about what the bigger

Re: [OE-core] [PATCH] pseudo: Drop static linking to sqlite3

2019-11-11 Thread Andre McCurdy
On Sat, Nov 9, 2019 at 8:46 AM Seebs wrote: > > On Sat, 09 Nov 2019 16:30:41 + > Richard Purdie wrote: > > > I did talk briefly to Mark (also cc'd) as he wrote the original patch > > and he thought it was possibly because the client was also linking > > against sqlite3 and due to the other

[OE-core] [PATCH] insane: improve textrel warning message

2019-11-11 Thread Ross Burton
Clean the displayed path so it clearly shows the package name and path in that package. Signed-off-by: Ross Burton --- meta/classes/insane.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index

Re: [OE-core] [PATCH] archiver: avoid empty incfile in ar_recipe

2019-11-11 Thread Grygorii Tertychnyi (gtertych) via Openembedded-core
Hi Andrei, From: Andrei Gherzan Sent: Monday, November 11, 2019 13:18 Subject: Re: [OE-core] [PATCH] archiver: avoid empty incfile in ar_recipe >> Not sure I understand. Archiver class does not interpret "include" directive. >> It just parses text files. The regular expression looks correct: >>

Re: [OE-core] ✗ patchtest: failure for Backport relevant changes from Zeus (rev2)

2019-11-11 Thread Peter Kjellerstedt
> -Original Message- > From: Patchwork > Sent: den 5 november 2019 23:32 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org > Subject: ✗ patchtest: failure for Backport relevant changes from Zeus > (rev2) > > == Series Details == > > Series: Backport relevant

Re: [OE-core] maintaining sumo (was Re: [PATCH][thud] cve-check: backport rewrite from master)

2019-11-11 Thread Richard Purdie
On Thu, 2019-11-07 at 07:59 +, mikko.rap...@bmw.de wrote: > I need to maintain sumo in a project for a while longer so I can > publish that work. The CVE checker patches are just a start. > > Providing funding for Yocto Project LTS work is possible but a lot > harder for me to do. Testing and

Re: [OE-core] [PATCH] archiver: avoid empty incfile in ar_recipe

2019-11-11 Thread Andrei Gherzan
Hi Grygorii, On 04/11/2019 15:09, Grygorii Tertychnyi (gtertych) wrote: Andrei, From: Andrei Gherzan Sent: Friday, November 1, 2019 13:28 To: Grygorii Tertychnyi (gtertych); openembedded-core@lists.openembedded.org Cc: xe-linux-external(mailer list) Subject: Re: [OE-core] [PATCH] archiver:

Re: [OE-core] maintaining sumo (was Re: [PATCH][thud] cve-check: backport rewrite from master)

2019-11-11 Thread Ryan Harkin
Hi Mikko, On Mon, 11 Nov 2019 at 08:08, wrote: > > Hi, > > On Thu, Nov 07, 2019 at 10:41:42AM +, Ryan Harkin wrote: > > > Not sure if it helps, but I have a Jenkins job that tests sumo on a trigger > > (there is one for Warrior also): > > > >

Re: [OE-core] [PATCH] python: Upgrade 2.7.16 -> 2.7.17

2019-11-11 Thread Adrian Bunk
ping Whatever layer will ship Python2 in Yocto 3.1 will want this, and it is also desirable for stable branches for getting security fixes. Thanks Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days.

Re: [OE-core] [PATCH] iputils: Whitelist CVE-2000-1213 CVE-2000-1214

2019-11-11 Thread Adrian Bunk
ping Thanks Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed --

Re: [OE-core] [PATCH RFC CFH][sumo 00/47] CVE check backport

2019-11-11 Thread Adrian Bunk
On Thu, Nov 07, 2019 at 04:32:35PM +, Richard Purdie wrote: > On Thu, 2019-11-07 at 07:55 -0800, akuster808 wrote: >... > > Are you taking the other patches also submitted for sumo ? > > I am worried about what the bigger picture for this looks like but we > could try testing them. I think

Re: [OE-core] How to enable x11 with intel-corei7-64 machine in meta-intel layer

2019-11-11 Thread Ross Burton
On 08/11/2019 20:46, Muhlenkamp, Lewis wrote: This is a bare bone setup.  I am using the thud branch.  My bblayers.conf file is as follows: I quote you here: "bare bones setup". BBLAYERS ?= " \   ${HOME}/oe-core/meta \   ${HOME}/meta-openembedded/meta-python \  

Re: [OE-core] [warrior][PATCH] python3: Upgrade 3.7.4 -> 3.7.5

2019-11-11 Thread Adrian Bunk
On Sun, Nov 10, 2019 at 03:58:56PM -0800, akuster808 wrote: > > > On 11/5/19 1:44 PM, Adrian Bunk wrote: > > 3.7.5 also includes the fixes for CVE-2019-16056 and CVE-2019-16935. > > I see a patch is being updated. Reason not noted in commit message. That's just trivial context change. > Also,

Re: [OE-core] maintaining sumo (was Re: [PATCH][thud] cve-check: backport rewrite from master)

2019-11-11 Thread Mikko.Rapeli
Hi, On Thu, Nov 07, 2019 at 10:41:42AM +, Ryan Harkin wrote: > Not sure if it helps, but I have a Jenkins job that tests sumo on a trigger > (there is one for Warrior also): > > https://ci.linaro.org/job/warp7-openembedded-sumo/ > > eg. it was triggered when Armin's patch was merged

[OE-core] ✗ patchtest: failure for gnupg-native: fix GPG homedir path length limit (rev3)

2019-11-11 Thread Patchwork
== Series Details == Series: gnupg-native: fix GPG homedir path length limit (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/21074/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] ✗ patchtest: failure for gnupg-native: fix GPG homedir path length limit (rev2)

2019-11-11 Thread Patchwork
== Series Details == Series: gnupg-native: fix GPG homedir path length limit (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/21074/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests