Re: [OE-core] [RFC PATCH v2] WIP: Add gnu testsuite execution for OEQA

2019-08-18 Thread Nathan Rossi
On Mon, 12 Aug 2019 at 16:40, Nathan Rossi wrote: > > This patch is an RFC for adding support to execute the gnu test suites > for binutils, gcc and glibc. With the intention for enabling automated > test running of these test suites within the OEQA framework such that > they can be executed by

[OE-core] [PATCH] populate_sdk: fix populate_sdk failed error

2019-08-18 Thread changqing.li
From: Changqing Li Configuration: IMAGE_INSTALL_append = " bash" require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" Reproduce cmd: bitbake core-image-minimal -c populate_sdk Error info: --> Finished dependency resolution Error: Problem:

Re: [OE-core] Conflict of systemd and sysvinit

2019-08-18 Thread Kang Kai
On 2019/8/18 上午3:27, Otavio Salvador wrote: Hello, I found a build error at master. Collected errors: * check_data_file_clashes: Package systemd wants to install file .../rootfs/sbin/telinit But that file is already provided by package * sysvinit Can someone take a look? Hi

[OE-core] [PATCH] kmod: Replace dolt hacks with backport of upstream dolt removal

2019-08-18 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta/recipes-kernel/kmod/kmod.inc | 7 + .../kmod/0001-build-Stop-using-dolt.patch | 28 +++ .../kmod/kmod/avoid_parallel_tests.patch | 5 ++-- 3 files changed, 32 insertions(+), 8 deletions(-) create mode 100644

[OE-core] [PATCH] shadow: musl now supports secure_getenv

2019-08-18 Thread Adrian Bunk
This fixed a potential security vulnerability on musl and made the patch obsolete. Signed-off-by: Adrian Bunk --- ...ettime-Use-secure_getenv-over-getenv.patch | 71 --- meta/recipes-extended/shadow/shadow.inc | 1 - 2 files changed, 72 deletions(-) delete mode 100644