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
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
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
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
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
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:
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
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
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