[OE-core] [PATCH V2 0/1] systemd: add back alternatives for init utitilies

2018-10-21 Thread Chen Qi
Changes in V2: * Remove 'init' from alternatives. The following changes since commit 8e4c03744cfa8cc559682ebf7074643216dd2b9d: oe-selftest: devtool: Support meta being a symbolic link (2018-10-21 21:30:35 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib C

[OE-core] [PATCH 1/1] systemd: add back alternatives for init utitilies

2018-10-21 Thread Chen Qi
Add back alternatives for init utilities to avoid regression. These alternatives were removed when upgradeing systemd to 239. They were removed out of the logic that init utitilies should be bound to init manager. However, it turned out that two use cases were not covered. 1) initramfs using comm

Re: [OE-core] [PATCH 1/1] systemd: add back alternatives for init utitilies

2018-10-21 Thread ChenQi
On 10/21/2018 05:37 AM, Richard Purdie wrote: On Fri, 2018-10-19 at 13:19 +0800, Chen Qi wrote: Add back alternatives for init utilities to avoid regression. These alternatives were removed when upgradeing systemd to 239. They were removed out of the logic that init utitilies should be bound to

[OE-core] [sumo] [PATCH v1] kernel: specify dependencies for compilation for config tasks

2018-10-21 Thread Sinan Kaya
From: Bruce Ashfield With recent kernels (i.e. 4.17+) the configuration phase of the kernel will check for capabilities/options of the compiler for CVE and other mitigation support. For a general kernel, we want to ensure that CC is fully defined when the config targets are invoked (so the prope

[OE-core] [PATCH] valgrind: Make local functions static to avoid assembler error

2018-10-21 Thread Randy MacLeod
Avoid mips32 x-compiler warnings such as: | ../../../valgrind-3.14.0/helgrind/tests/annotate_hbefore.c:360:6: warning: no previous prototype for 'do_signal' [-Wmissing-prototypes] | void do_signal ( UWord* w ) | ^ by making functions and global variables that are file scope be sta

Re: [OE-core] [PATCH 0/1] udev-hwdb: fix postinstall scripts failures when multilib enabled

2018-10-21 Thread Kang Kai
On 2018/10/18 下午11:28, kai.k...@windriver.com wrote: From: Kai Kang The following changes since commit 4ef016683d986cc5291e494789ff5a49b28030eb: bitbake: test/data: Add new tests for task checksum changing/not changing (2018-10-18 10:59:27 +0100) are available in the Git repository at:

Re: [OE-core] [PATCH v2] valgrind: update from 3.13.0 to 3.14.0

2018-10-21 Thread Khem Raj
On Sun, Oct 21, 2018 at 9:48 PM Randy MacLeod wrote: > > On 10/21/18 5:47 AM, Khem Raj wrote: > > fails ptest compile on musl/mips > > http://errors.yoctoproject.org/Errors/Details/197122/ > > I have a fix that I'll send later tonight or tomorrow morning > once I've tested it a bit more. I'll past

Re: [OE-core] [PATCH v2] valgrind: update from 3.13.0 to 3.14.0

2018-10-21 Thread Randy MacLeod
On 10/21/18 5:47 AM, Khem Raj wrote: fails ptest compile on musl/mips http://errors.yoctoproject.org/Errors/Details/197122/ I have a fix that I'll send later tonight or tomorrow morning once I've tested it a bit more. I'll paste it inline below in case anyone wants it now. I did notice that th

Re: [OE-core] [PATCH v2] valgrind: update from 3.13.0 to 3.14.0

2018-10-21 Thread Khem Raj
On Sat, Oct 20, 2018 at 6:41 AM Randy MacLeod wrote: > > The removed patches are all upstream. > Adjusted two patches due to rebase. > Guard against __GLIBC_PREREQ for musl libc > fails ptest compile on musl/mips http://errors.yoctoproject.org/Errors/Details/197122/ > Signed-off-by: Randy MacLeo