Re: [OE-core] [PATCH 3/3] elfutils: Fix eu-* utils builds for musl

2019-05-21 Thread Adrian Bunk
On Tue, May 21, 2019 at 06:32:28PM -0700, Khem Raj wrote: >... > PN and PN-binutils is not empty anymore on musl >... > ++#if !defined(FNM_EXTMATCH) > ++# define FNM_EXTMATCH (1 << 5) /* Use ksh-like extended matching. */ > ++#endif >... This might fix the compilation, but it is horribly wrong. I

Re: [OE-core] [PATCH][thud] adwaita-icon-theme: do not delete symbolic svg but pack them in ${PN}-symbolic

2019-05-21 Thread Richard Purdie
On Tue, 2019-05-21 at 21:47 -0700, akuster808 wrote: > > On 5/21/19 2:42 AM, Andreas Müller wrote: > > On Tue, May 14, 2019 at 9:47 AM Andreas Müller < > > schnitzelt...@gmail.com> wrote: > > > On Tue, May 7, 2019 at 12:51 PM Andreas Müller < > > > schnitzelt...@gmail.com> wrote: > > > > On Tue, A

Re: [OE-core] [PATCH][thud] adwaita-icon-theme: do not delete symbolic svg but pack them in ${PN}-symbolic

2019-05-21 Thread akuster808
On 5/21/19 2:42 AM, Andreas Müller wrote: > On Tue, May 14, 2019 at 9:47 AM Andreas Müller > wrote: >> On Tue, May 7, 2019 at 12:51 PM Andreas Müller >> wrote: >>> On Tue, Apr 30, 2019 at 8:20 AM Andreas Müller >>> wrote: On Wed, Apr 17, 2019 at 3:39 PM Andreas Müller wrote: >>>

Re: [OE-core] [PATCH v2 1/1] systemd-conf: configure wired network with dhcp

2019-05-21 Thread Kang Kai
On 2019/5/22 上午1:37, Khem Raj wrote: just copy paste from meta-yoe, that has been long working. On Tue, May 21, 2019 at 2:23 AM wrote: From: Kai Kang Add a configure file for systemd.networkd to configure wired network interfaces with dhcp. It works with common network interfaces such eth0 a

Re: [OE-core] [PATCH v4] python*-setuptools: add separate packages for pkg_resources module

2019-05-21 Thread Khem Raj
On Tue, May 21, 2019 at 5:36 AM wrote: > > From: Luca Boccassi > > The pkg_resources Python module is useful by itself, for example for > automatic loading of resources shipped in a Python package. > Add separate packages for it, so that users can depend on them > individually and avoid pulling i

Re: [OE-core] [PATCH] libmodulemd: fix erroneous linking against v2 library when v1 was requested

2019-05-21 Thread Khem Raj
On Tue, May 21, 2019 at 9:12 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > ...xplicitly-specify-the-v1-library-in-.patch | 28 +++ > .../libmodulemd/libmodulemd_git.bb| 1 + > 2 files changed, 29 insertions(+) > create mode 100644 > meta/

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-21 Thread Philip Balister
On 05/21/2019 12:41 PM, Richard Purdie wrote: > On Tue, 2019-05-21 at 11:00 +0200, Andreas Müller wrote: >> Upcoming 60.2.3 mozjs (meta-oe) requires python(2)-six-native for its >> configuration. Currently python(2)-six lives in meta-python and it >> could be >> moved to mozjs's home meta-oe but th

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-21 Thread Khem Raj
On Tue, May 21, 2019 at 2:44 PM wrote: > > On Tue, 2019-05-21 at 22:59 +0200, Andreas Müller wrote: > > On Tue, May 21, 2019 at 8:38 PM > > wrote: > > > > No sorry mozjs uses old crap in their configurations scripts > > > > nobody > > > > else does (python which) and ask for python2 explicitly. >

Re: [OE-core] [PATCH 5/6] m4: Add coreutils and dffutils dependency for ptest

2019-05-21 Thread Khem Raj
a small nit typo in subject line On Tue, May 21, 2019 at 3:29 PM Richard Purdie wrote: > > The scripts use options not supported by busybox utils such as head and diff > so the full coreutils and diffutils utilities are needed. > > Signed-off-by: Richard Purdie > --- > meta/recipes-devtools/m4/

[OE-core] [PATCH 2/3] maintainers: Account for musl-obstack and libssp-nonshared

2019-05-21 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/conf/distro/include/maintainers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 67a51cdecc..2c10b104de 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/

[OE-core] [PATCH 1/3] musl-obstack: Add recipe

2019-05-21 Thread Khem Raj
obstacks from GNUlib is used in some OE-Core packages e.g. elfutils and other packages outside OE-Core, this recipe helps provide this functionality standalone on musl systems, and helps in getting full versions of dependent packages Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl-obstac

[OE-core] [PATCH 3/3] elfutils: Fix eu-* utils builds for musl

2019-05-21 Thread Khem Raj
Re-organize the musl patches in three different areas namely libs, utils and tests, this will help maintain them in future version bumps Add obstack dependency on musl targets which is needed for eu-* PN and PN-binutils is not empty anymore on musl Signed-off-by: Khem Raj --- .../elfutils/elfu

Re: [OE-core] [PATCH][thud] adwaita-icon-theme: do not delete symbolic svg but pack them in ${PN}-symbolic

2019-05-21 Thread akuster808
On 5/21/19 2:42 AM, Andreas Müller wrote: > On Tue, May 14, 2019 at 9:47 AM Andreas Müller > wrote: >> On Tue, May 7, 2019 at 12:51 PM Andreas Müller >> wrote: >>> On Tue, Apr 30, 2019 at 8:20 AM Andreas Müller >>> wrote: On Wed, Apr 17, 2019 at 3:39 PM Andreas Müller wrote: >>>

Re: [OE-core] ptest with BBCLASSEXTEND

2019-05-21 Thread Richard Purdie
On Thu, 2019-05-16 at 23:28 +0100, richard.pur...@linuxfoundation.org wrote: > Just to update from my perspective: > > quilt and lib*-perl all look like missing perl module dependencies. > The place those dependencies are missing may be for the ptest or may > be the actual PN package itself, depen

[OE-core] [PATCH 4/6] libpcre: Add make dependency for ptest

2019-05-21 Thread Richard Purdie
The tests are run from a makefile so this dependency is needed. Signed-off-by: Richard Purdie --- meta/recipes-support/libpcre/libpcre_8.43.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/libpcre/libpcre_8.43.bb b/meta/recipes-support/libpcre/libpcre_8.43.bb index

[OE-core] [PATCH 6/6] perl/modules: Add various missing ptest perl module dependencies

2019-05-21 Thread Richard Purdie
Whilst not complete, this resolves some module dependency failures being seen by various lib*-perl ptests and in quilt. Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt | 5 + meta/recipes-devtools/perl/liburi-perl_1.74.bb| 2 +- meta/re

[OE-core] [PATCH 5/6] m4: Add coreutils and dffutils dependency for ptest

2019-05-21 Thread Richard Purdie
The scripts use options not supported by busybox utils such as head and diff so the full coreutils and diffutils utilities are needed. Signed-off-by: Richard Purdie --- meta/recipes-devtools/m4/m4-1.4.18.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtool

[OE-core] [PATCH 3/6] openssh: Add sudo dependency for ptest

2019-05-21 Thread Richard Purdie
Without this we see test failures due to the sudo binary being missing. Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssh/openssh_7.9p1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssh/openssh_7.9p1.bb b/meta/recipes-conn

[OE-core] [PATCH 1/6] perl-rdepends: Add missing module dependencies

2019-05-21 Thread Richard Purdie
Adding these fixes the acl and attr ptests to work within minimal images. Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt b/meta/recipes-de

[OE-core] [PATCH 2/6] bash: Fix bash-ptest dependencies

2019-05-21 Thread Richard Purdie
Bash's ptest needs glibc-utils (for locale), some extra locales for various tests it uses options busybox doesn't support for some tools, hence coreutils and also runs perl for some tests. Signed-off-by: Richard Purdie --- meta/recipes-extended/bash/bash.inc | 4 ++-- 1 file changed, 2 inserti

[OE-core] [PATCH] libxcrypt: update to 4.4.6

2019-05-21 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../libxcrypt/{libxcrypt_4.4.4.bb => libxcrypt_4.4.6.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta/recipes-core/libxcrypt/{libxcrypt_4.4.4.bb => libxcrypt_4.4.6.bb} (93%) diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.

[OE-core] [warrior][PATCH] Revert "acpica: use update-alternatives for acpidump"

2019-05-21 Thread Martin Jansa
This reverts commit c3a325b5c2d9315629d014e5ebba552fe045171c. This seems to be causing: WARNING: acpica-20180508-r0 do_package: acpica: alternative target (/usr/bin/acpidump or /usr/bin/acpidump.acpica) does not exist, skipping... WARNING: acpica-20180508-r0 do_package: acpica: NOT adding alterna

Re: [OE-core] [PATCH 13/42] systemtap: upgrade 4.0 -> 4.1

2019-05-21 Thread Victor Kamensky (kamensky) via Openembedded-core
Hi Alexander, I am curios how much did you test it? I had the same patch for a while, waited to post it till proper regressions are done. Thanks, Victor From: openembedded-core-boun...@lists.openembedded.org on behalf of Alexander Kanavin Sent: Monday

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-21 Thread richard . purdie
On Tue, 2019-05-21 at 22:59 +0200, Andreas Müller wrote: > On Tue, May 21, 2019 at 8:38 PM > wrote: > > > No sorry mozjs uses old crap in their configurations scripts > > > nobody > > > else does (python which) and ask for python2 explicitly. > > > > I've been giving this a bit more thought and i

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-21 Thread Andreas Müller
On Tue, May 21, 2019 at 8:38 PM wrote: > > No sorry mozjs uses old crap in their configurations scripts nobody > > else does (python which) and ask for python2 explicitly. > > I've been giving this a bit more thought and its our intent to try and > remove python2 from OE-Core entirely so adding py

[OE-core] [PATCH] meta: avoid depending on EXTRA_IMAGEDEPENDS for initramfs

2019-05-21 Thread liu . ming50
From: Ming Liu The dependencies in EXTRA_IMAGEDEPENDS should not be depended by initramfs image recipes, that would introduce risk of circular dependency issues. Signed-off-by: Ming Liu --- meta/recipes-core/images/core-image-minimal-initramfs.bb| 3 +++ meta/recipes-core/images/core-i

Re: [OE-core] Fedora 30: Yocto support

2019-05-21 Thread Khem Raj
I think this could be related to f30 using gcc9 I would suggest that you disable uninative for a while On Tue, May 21, 2019 at 2:03 AM Parthiban Nallathambi wrote: > Hello All, > > I am trying to compile yocto for my Raspberry PI 0 under Fedora 30. But > the compilation fails with GLIBC dependen

Re: [OE-core] [PATCH 32/42] libdnf: upgrade 0.28.1 -> 0.33.0

2019-05-21 Thread Alexander Kanavin
On Tue, 21 May 2019 at 21:05, wrote: > > On Tue, 21 May 2019 at 20:44, Richard Purdie > > wrote: > > > On Mon, 2019-05-20 at 16:11 +0200, Alexander Kanavin wrote: > > > > Signed-off-by: Alexander Kanavin > > > > --- > > > > .../libdnf/{libdnf_0.28.1.bb => > > > > libdnf_0.33.0.bb}

Re: [OE-core] [oe-commits] [openembedded-core] 19/24: acpica: use update-alternatives for acpidump

2019-05-21 Thread Martin Jansa
This seems to be causing: WARNING: acpica-20180508-r0 do_package: acpica: alternative target (/usr/bin/acpidump or /usr/bin/acpidump.acpica) does not exist, skipping... WARNING: acpica-20180508-r0 do_package: acpica: NOT adding alternative provide /usr/bin/acpidump: /usr/bin/acpidump.acpica does no

Re: [OE-core] [PATCH 32/42] libdnf: upgrade 0.28.1 -> 0.33.0

2019-05-21 Thread richard . purdie
On Tue, 2019-05-21 at 21:00 +0200, Alexander Kanavin wrote: > On Tue, 21 May 2019 at 20:44, Richard Purdie > wrote: > > On Mon, 2019-05-20 at 16:11 +0200, Alexander Kanavin wrote: > > > Signed-off-by: Alexander Kanavin > > > --- > > > .../libdnf/{libdnf_0.28.1.bb => > > > libdnf_0.33.0.bb}

Re: [OE-core] [PATCH 32/42] libdnf: upgrade 0.28.1 -> 0.33.0

2019-05-21 Thread Alexander Kanavin
On Tue, 21 May 2019 at 20:44, Richard Purdie wrote: > > On Mon, 2019-05-20 at 16:11 +0200, Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > > --- > > .../libdnf/{libdnf_0.28.1.bb => libdnf_0.33.0.bb} | 2 > > +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [OE-core] [PATCH 32/42] libdnf: upgrade 0.28.1 -> 0.33.0

2019-05-21 Thread Richard Purdie
On Mon, 2019-05-20 at 16:11 +0200, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > .../libdnf/{libdnf_0.28.1.bb => libdnf_0.33.0.bb} | 2 > +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-devtools/libdnf/{libdnf_0.28.1.bb => > libdnf_0.3

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-21 Thread richard . purdie
On Tue, 2019-05-21 at 20:00 +0200, Andreas Müller wrote: > On Tue, May 21, 2019 at 6:41 PM Richard Purdie > wrote: > > On Tue, 2019-05-21 at 11:00 +0200, Andreas Müller wrote: > > > Upcoming 60.2.3 mozjs (meta-oe) requires python(2)-six-native for > > > its > > > configuration. Currently python(2)

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-21 Thread Andreas Müller
On Tue, May 21, 2019 at 6:41 PM Richard Purdie wrote: > > On Tue, 2019-05-21 at 11:00 +0200, Andreas Müller wrote: > > Upcoming 60.2.3 mozjs (meta-oe) requires python(2)-six-native for its > > configuration. Currently python(2)-six lives in meta-python and it > > could be > > moved to mozjs's home

Re: [OE-core] [PATCH v2 1/1] systemd-conf: configure wired network with dhcp

2019-05-21 Thread Khem Raj
just copy paste from meta-yoe, that has been long working. On Tue, May 21, 2019 at 2:23 AM wrote: > > From: Kai Kang > > Add a configure file for systemd.networkd to configure wired network > interfaces with dhcp. It works with common network interfaces such eth0 > and eno1. > > Refer to > https

Re: [OE-core] [PATCH 2/2] apr/apr-util: Add ptest dependency on libgcc

2019-05-21 Thread Khem Raj
On Tue, May 21, 2019 at 5:29 AM wrote: > > On Mon, 2019-05-20 at 11:43 -0700, Khem Raj wrote: > > > > On 5/16/19 4:49 AM, Richard Purdie wrote: > > > Avoid: > > > > > > libgcc_s.so.1 must be installed for pthread_cancel to work > > > > > > when running the ptest without libgcc. > > > > > > > this

Re: [OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-21 Thread Richard Purdie
On Tue, 2019-05-21 at 11:00 +0200, Andreas Müller wrote: > Upcoming 60.2.3 mozjs (meta-oe) requires python(2)-six-native for its > configuration. Currently python(2)-six lives in meta-python and it > could be > moved to mozjs's home meta-oe but that would be just further clutter. > > Once applied

Re: [OE-core] Yocto Project Status WW21'19

2019-05-21 Thread akuster808
On 5/21/19 7:38 AM, Richard Purdie wrote: > > Current Dev Position: YP 2.8 M1 > > Next Deadline: YP 2.8 Milestone 1 Cutoff June 9th, 2019 > > > SWAT Team Rotation: > > * > > SWAT lead is currently: Ross > > * > > SWAT team rotation: Ross -> Chen on May. 24, 2019 > > * > > SWAT team

Re: [OE-core] [PATCH 03/42] libmodulemd: upgrade 2.2.3 -> 2.4.0

2019-05-21 Thread Alexander Kanavin
Yes - I just sent a patch for the issue. libmodulemd comes in v2 and v1 flavours, and there was confusion about which one to link to (libdnf needs v1, createrepo-c wants v2). Alex On Tue, 21 May 2019 at 16:41, Richard Purdie wrote: > > On Mon, 2019-05-20 at 16:10 +0200, Alexander Kanavin wrote:

[OE-core] [PATCH] libmodulemd: fix erroneous linking against v2 library when v1 was requested

2019-05-21 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...xplicitly-specify-the-v1-library-in-.patch | 28 +++ .../libmodulemd/libmodulemd_git.bb| 1 + 2 files changed, 29 insertions(+) create mode 100644 meta/recipes-devtools/libmodulemd/libmodulemd/0001-v1-meson.build-explicitly-sp

Re: [OE-core] [PATCH v2] gdb: Upgrade from 8.2.1 to 8.3

2019-05-21 Thread richard . purdie
On Tue, 2019-05-21 at 08:37 -0700, Alistair Francis wrote: > On Tue, May 21, 2019 at 12:32 AM Richard Purdie > wrote: > > 2019-05-20 19:03:42,463 - oe-selftest - INFO - > > === > > === > > 2019-05-20 19:03:42,463 - oe-selftest - INFO

Re: [OE-core] [PATCH v2] gdb: Upgrade from 8.2.1 to 8.3

2019-05-21 Thread Alistair Francis
On Tue, May 21, 2019 at 12:32 AM Richard Purdie wrote: > > On Fri, 2019-05-17 at 16:53 -0700, Alistair Francis wrote: > > Bump GDB and change the oeqa selftest expression to allow ptests to > > pass. > > > > Signed-off-by: Alistair Francis > > --- > > meta/conf/distro/include/tcmode-default.inc

Re: [OE-core] [PATCH 03/42] libmodulemd: upgrade 2.2.3 -> 2.4.0

2019-05-21 Thread Richard Purdie
On Mon, 2019-05-20 at 16:10 +0200, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb > b/meta

[OE-core] Yocto Project Status WW21'19

2019-05-21 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: Ross * SWAT team rotation: Ross -> Chen on May. 24, 2019 * SWAT team rotation: Chen -> Armin on May. 31, 2019 * https://wiki.yoctoproject.org/wiki/Yocto_Build_Fail

Re: [OE-core] [PATCH 0/4] add wic based image installer

2019-05-21 Thread Tom Rini
Thanks! FWIW, I really think an installer improvement would be go to from "copy image contents to install media, update slightly" to "write compressed image to disk (use bmaptool to handle decomp), update a few things like UUIDs". This would buy us a lot of space as a .xz compressed image is goin

[OE-core] [PATCH v4] python*-setuptools: add separate packages for pkg_resources module

2019-05-21 Thread luca . boccassi
From: Luca Boccassi The pkg_resources Python module is useful by itself, for example for automatic loading of resources shipped in a Python package. Add separate packages for it, so that users can depend on them individually and avoid pulling in the entire setuptools, which include scripts to dow

Re: [OE-core] [PATCH v3] python*-setuptools: add separate packages for pkg_resources module

2019-05-21 Thread Luca Boccassi
On Tue, 2019-05-21 at 13:34 +0100, luca.bocca...@gmail.com wrote: > From: Luca Boccassi < > luca.bocca...@microsoft.com > > > > The pkg_resources Python module is useful by itself, for example for > automatic loading of resources shipped in a Python package. > Add separate packages for it, so that

[OE-core] [PATCH v3] python*-setuptools: add separate packages for pkg_resources module

2019-05-21 Thread luca . boccassi
From: Luca Boccassi The pkg_resources Python module is useful by itself, for example for automatic loading of resources shipped in a Python package. Add separate packages for it, so that users can depend on them individually and avoid pulling in the entire setuptools, which include scripts to dow

Re: [OE-core] [PATCH] kexec-tools: refresh patches with devtool

2019-05-21 Thread Martin Jansa
On Sat, May 11, 2019 at 04:16:56PM +, Martin Jansa wrote: > * to make it easier to rebase ping? I know this change alone doesn't look very useful (but it was useful for me when rebasing other patches in other layers). > Signed-off-by: Martin Jansa > --- > ...owerpc-change-the-memory-size-

Re: [OE-core] [PATCH 2/2] apr/apr-util: Add ptest dependency on libgcc

2019-05-21 Thread richard . purdie
On Mon, 2019-05-20 at 11:43 -0700, Khem Raj wrote: > > On 5/16/19 4:49 AM, Richard Purdie wrote: > > Avoid: > > > > libgcc_s.so.1 must be installed for pthread_cancel to work > > > > when running the ptest without libgcc. > > > > this is interesting, do we get this error explicitly from runnin

Re: [OE-core] [PATCH] glib-networking: add PACKAGECONFIG for openssl

2019-05-21 Thread Martin Jansa
On Tue, May 14, 2019 at 02:02:10PM +0200, Martin Jansa wrote: > Thanks all, I think the discussion made it clear that we shouldn't change > the default yet. > > Makes it easier for me as I'll need this PACKAGECONFIG backported to > warrior as well (and we shouldn't change the default there for sur

Re: [OE-core] [PATCH v2 1/1] systemd-conf: configure wired network with dhcp

2019-05-21 Thread Richard Purdie
On Tue, 2019-05-21 at 05:22 -0400, kai.k...@windriver.com wrote: > From: Kai Kang > > Add a configure file for systemd.networkd to configure wired network > interfaces with dhcp. It works with common network interfaces such > eth0 > and eno1. > > Refer to > https://github.com/YoeDistro/meta-yoe/

[OE-core] [PATCH] ofono: Fix another race condition during the build

2019-05-21 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- ...-t-overwrite-src_ofonod_DEPENDENCIES.patch | 50 +++ meta/recipes-connectivity/ofono/ofono_1.29.bb | 1 + 2 files changed, 51 insertions(+) create mode 100644 meta/recipes-connectivity/ofono/ofono/0001-Makefile.am-Don-t-overwrite-src_ofonod_DEP

Re: [OE-core] [PATCH v3] ofono: upgrade 1.25 -> 1.29

2019-05-21 Thread Adrian Bunk
On Tue, May 21, 2019 at 11:42:04AM +0100, Richard Purdie wrote: > On Thu, 2019-05-16 at 11:56 +0300, Adrian Bunk wrote: > > Remove patch applied upstream. > > Backport two fixes for build failures > > > > Signed-off-by: Adrian Bunk > > --- > > v3: Another buildfix backported. > > I merged this b

Re: [OE-core] [PATCH v2] python*-setuptools: add separate packages for pkg_resources module

2019-05-21 Thread richard . purdie
On Tue, 2019-05-21 at 11:59 +0100, luca.bocca...@gmail.com wrote: > From: Luca Boccassi > > The pkg_resources Python module is useful by itself, for example for > automatic loading of resources shipped in a Python package. > Add separate packages for it, so that users can depend on them > individ

[OE-core] [PATCH v2] python*-setuptools: add separate packages for pkg_resources module

2019-05-21 Thread luca . boccassi
From: Luca Boccassi The pkg_resources Python module is useful by itself, for example for automatic loading of resources shipped in a Python package. Add separate packages for it, so that users can depend on them individually and avoid pulling in the entire setuptools, which include scripts to dow

Re: [OE-core] [PATCH v3] ofono: upgrade 1.25 -> 1.29

2019-05-21 Thread Richard Purdie
On Thu, 2019-05-16 at 11:56 +0300, Adrian Bunk wrote: > Remove patch applied upstream. > Backport two fixes for build failures > > Signed-off-by: Adrian Bunk > --- > v3: Another buildfix backported. I merged this but it seems there are still some other races in there which appeared in later buil

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

2019-05-21 Thread Oleksiy Obitotskyi -X (oobitots - GLOBALLOGIC INC at Cisco) via Openembedded-core
On 20.05.19 23:14, Khem Raj wrote: > > On 5/16/19 1:32 AM, Oleksiy Obitotskyi -X (oobitots - GLOBALLOGIC INC at > Cisco) via Openembedded-core wrote: >> Any comments? >> > This is same as https://bugzilla.kernel.org/show_bug.cgi?id=177321 > > and I think the below should have helped. > > https://g

Re: [OE-core] [PATCH 1/1] systemd-conf: configure wired network with dhcp

2019-05-21 Thread Alex Kiernan
On Tue, May 21, 2019 at 6:04 AM Kang Kai wrote: > > On 2019/5/21 下午12:49, Alex Kiernan wrote: > > On Tue, May 21, 2019 at 2:34 AM Kang Kai wrote: > >> On 2019/5/21 上午1:45, Alex Kiernan wrote: > >>> On Mon, May 20, 2019 at 10:47 AM wrote: > From: Kai Kang > > Add a configure file

Re: [OE-core] [PATCH][thud] adwaita-icon-theme: do not delete symbolic svg but pack them in ${PN}-symbolic

2019-05-21 Thread Andreas Müller
On Tue, May 14, 2019 at 9:47 AM Andreas Müller wrote: > > On Tue, May 7, 2019 at 12:51 PM Andreas Müller > wrote: > > > > On Tue, Apr 30, 2019 at 8:20 AM Andreas Müller > > wrote: > > > > > > On Wed, Apr 17, 2019 at 3:39 PM Andreas Müller > > > wrote: > > > > > > > > This fixes: > > > > * gt

[OE-core] [PATCH v2 1/1] systemd-conf: configure wired network with dhcp

2019-05-21 Thread kai.kang
From: Kai Kang Add a configure file for systemd.networkd to configure wired network interfaces with dhcp. It works with common network interfaces such eth0 and eno1. Refer to https://github.com/YoeDistro/meta-yoe/tree/master/recipes-core/systemd [YOCTO #13057] Signed-off-by: Kai Kang --- met

[OE-core] [PATCH v2 0/1] Configure wired network interface with dhcp for systemd

2019-05-21 Thread kai.kang
From: Kai Kang v2: Refer to https://github.com/YoeDistro/meta-yoe/tree/master/recipes-core/systemd * add section 'DHCP' in dhcp.network which could solve got 2 ips when connman is installed * not install the configure file for qemu Kai Kang (1): systemd-conf: configure wired network with dhc

[OE-core] Fedora 30: Yocto support

2019-05-21 Thread Parthiban Nallathambi
Hello All, I am trying to compile yocto for my Raspberry PI 0 under Fedora 30. But the compilation fails with GLIBC dependency. Please find the logs below. Any hints/clues to fix this would be helpful. Thanks. **Logs:** | /work/rpi/zero/tmp/work/x86_64-linux/cmake-native/3.14.1-r0/build/Bootst

[OE-core] Fedora 30: Yocto support

2019-05-21 Thread Parthiban Nallathambi
Hello All, I am trying to compile yocto for my Raspberry PI 0 under Fedora 30. But the compilation fails with GLIBC dependency. Please find the logs below. Any hints/clues to fix this would be helpful. Thanks. **Logs:** | /work/rpi/zero/tmp/work/x86_64-linux/cmake-native/3.14.1-r0/build/Bootst

Re: [OE-core] [PATCH] xmlto: set CLEANBROKEN = "1"

2019-05-21 Thread Hongxu Jia
On 5/21/19 4:49 PM, Hongxu Jia wrote: While rebuilding xmlto or xmlto-native, `make clean' in do_configure will remove man/man1/xmlif.1 which triger failure in do_compile $ bitbake xmlto-native $ bitbake xmlto-native -cconfigure -f $ bitbake xmlto-native -ccompile -f Clarify two thing someone

[OE-core] [PATCH 1/2] gsettings-desktop-schemas: upgrade 3.28.1 -> 3.32.0

2019-05-21 Thread Andreas Müller
* build with meson * dependency intltool-native can go - they moved gettext only translation * put gnome inherits together Signed-off-by: Andreas Müller --- ...gir-installation-for-cross-compiling.patch | 33 +++ ...bb => gsettings-desktop-schemas_3.32.0.bb} | 11 --- 2 files

[OE-core] [PATCH 2/2] python-six: put python2/3 variant together

2019-05-21 Thread Andreas Müller
Upcoming 60.2.3 mozjs (meta-oe) requires python(2)-six-native for its configuration. Currently python(2)-six lives in meta-python and it could be moved to mozjs's home meta-oe but that would be just further clutter. Once applied here patch to meta-python will be send. Signed-off-by: Andreas Mülle

[OE-core] [PATCH v2] mdadm: install the systemd service through Makefile

2019-05-21 Thread Liwei Song
The original mdadm service may include variable like BINDIR, It should use the real value of it, since the install method "install-systemd" in Makefile can easily do such work, so don't install it in bb file manually, use "make install-systemd" to install all the service of mdadm. Signed-off-by: L

[OE-core] [PATCH] xmlto: set CLEANBROKEN = "1"

2019-05-21 Thread Hongxu Jia
While rebuilding xmlto or xmlto-native, `make clean' in do_configure will remove man/man1/xmlif.1 which triger failure in do_compile $ bitbake xmlto-native $ bitbake xmlto-native -cconfigure -f $ bitbake xmlto-native -ccompile -f ... |FORMAT_DIR=./format /bin/bash ./xmlto -o man/man1 man doc/xmlif

Re: [OE-core] [PATCH] mdadm: install the systemd service through Makefile

2019-05-21 Thread Liwei Song
On 05/21/2019 02:43 PM, Khem Raj wrote: > On Mon, May 20, 2019 at 7:21 PM Liwei Song wrote: >> >> >> >> On 05/21/2019 05:18 AM, Khem Raj wrote: >>> >>> >>> On 5/15/19 7:41 PM, Liwei Song wrote: The original mdadm service may include variable like BINDIR, It should use the real value o

Re: [OE-core] [PATCH 0/4] add wic based image installer

2019-05-21 Thread Lee, Chee Yang
Tom, Thanks for the sharing I try out this method and it works however I notice that sdimage-bootpart.wks format bootimg-partition with vfat still limit the rootfs.img size to 4GB. Anyway, with the similar trick and using a new .wks with combination of 2 partition below could build the installer

Re: [OE-core] [PATCH v2] gdb: Upgrade from 8.2.1 to 8.3

2019-05-21 Thread Richard Purdie
On Fri, 2019-05-17 at 16:53 -0700, Alistair Francis wrote: > Bump GDB and change the oeqa selftest expression to allow ptests to > pass. > > Signed-off-by: Alistair Francis > --- > meta/conf/distro/include/tcmode-default.inc | 2 +- > meta/lib/oeqa/selftest/cases/package.py | 2 +- > .