Re: [OE-core] [PATCH 06/19] vala: update to 0.44.3

2019-04-16 Thread Khem Raj
This means we need to update xfce4-vala recipe at same time see https://errors.yoctoproject.org/Errors/Details/237659/ On Mon, Apr 15, 2019 at 3:56 AM Alexander Kanavin wrote: > > Remove valadoc-related patches, as upstream added an option to disable it; > adjust the recipe accordingly. > >

[OE-core] [PATCH 1/1] busybox: fix ptest failure about 'dc'

2019-04-16 Thread Chen Qi
Fix the following two failure of busybox ptest: FAIL: dc read FAIL: dc read string These two test cases relies on the functionalities enabled by CONFIG_FEATURE_DC_BIG. Signed-off-by: Chen Qi --- ...ix-two-test-case-to-also-depend-on-DC_BIG.patch | 39 ++

[OE-core] [PATCH 0/1] busybox: fix ptest failure about 'dc'

2019-04-16 Thread Chen Qi
*** BLURB HERE *** The following changes since commit c23c8ebc7f66a92110bfc9e3c4d633a432d1353b: core-image-sato-sdk-ptest: Try and keep image below 4GB limit (2019-04-16 11:10:02 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/busybox-dc

Re: [OE-core] [PATCH] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

2019-04-16 Thread Saini, Naveen Kumar
On Selasa 16 Apr 2019 06:23 , Richard Purdie wrote: On Tue, 2019-04-16 at 13:59 +0800, Naveen Saini wrote: This provides git large file storage (lfs) extension. Include git-lfs conditionally. If git-lfs is present on host and repo has lfs pointers, then git-lfs will be used. If git-lfs is

[OE-core] [PATCH 0/1] base-files: move hostname operations out of issue file settings

2019-04-16 Thread Chen Qi
*** BLURB HERE *** The following changes since commit c23c8ebc7f66a92110bfc9e3c4d633a432d1353b: core-image-sato-sdk-ptest: Try and keep image below 4GB limit (2019-04-16 11:10:02 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/base-files-issue

[OE-core] [PATCH 1/1] base-files: move hostname operations out of issue file settings

2019-04-16 Thread Chen Qi
The function do_install_basefilesissue is meant to deal with /etc/issue* files and the following setting could actually be overridden. BASEFILESISSUEINSTALL ?= "do_install_basefilesissue" So move the hostname operations out of this function. Signed-off-by: Chen Qi ---

Re: [OE-core] [PATCH 1/2] systemd: change default locale from C.UTF-8 to C

2019-04-16 Thread Changqing Li
On 4/16/19 6:22 PM, Richard Purdie wrote: On Tue, 2019-04-16 at 17:49 +0800, changqing...@windriver.com wrote: From: Changqing Li current default locale is set to C.UTF-8, but glibc not support locale C.UTF-8. so set to the default locale C. [snip] if not meson.is_cross_build()

[OE-core] [oe-core][PATCH 1/1] parted: change device manager check in ptest

2019-04-16 Thread Joe Slater
t6001-psep should check for device manager the same way as other ptests for parted -- look for an environment variable. Signed-off-by: Joe Slater --- meta/recipes-extended/parted/files/dm_check.patch | 22 ++ meta/recipes-extended/parted/parted_3.2.bb| 1 + 2 files

[OE-core] [meta-oe][PATCH v2 1/3] systemd: remove 2 obsolete useradds

2019-04-16 Thread Adrian Freihofer
- Users systemd-journal-gateway and systemd-journal-upload are not used by systemd anymore. Systemd creates dynamic users for services without persistent data. - Fix start of journal-remote Signed-off-by: Adrian Freihofer --- meta/recipes-core/systemd/systemd_241.bb | 6 +- 1 file

Re: [OE-core] [PATCH v3] gcc-sanitizers: fix -Werror=maybe-uninitialized issue

2019-04-16 Thread Khem Raj
On Tue, Apr 16, 2019 at 1:40 AM Yu, Mingli wrote: > > > > On 2019年04月16日 00:21, Adrian Bunk wrote: > > On Mon, Apr 15, 2019 at 07:19:13AM -0700, Khem Raj wrote: > >> > >> What are you trying to convey ? That’s what I mentioned before I began my > >> reply however to reiterate my point was if a

[OE-core] [meta-oe][PATCH v3] Update ipmitool to use new active source

2019-04-16 Thread Vernon Mauery
The ipmitool project has moved from sourceforge to github and is under new management. This updates the source so that it pulls directly from git rather than a tarball. Eventually, once the next release is tagged, the new SRCREV can be updated to that. But for now, the project is under active

[OE-core] [PATCH] kexec-tools: Fix compilation with clang

2019-04-16 Thread Oleksiy Obitotskyy via Openembedded-core
clang assembler do not understand some directives e.g. ../kexec-tools-2.0.17/purgatory/arch/i386/entry32-16.S:23:2: error: unknown directive .arch i386 ^ ../kexec-tools-2.0.17/purgatory/arch/i386/entry32-16.S:115:11: error: unknown token in expression ljmp %cs:*(realdest - entry16) ^ Force

[OE-core] [meta-oe][PATCH] protobuf: Fix ptest compilation

2019-04-16 Thread Oleksiy Obitotskyy via Openembedded-core
Tests require c++11 support, so add -std=c++11 to compiler flags. Upstream-Status: Pending Signed-off-by: Oleksiy Obitotskyy --- meta-oe/recipes-devtools/protobuf/protobuf_3.6.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] Yocto Project Status WW15'19

2019-04-16 Thread Richard Purdie
Current Dev Position: YP 2.7 M4 (2.7 rc2 is in QA) Next Deadline: YP 2.7 Release Target April 26, 2019 SWAT Team Rotation: SWAT lead is currently: Chen SWAT team rotation: Chen -> Armin on Apr. 19, 2019SWAT team rotation: Armin -> Anuj on Apr. 26, 2019

[OE-core] [PATCH] classes/waf: Set WAFLOCK

2019-04-16 Thread Joshua Watt
Sets the WAFLOCK environment variable. This controls the name of the lock file that waf uses to pass the build configuration from 'configure' to 'build' and 'install'. Using a uniquely generated name based on the parameters passed to 'configure' ensures that the source directory can be configured

Re: [OE-core] [PATCH 2/2] glibc: Add a C.UTF-8 locale

2019-04-16 Thread Adrian Bunk
On Tue, Apr 16, 2019 at 05:49:44PM +0800, changqing...@windriver.com wrote: > From: Changqing Li > > * This patch is get from fedora project, link: > https://src.fedoraproject.org/rpms/glibc/blob/0457f649e3fe6299efe384da13dfc923bbe65707/f/glibc-c-utf8-locale.patch > > * At this point, most

Re: [OE-core] [PATCH] i2c-tools: Split binaries and library

2019-04-16 Thread Adrian Bunk
On Tue, Apr 16, 2019 at 12:02:04PM +, John Ernberg wrote: >... > --- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb > +++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb >... > -PACKAGES =+ "${PN}-misc" > +PACKAGES =+ "${PN}-misc ${PN}-utils " >... i2c-tools-utils is a weird name. It

[OE-core] [PATCH] i2c-tools: Split binaries and library

2019-04-16 Thread John Ernberg
From: John Ernberg Since the library is differently licensed, split it from the executables. According to the README of i2c-tools the library is LGPLv2.1 while the executables are GPLv2. License-update: Additional license file. Signed-off-by: John Ernberg ---

Re: [OE-core] [PATCH v2] dnf: Enable nativesdk

2019-04-16 Thread Zheng, Ruoqin
Ping -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From: Zheng, Ruoqin/郑 若钦 > Sent:

Re: [OE-core] [PATCH 1/2] systemd: change default locale from C.UTF-8 to C

2019-04-16 Thread Enrico Scholz via Openembedded-core
Richard Purdie writes: >> current default locale is set to C.UTF-8, but glibc not support >> locale C.UTF-8. so set to the default locale C. > > Doesn't your second patch mean we don't need this one? C.UTF-8 instead of plain C has runtime costs because additional files need to be read by

Re: [OE-core] [PATCH] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

2019-04-16 Thread Richard Purdie
On Tue, 2019-04-16 at 13:59 +0800, Naveen Saini wrote: > This provides git large file storage (lfs) extension. > > Include git-lfs conditionally. If git-lfs is present on host and repo > has lfs pointers, then git-lfs will be used. If git-lfs is not > present > on host, it will be ignored. > >

Re: [OE-core] [PATCH 1/2] systemd: change default locale from C.UTF-8 to C

2019-04-16 Thread Richard Purdie
On Tue, 2019-04-16 at 17:49 +0800, changqing...@windriver.com wrote: > From: Changqing Li > > current default locale is set to C.UTF-8, but glibc not support > locale C.UTF-8. so set to the default locale C. > > [snip] > if not meson.is_cross_build() >

[OE-core] [PATCH 1/2] systemd: change default locale from C.UTF-8 to C

2019-04-16 Thread changqing.li
From: Changqing Li current default locale is set to C.UTF-8, but glibc not support locale C.UTF-8. so set to the default locale C. [snip] if not meson.is_cross_build() choose_default_locale_sh = find_program('tools/choose-default-locale.sh')

[OE-core] [PATCH 2/2] glibc: Add a C.UTF-8 locale

2019-04-16 Thread changqing.li
From: Changqing Li * This patch is get from fedora project, link: https://src.fedoraproject.org/rpms/glibc/blob/0457f649e3fe6299efe384da13dfc923bbe65707/f/glibc-c-utf8-locale.patch * At this point, most major distro have support this locale * refer:

Re: [OE-core] [PATCH] package_ipk: handle exception for subprocess command

2019-04-16 Thread Andrey Zhizhikin
On Tue, Apr 16, 2019 at 10:24 AM wrote: > > On Tue, 2019-04-16 at 09:10 +0200, Andrey Zhizhikin wrote: > > On Mon, Apr 15, 2019 at 6:45 PM Richard Purdie > > wrote: > > > On Sun, 2019-04-14 at 16:21 +0200, Andrey Zhizhikin wrote: > > > > Ping. > > > > > > > > On Thu, Mar 28, 2019 at 10:47 AM

Re: [OE-core] [PATCH v3] gcc-sanitizers: fix -Werror=maybe-uninitialized issue

2019-04-16 Thread Yu, Mingli
On 2019年04月16日 00:21, Adrian Bunk wrote: On Mon, Apr 15, 2019 at 07:19:13AM -0700, Khem Raj wrote: What are you trying to convey ? That’s what I mentioned before I began my reply however to reiterate my point was if a package is not usually built and tested with this combination which is

Re: [OE-core] [PATCH] package_ipk: handle exception for subprocess command

2019-04-16 Thread richard . purdie
On Tue, 2019-04-16 at 09:10 +0200, Andrey Zhizhikin wrote: > On Mon, Apr 15, 2019 at 6:45 PM Richard Purdie > wrote: > > On Sun, 2019-04-14 at 16:21 +0200, Andrey Zhizhikin wrote: > > > Ping. > > > > > > On Thu, Mar 28, 2019 at 10:47 AM Andrey Zhizhikin < > > > andre...@gmail.com > > > > wrote:

Re: [OE-core] [PATCH 18/19] python3-pygobject: update to 3.32.0

2019-04-16 Thread Richard Purdie
On Mon, 2019-04-15 at 12:54 +0200, Alexander Kanavin wrote: > Switch to meson build system. > > Add a patch to disable tests. > > Add "introspection" to unknown configure option whitelist, as > this recipe needs g-i unconditionally. > > Signed-off-by: Alexander Kanavin > --- >

[OE-core] [PATCH v2 1/2] elfutils: add ptest support

2019-04-16 Thread mingli.yu
From: Mingli Yu Add testsuite-ignore-elflint.diff from debian (http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz) to fix below ptest failure: | ./run-strip-strmerge.sh: line 33: testrun_on_self_skip: command not found | FAIL: run-strip-strmerge.sh Add check

[OE-core] [PATCH v2 2/2] elfutils: fix build failure with musl

2019-04-16 Thread mingli.yu
From: Mingli Yu Fix below build failure with musl when ptest enabled. | In file included from ../../elfutils-0.176/tests/dwfl-proc-attach.c:33: | ../../elfutils-0.176/lib/system.h:63:35: error: called object 'err' is not a function or function pointer | #define error(status, errno, ...)

Re: [OE-core] [PATCH] package_ipk: handle exception for subprocess command

2019-04-16 Thread Andrey Zhizhikin
On Mon, Apr 15, 2019 at 6:45 PM Richard Purdie wrote: > > On Sun, 2019-04-14 at 16:21 +0200, Andrey Zhizhikin wrote: > > Ping. > > > > On Thu, Mar 28, 2019 at 10:47 AM Andrey Zhizhikin > > wrote: > > > When opkg-build command fails to execute, subprocess is returned > > > with > > > exception

[OE-core] [PATCH v2] libsoup: Upgrade from 2.64.2 to 2.66.1

2019-04-16 Thread Alistair Francis
Signed-off-by: Alistair Francis --- ...no-introspection-when-cross-building.patch | 20 +++ ...up-2.4_2.64.2.bb => libsoup-2.4_2.66.1.bb} | 4 ++-- 2 files changed, 14 insertions(+), 10 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.64.2.bb =>