[OE-core] Why do we use sysklogd as the default syslog?

2018-07-29 Thread ChenQi
Hi All, I just noticed that we are using sysklogd as the default syslog. meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:VIRTUAL-RUNTIME_syslog ?= "sysklogd" sysklogd has stopped development for about 4 years, and as far as I can see, nobody is maintaining it. Is there s

Re: [OE-core] [PATCH 2/2] gcc-7.3: Backport fixes for std::pair high memory usage

2018-07-29 Thread Khem Raj
V2 is good to install On Sun, Jul 29, 2018 at 9:42 PM Joel Stanley wrote: > C++ applications that contain a specfic use of std::pair with tempates > cause the build to require many gigabytes of RAM to build. > > This is a fix that was applied to the upstream GCC 7 branch. > > Change-Id: I213f96d

[OE-core] ✗ patchtest: failure for GCC 7.3 fixes (rev2)

2018-07-29 Thread Patchwork
== Series Details == Series: GCC 7.3 fixes (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/13290/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed s

[OE-core] [PATCH v2 0/2] GCC 7.3 fixes

2018-07-29 Thread Joel Stanley
v2: Add Upstream-Status tags This series has a pair of patches that we have been using in OpenBMC's Yocto tree for a few weeks. The build fix is required to compile from our ppc64le build machines. The std::pair fix reduces memory requirements from many gigabytes down to something reasonable. Jo

[OE-core] [PATCH v2 1/2] gcc-7.3: Fix build on ppc64le hosts

2018-07-29 Thread Joel Stanley
When building on ppc64le hosts that have GCC 8 (such as Ubuntu 18.10) the GCC build bootstrap fails. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86162 This is a fix that was applied to the upstream GCC 7 branch. Change-Id: I7796d2a999ec420805dd1c6cf0a1ecba1de5a897 Signed-off-by: Joel Stanley

[OE-core] [PATCH v2 2/2] gcc-7.3: Backport fixes for std::pair high memory usage

2018-07-29 Thread Joel Stanley
C++ applications that contain a specfic use of std::pair with tempates cause the build to require many gigabytes of RAM to build. This is a fix that was applied to the upstream GCC 7 branch. Change-Id: I213f96d1d6332e2dce5765482ff3413f1abd7ff8 Signed-off-by: Joel Stanley --- meta/recipes-devtoo

[OE-core] ✗ patchtest: failure for GCC 7.3 fixes

2018-07-29 Thread Patchwork
== Series Details == Series: GCC 7.3 fixes Revision: 1 URL : https://patchwork.openembedded.org/series/13290/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the proposed series b

Re: [OE-core] [meta-oe][PATCH] package.bbclass: provide debug sources in externalsrc -dbg packages

2018-07-29 Thread Vignesh Rajendran (RBEI/ECF3)
Hello Khem, Any feedback ? Mit freundlichen Grüßen / Best regards Rajendran Vignesh RBEI/ECF33 Tel. +91 422 67-65103 From: Vignesh Rajendran (RBEI/ECF3) Sent: Monday, July 23, 2018 3:33 PM To: 'Khem Raj' Cc: 'Patches and discussions about the oe-core layer' ; 'Paul Eggleton' Subject: RE: [

[OE-core] [PATCH 1/2] gcc-7.3: Fix build on ppc64le hosts

2018-07-29 Thread Joel Stanley
When building on ppc64le hosts that have GCC 8 (such as Ubuntu 18.10) the GCC build bootstrap fails. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86162 This is a fix that was applied to the upstream GCC 7 branch. Change-Id: I7796d2a999ec420805dd1c6cf0a1ecba1de5a897 Signed-off-by: Joel Stanley

[OE-core] [PATCH 0/2] GCC 7.3 fixes

2018-07-29 Thread Joel Stanley
This series has a pair of patches that we have been using in OpenBMC's Yocto tree for a few weeks. The build fix is required to compile from our ppc64le build machines. The std::pair fix reduces memory requirements from many gigabytes down to something reasonable. Joel Stanley (2): gcc-7.3: Fix

[OE-core] [PATCH 2/2] gcc-7.3: Backport fixes for std::pair high memory usage

2018-07-29 Thread Joel Stanley
C++ applications that contain a specfic use of std::pair with tempates cause the build to require many gigabytes of RAM to build. This is a fix that was applied to the upstream GCC 7 branch. Change-Id: I213f96d1d6332e2dce5765482ff3413f1abd7ff8 Signed-off-by: Joel Stanley --- meta/recipes-devtoo

Re: [OE-core] [meta][PATCH v2] fix the failure test_trace_events of ksample.py

2018-07-29 Thread Hongzhi, Song
ping --Hongzhi On 2018年07月20日 17:24, Hongzhi.Song wrote: v2: assert failure when timeout Hongzhi.Song (1): runtime selftest: test_trace_events_sample of ksample.py meta/lib/oeqa/runtime/cases/ksample.py | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) -- __

[OE-core] [PATCH V2] curl: support multilib installation

2018-07-29 Thread changqing.li
From: Changqing Li curl-config is generated to displays information about the curl and libcurl installation. So the content is different for 32bit and 64bit package. eg: maybe for 32bit, use i686-linux-gnu-gcc, and for 64bit, use x86-64-linux-gnu-gcc. Use update-alternatives to add base_libdir a

Re: [OE-core] [PATCH] nfs-utils: fix build error under tests folder

2018-07-29 Thread Yu, Mingli
Ping. Thanks, On 2018年07月12日 16:46, mingli...@windriver.com wrote: From: Mingli Yu * When enable the test as below in nfs-utils recipe, do_compile_append_class-target () { oe_runmake -C tests statdb_dump oe_runmake -C tests/nsm_client nsm_client } There comes some