Re: [OE-core] [PATCH v3] kernel-selftest: Add a recipe on kernel selftest

2018-07-07 Thread Song, Hongzhi
>From: Richard Purdie [richard.pur...@linuxfoundation.org] >Sent: Saturday, July 07, 2018 20:14 >To: Song, Hongzhi; openembedded-core@lists.openembedded.org >Subject: Re: [OE-core] [PATCH v3] kernel-selftest: Add a recipe on kernel >selftest >On Fri, 201

Re: [OE-core] [PATCH 2/2] distutils: clean the build tree in do_configure

2018-07-07 Thread Khem Raj
For the record this breaks few recipes in meta-python meta-python/recipes-devtools/python/python3-lxml_4.2.3.bb meta-python/recipes-devtools/python/python3-pandas_0.23.1.bb meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb It would be better if meta-python was exercised as testing for

Re: [OE-core] [PATCH 2/2] meson: map mipsel TARGET_ARCH to mips for the cross file

2018-07-07 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Ross Burton > Sent: den 6 juli 2018 16:51 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 2/2] meson: map mipse

Re: [OE-core] [PATCH] perf: disable parallelism for 'make clean'

2018-07-07 Thread Rasmus Villemoes
On 2018-07-06 00:18, Andre McCurdy wrote: > On Thu, Jul 5, 2018 at 1:55 PM, Rasmus Villemoes > wrote: >> Whenever perf got rebuilt, I was consistently getting errors such as >> >> | find: '[...]/perf/1.0-r9/perf-1.0/plugin_mac80211.so': No such file or >> directory >> | find: '[...]/perf/1.0-r9/p

[OE-core] [PATCH] systemd: fix missing path separator in firmware-path

2018-07-07 Thread andreas . kling
From: Andy Kling udev fails to load firmware for CONFIG_FW_LOADER_USER_HELPER systemd-udevd[158]: did not find firmware file 'xxx' function builtin_firmware currently assumes FIRMWARE_PATH ends with "/" fixing the path passed to meson allows the firmware loader to succeed. systemd-udevd[145]: wr

Re: [OE-core] [PATCH v3] kernel-selftest: Add a recipe on kernel selftest

2018-07-07 Thread Richard Purdie
On Fri, 2018-07-06 at 05:51 -0400, Hongzhi.Song wrote: > The recipe builds the framework for kernel-selftest. Now, it just > contains two sets of testcase, bpf and vm. We are appending others > to the recipe. > > It needs some features which will be written into relevant recipe. > But now, you sho

Re: [OE-core] [PATCH 1/2] openssl_1.1: avoid using += with an over-ride

2018-07-07 Thread Alexander Kanavin
We really need a QA warning for this issue. Nobody's going to remember what the correct way is. Can you look into it please? Alex 2018-07-06 21:05 GMT+02:00 Andre McCurdy : > Using += with an over-ride can be a source of confusion so try to > avoid the construct in core recipes. > > The current u