[OE-core] [PATCH V3] cmake: Add a knob for cmake VERBOSE settings

2019-12-27 Thread Khem Raj
Setting VERBOSE always, while is fine on one hand for debugging, its coming at an expense of creating lots and lots of logs, e.g. qtwebkit compile logs alone with VERBOSE is 163MB, there are many other large packages which use cmake e.g. WPE, webkitgtk etc which are in same range with out this

Re: [OE-core] Debug from failing hashequiv builds - server side problem?

2019-12-27 Thread Joshua Watt
On Sun, Dec 22, 2019 at 3:25 PM Richard Purdie wrote: > > On Sun, 2019-12-22 at 10:22 -0600, Joshua Watt wrote: > > On Sun, Dec 22, 2019, 10:17 AM Joshua Watt > > wrote: > > > > > > On Sun, Dec 22, 2019, 10:09 AM Richard Purdie < > > > richard.pur...@linuxfoundation.org> wrote: > > > > On Sun,

Re: [OE-core] [meson][PATCH] meson: Allow for llvm-native tools to be used

2019-12-27 Thread Fred Baksik
On Fri, Dec 27, 2019, at 9:25 AM, fdk17 wrote: > > > On Fri, Dec 27, 2019, at 7:03 AM, Peter Kjellerstedt wrote: > > If we’re adding a --native-file, shouldn’t it always be specified, > > regardless of --cross-file? > > I don't think so. It seems to me that it should be one or the other. If

Re: [OE-core] [meson][PATCH] meson: Allow for llvm-native tools to be used

2019-12-27 Thread fdk17
On Fri, Dec 27, 2019, at 7:03 AM, Peter Kjellerstedt wrote: > If we’re adding a --native-file, shouldn’t it always be specified, regardless > of --cross-file? I don't think so. It seems to me that it should be one or the other. If you are building a -native package then you don't need a

Re: [OE-core] [meson][PATCH] meson: Allow for llvm-native tools to be used

2019-12-27 Thread Peter Kjellerstedt
If we're adding a --native-file, shouldn't it always be specified, regardless of --cross-file? Also, it looks as most of what is currently done in override_native_tools() and meson_do_configure_prepend_class-native() could be moved to the native-file (the exception seems to be the unsetting of

[OE-core] [PATCH] dummy-sdk-package: append RREPLACES with DUMMYPROVIDES

2019-12-27 Thread kai.kang
From: Kai Kang When multilib is enabled and installs lib32-perl to image, such as set IMAGE_INSTALL_append = " lib32-perl" it fails to run task populate_sdk of images: | Problem: package target-sdk-provides-dummy-1.0-r0.sdk_provides_dummy_target | conflicts with lib32-perl provided by

[OE-core] [PATCH] cpio: remove unused CVE patch

2019-12-27 Thread changqing.li
From: Changqing Li According to the home page, https://www.gnu.org/software/cpio/, CVE-2015-1197 have been fix in version 2.13, so removed this patch get from SUSE Signed-off-by: Changqing Li --- .../cpio/cpio-2.13/0001-Fix-CVE-2015-1197.patch| 178 -