[OE-core] [PATCH] gdb: Let gdbserver be empty for riscv64

2019-05-28 Thread Khem Raj
gdbserver does not yet build for riscv64, therefore let the package be empty so we can build core-image-sato-sdk-ptest Signed-off-by: Khem Raj --- meta/recipes-devtools/gdb/gdb.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/gdb/gdb.inc

Re: [OE-core] [PATCH] make-mod-scripts: Add nostamp flag on configure task

2019-05-28 Thread Bai, Haiqing
Comments below, thanks your review. -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: 2019年5月25日 1:29 To: Bai, Haiqing; openembedded-core@lists.openembedded.org Cc: Bruce Ashfield Subject: Re: [OE-core] [PATCH] make-mod-scripts: Add nostamp flag on

[OE-core] [PATCH] gcc: reduce the variables in symtab

2019-05-28 Thread Zhixiong Chi
Signed-off-by: Zhixiong Chi --- meta/recipes-devtools/gcc/gcc-8.3.inc | 1 + .../gcc/gcc-8.3/0042-PR-debug-86964.patch | 94 +++ 2 files changed, 95 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-8.3/0042-PR-debug-86964.patch diff --git

Re: [OE-core] [PATCH] gcc: reduce the variables in symtab

2019-05-28 Thread Zhixiong Chi
Please ignore it. I will send V2. Thanks. On 2019年05月28日 15:56, Zhixiong Chi wrote: Signed-off-by: Zhixiong Chi --- meta/recipes-devtools/gcc/gcc-8.3.inc | 1 + .../gcc/gcc-8.3/0042-PR-debug-86964.patch | 94 +++ 2 files changed, 95 insertions(+) create

[OE-core] [PATCH V2] gcc: reduce the variables in symtab

2019-05-28 Thread Zhixiong Chi
Backport the patch from upstream: https://github.com/gcc-mirror/gcc.git [commit beb921e] https://gcc.gnu.org/viewcvs/gcc?view=revision=269925 Add the premark_used_variables function, meanwhile do not mark not premarked external variables in prune_unused_types_walk. Signed-off-by: Zhixiong Chi

Re: [OE-core] [PATCH v3 1/2] local.conf.sample: make systemd as default init manager

2019-05-28 Thread Paul Barker
On 27/05/2019 02:49, Kang Kai wrote: On 2019/5/25 上午3:23, Peter Kjellerstedt wrote: -Original Message- From: Khem Raj Sent: den 23 maj 2019 22:59 To: Peter Kjellerstedt Cc: kai.k...@windriver.com; openembedded-core@lists.openembedded.org; richard.pur...@linuxfoundation.org Subject:

[OE-core] [PATCH v2] elfutils: fix ptest failures

2019-05-28 Thread mingli.yu
From: Mingli Yu * Add missing -ptest package dependencies (needs ${PN}-dev) * Add missing files which needed by ptest test to fix the ptest failures such as: | sh: ../src/elflint: No such file or directory | FAIL: asm-tst4 * Rework 0001-skip-the-test-when-gcc-not-deployed.patch to

Re: [OE-core] [PATCH v2] elfutils: fix ptest failures

2019-05-28 Thread richard . purdie
On Tue, 2019-05-28 at 17:40 +0800, mingli...@windriver.com wrote: > From: Mingli Yu > > * Add missing -ptest package dependencies (needs > ${PN}-dev) > > * Add missing files which needed by ptest test > to fix the ptest failures such as: > | sh: ../src/elflint: No such file or directory >

[OE-core] [PATCH] packagegroup-core-full-cmdline: Make nfs-utils/rpcbind optional

2019-05-28 Thread Oliver Stäbler
Consider DISTRO_FEATURES for nfs-utils and rpcbind. This is to prevent the following warning while booting: NFS daemon support not enabled in kernel Signed-off-by: Oliver Stäbler --- .../packagegroups/packagegroup-core-full-cmdline.bb| 3 +-- 1 file changed, 1 insertion(+), 2

Re: [OE-core] [PATCH] elfutils: fix ptest failures

2019-05-28 Thread Yu, Mingli
On 2019年05月26日 04:16, richard.pur...@linuxfoundation.org wrote: On Wed, 2019-05-22 at 17:11 +0800, mingli...@windriver.com wrote: From: Mingli Yu * Add missing -ptest package dependencies (needs ${PN}-dbg) * Add missing files which needed by ptest test to fix below failures: |

Re: [OE-core] [PATCH] cmake: Use compiler launcher variable when ccache is enabled

2019-05-28 Thread Andre McCurdy
On Tue, May 28, 2019 at 12:13 PM Philippe Normand wrote: > > Setting the CMAKE_C{,XX}_COMPILER_LAUNCHER variables is the recomended way to > deal with ccache in CMake. It allows build scripts to optionally opt-out of > CMake, which is especially useful when the pre-processed GCC output is >

Re: [OE-core] [PATCH] cmake: Use compiler launcher variable when ccache is enabled

2019-05-28 Thread Philippe Normand
On 2019-05-28 20:22, Andre McCurdy wrote: > On Tue, May 28, 2019 at 12:13 PM Philippe Normand wrote: >> >> Setting the CMAKE_C{,XX}_COMPILER_LAUNCHER variables is the recomended way to >> deal with ccache in CMake. It allows build scripts to optionally opt-out of >> CMake, which is especially

[OE-core] [PATCH] cmake: Use compiler launcher variable when ccache is enabled

2019-05-28 Thread Philippe Normand
Setting the CMAKE_C{,XX}_COMPILER_LAUNCHER variables is the recomended way to deal with ccache in CMake. It allows build scripts to optionally opt-out of CMake, which is especially useful when the pre-processed GCC output is required. Signed-off-by: Philippe Normand ---

Re: [OE-core] [PATCH 3/5] bootchart2: add initscripts-functions as rconflict

2019-05-28 Thread Richard Purdie
On Tue, 2019-05-28 at 12:01 +0800, changqing...@windriver.com wrote: > From: Changqing Li > > bootchart2 rdepend on lsb, lsb rdepend on lsbinitscripts, > lsbinitscripts rconflict with initscripts-functions. so also add > rconflict for this one. > > Signed-off-by: Changqing Li > --- >

Re: [OE-core] Should systemd be marked as incompatible with musl?

2019-05-28 Thread Andre McCurdy
On Sat, May 25, 2019 at 12:25 AM Adrian Bunk wrote: > > Is there development capacity to support musl? It would be shame if there wasn't enough developer capacity to support musl but in the end it comes down to what contributors to OE want to work on. There's a danger that the areas which OE

Re: [OE-core] [PATCH] ca-certificates: Fix openssl runtime dependency

2019-05-28 Thread Richard Purdie
On Tue, 2019-05-28 at 15:30 +0100, Andrei Gherzan wrote: > Since yocto thud, and more specifically since poky switched to > openssl 1.1 line, the openssl binary is provided by 'openssl-bin'. > > Signed-off-by: Andrei Gherzan > --- >

Re: [OE-core] [PATCH v2] elfutils: fix ptest failures

2019-05-28 Thread Yu, Mingli
On 2019年05月28日 18:01, richard.pur...@linuxfoundation.org wrote: On Tue, 2019-05-28 at 17:40 +0800, mingli...@windriver.com wrote: From: Mingli Yu * Add missing -ptest package dependencies (needs ${PN}-dev) * Add missing files which needed by ptest test to fix the ptest failures such

Re: [OE-core] [PATCH 3/5] bootchart2: add initscripts-functions as rconflict

2019-05-28 Thread Changqing Li
On 5/29/19 7:13 AM, Richard Purdie wrote: On Tue, 2019-05-28 at 12:01 +0800, changqing...@windriver.com wrote: From: Changqing Li bootchart2 rdepend on lsb, lsb rdepend on lsbinitscripts, lsbinitscripts rconflict with initscripts-functions. so also add rconflict for this one. Signed-off-by:

Re: [OE-core] [PATCH v3 1/2] local.conf.sample: make systemd as default init manager

2019-05-28 Thread Kang Kai
On 2019/5/28 下午5:28, Paul Barker wrote: On 27/05/2019 02:49, Kang Kai wrote: On 2019/5/25 上午3:23, Peter Kjellerstedt wrote: -Original Message- From: Khem Raj Sent: den 23 maj 2019 22:59 To: Peter Kjellerstedt Cc: kai.k...@windriver.com; openembedded-core@lists.openembedded.org;

[OE-core] [PATCH] ca-certificates: Fix openssl runtime dependency

2019-05-28 Thread Andrei Gherzan
Since yocto thud, and more specifically since poky switched to openssl 1.1 line, the openssl binary is provided by 'openssl-bin'. Signed-off-by: Andrei Gherzan --- .../recipes-support/ca-certificates/ca-certificates_20190110.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/2] bash: add iso8859-1 gconv RDEPENDS needed by bash-ptest.

2019-05-28 Thread Sakib Sajal
One of the ptests failed for internationalization. >From the failed ptest log: run-intl fr_FR.ISO8859-1: Error Encoding U+0080 to [ "$'\200'" != "\\u0080" ] (125 similar errors related to same encoding) The test was unable to convert iso8859-1 encoding to perform comparison.

[OE-core] [PATCH 2/2] Bash: Allow new-exp ptest to pass when run as root.

2019-05-28 Thread Sakib Sajal
The ptest was failing as it was expecting non-root user. Ptests are only run as root. Signed-off-by: Sakib Sajal Signed-off-by: Randy Macleod --- ...llow-ptest-new-exp-to-be-run-as-root.patch | 45 +++ meta/recipes-extended/bash/bash_5.0.bb| 1 + 2 files changed, 46

[OE-core] Yocto Project Status WW22'19

2019-05-28 Thread Richard Purdie
Current Dev Position: YP 2.8 M1Next Deadline: YP 2.8 Milestone 1 Cutoff June 9th, 2019 SWAT Team Rotation: * SWAT lead is currently: Chen * SWAT team rotation: Chen -> Armin on May. 31, 2019 * SWAT team rotation: Armin -> Anuj on June 7, 2019 *

[OE-core] [PATCH] file: update to 5.37

2019-05-28 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/file/{file_5.36.bb => file_5.37.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/file/{file_5.36.bb => file_5.37.bb} (96%) diff --git a/meta/recipes-devtools/file/file_5.36.bb

Re: [OE-core] [PATCH] base.bbclass: add named SRCREVs to the sstate hash

2019-05-28 Thread Michael.Ho
Hi Martin, Ah okay, sorry, I misread and thought you meant it was a known issue and it is expected to set vardeps manually. Thanks for the +1. Kind regards, Michael Ho -- BMW Car IT GmbH Michael Ho Spezialist Entwicklung – Build and Release Engineering Lise-Meitner-Straße 14 89081 Ulm Tel.:

[OE-core] [PATCH] p11-kit: update to 0.23.16.1

2019-05-28 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../p11-kit/{p11-kit_0.23.15.bb => p11-kit_0.23.16.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/p11-kit/{p11-kit_0.23.15.bb => p11-kit_0.23.16.1.bb} (97%) diff --git