Re: [OE-core] [PATCH 0/4] Introduce packagegroup-core-base-utils

2019-03-01 Thread Adrian Bunk
On Fri, Mar 01, 2019 at 05:26:48PM -0500, Tom Rini wrote: >... > - busybox provides "nslookup" which at this point in time is an > anachronism. bind stopped shipping "nslookup" prior to oe-core replacing > the old monolithic layer. We do provide host and dig and such via > bind-utils. >...

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-03-01 Thread Stefan Agner
On 01.03.2019 20:15, Stefan Agner wrote: > On 23.02.2019 13:29, Richard Purdie wrote: >> On Wed, 2019-02-20 at 21:10 +0100, Alexander Kanavin wrote: >>> Drop autotools-specific patches. >>> >>> Rework jku's thumbnailer patch into meson configuration. >>> >>> Signed-off-by: Alexander Kanavin >> >>

[OE-core] [PATCH v2] glibc: add ld.so locks in _libc_fork

2019-03-01 Thread Jonathan Rajotte-Julien
Hi, One of our customer reported that lttng tracing with python (using the python agent) resulted in a hang for their applications on Rocko (and up). After a bit of investigation, it seems that it is related to the second patch [1] of this patch series to be applied top of glibc. I know, we are

[OE-core] [PATCH] gdk-pixbuf: fix Meson variable names

2019-03-01 Thread Stefan Agner
From: Stefan Agner With 2.38.0 gdk-pixbuf dopped the enable_ prefix from the Meson build options. Signed-off-by: Stefan Agner --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.0.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH] psplash: improve make-image-header.sh call

2019-03-01 Thread Stefan Agner
From: Stefan Agner Simplify make-image-header.sh call and make sure it gets called in the current working directory. Also check the return value of the function call. Signed-off-by: Stefan Agner --- meta/recipes-core/psplash/psplash_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3

[OE-core] [meta-oe][PATCH 2/2] inetutils: Remove as this is now in oe-core

2019-03-01 Thread Tom Rini
Now that we have migrated this recipe to oe-core we need to drop it from here. Signed-off-by: Tom Rini --- NOTE: Do not apply this until the series which imports vim into oe-core itself has been applied. This is being posted now so that I don't forget about it. ---

[OE-core] [meta-oe][PATCH 1/2] vim: Remove as this is now in oe-core

2019-03-01 Thread Tom Rini
Now that we have migrated this recipe to oe-core we need to drop it from here. Signed-off-by: Tom Rini --- NOTE: Do not apply this until the series which imports vim into oe-core itself has been applied. This is being posted now so that I don't forget about it. ---

[OE-core] [PATCH 3/4] packagegroup-core-base-utils: Introduce new base-utils packagegroup

2019-03-01 Thread Tom Rini
This packagegroup is intended to provide all of the functionality found in other VIRTUAL-RUNTIME_base-utils providers through full packages rather than an all-on-one package. Document how to make use of this in local.conf.sample.extended. Introduce VIRTUAL-RUNTIME-vim and default this to

[OE-core] [PATCH 4/4] imagefeatures: Add test to blacklist building busybox

2019-03-01 Thread Tom Rini
Now that we have a packagegroup that can be used to replace the overall functionality of busybox as base-utils, add a test that we can continue to build a fairly complex image without busybox being available. This also doubles as documentation-by-test of how to do this. Signed-off-by: Tom Rini

[OE-core] [PATCH 2/4] inetutils: Import version 1.9.4

2019-03-01 Thread Tom Rini
In order to have more robust stand-alone network tools in oe-core, bring in vim from meta-openembedded/meta-networking. This imports the recipes as of git commit: commit 408204073e6bdcd8ac586e05d5b75213417673f2 Author: Martin Jansa Date: Thu Aug 16 20:39:15 2018 + inetutils: fix build

[OE-core] [PATCH 1/4] vim: Import version 8.1.0347

2019-03-01 Thread Tom Rini
In order to have a stand-alone editor in oe-core, bring in vim from meta-openembedded/meta-oe. This imports the recipes as of git commit: commit 7b48bd2be97408107c0dd3c74b1e28f042268457 Author: Ovidiu Panait Date: Fri Feb 1 10:07:20 2019 +0200 vim: Enable GUI support for x11

[OE-core] [PATCH 0/4] Introduce packagegroup-core-base-utils

2019-03-01 Thread Tom Rini
Hey all, Over on the Yocto list[1] the topic of how to build an image without busybox once again came up. As part of that discussion I said I'd been thinking about a packagegroup to make this easier to do as while virtual/base-utils and VIRTUAL-RUNTIME_base-utils exist and work and allow for

Re: [OE-core] Information about non-traditional uses of the Yocto Project and OpenEmbedded

2019-03-01 Thread Khem Raj
Hi Ricardo This is interesting, who would not like an improved Beers :) On Fri, Mar 1, 2019 at 11:43 AM Ricardo Ribalda Delgado wrote: > > Hi > > We (qtec.com) use yocto/oe to build industrial vision systems. > > Today is running on Potato graders, Carrot Graders, Potato 3d cameras, >

[OE-core] [PATCH] openssl10: Fix mutliple include assumptions for des.h in opensslconf.h

2019-03-01 Thread Denys Dmytriyenko
From: Denys Dmytriyenko The fix is heavily based on Khem's previous fix for bn.h/BN_LLONG breakage: https://git.openembedded.org/openembedded-core/commit/?id=f787b0bb9b0626ddbf2ac94cb206c76716a3773d Signed-off-by: Denys Dmytriyenko Cc: Khem Raj ---

Re: [OE-core] Information about non-traditional uses of the Yocto Project and OpenEmbedded

2019-03-01 Thread Ricardo Ribalda Delgado
Hi We (qtec.com) use yocto/oe to build industrial vision systems. Today is running on Potato graders, Carrot Graders, Potato 3d cameras, Hyperspectral cameras, Beer analysers, Checkweighers, Screw Counters, Hockey streamers Let me know if you think this is interesting and I can share more

Re: [OE-core] [PATCH 1/3] license: Add the CMU-Tex license

2019-03-01 Thread Alistair Francis
Never mind, drop these. I will move this into the meta-multimedia layer. Alistair On Fri, Mar 1, 2019 at 11:32 AM Alistair Francis wrote: > > This is based on the license here: > https://github.com/MycroftAI/mimic/blob/development/COPYING#L840 > > Signed-off-by: Alistair Francis > --- >

[OE-core] [PATCH 3/3] license: Add the BellBird license

2019-03-01 Thread Alistair Francis
This is based on the license from here: https://github.com/MycroftAI/mimic/blob/development/COPYING#L959 Signed-off-by: Alistair Francis --- meta/files/common-licenses/BellBird | 25 + 1 file changed, 25 insertions(+) create mode 100644

[OE-core] [PATCH 1/3] license: Add the CMU-Tex license

2019-03-01 Thread Alistair Francis
This is based on the license here: https://github.com/MycroftAI/mimic/blob/development/COPYING#L840 Signed-off-by: Alistair Francis --- meta/files/common-licenses/CMU-Tex | 20 1 file changed, 20 insertions(+) create mode 100644 meta/files/common-licenses/CMU-Tex diff

[OE-core] [PATCH 2/3] license: Add the Sun license

2019-03-01 Thread Alistair Francis
This is based on the license here: https://github.com/MycroftAI/mimic/blob/development/COPYING#L915 Signed-off-by: Alistair Francis --- meta/files/common-licenses/Sun | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta/files/common-licenses/Sun diff --git

Re: [OE-core] [PATCH 3/4] gdk-pixbuf: convert from autotools to meson

2019-03-01 Thread Stefan Agner
On 23.02.2019 13:29, Richard Purdie wrote: > On Wed, 2019-02-20 at 21:10 +0100, Alexander Kanavin wrote: >> Drop autotools-specific patches. >> >> Rework jku's thumbnailer patch into meson configuration. >> >> Signed-off-by: Alexander Kanavin > > We've seen it before but its happened again: > >

Re: [OE-core] [PATCH] openssl10: Fix mutliple include assumptions for bn.h in opensslconf.h

2019-03-01 Thread Khem Raj
On Fri, Mar 1, 2019 at 9:35 AM Denys Dmytriyenko wrote: > > On Wed, Feb 27, 2019 at 05:51:23PM -0800, Khem Raj wrote: > > On Mon, Feb 25, 2019 at 7:19 PM Denys Dmytriyenko wrote: > > > > > > Khem, Richard, > > > > > > Sorry for belated reply. I haven't had time for master yet, but since this > >

Re: [OE-core] [PATCH] openssl10: Fix mutliple include assumptions for bn.h in opensslconf.h

2019-03-01 Thread Denys Dmytriyenko
On Wed, Feb 27, 2019 at 05:51:23PM -0800, Khem Raj wrote: > On Mon, Feb 25, 2019 at 7:19 PM Denys Dmytriyenko wrote: > > > > Khem, Richard, > > > > Sorry for belated reply. I haven't had time for master yet, but since this > > just got backported to thud, I'm seeing a similar breakage. > > > >

Re: [OE-core] [PATCH] swig: fix build with musl

2019-03-01 Thread Luca Boccassi
On Fri, 2019-03-01 at 13:43 +, Burton, Ross wrote: > On Thu, 28 Feb 2019 at 14:28, wrote: > > +Origin: > > https://github.com/swig/swig/commit/90ba174fcea1618af57aa594199541d47a89b7f6 > > +Applied-Upstream: yes > > This should be: > > Upstream-Status: Backport > [ >

[OE-core] [PATCH v2] swig: fix build with musl

2019-03-01 Thread luca . boccassi
From: Luca Boccassi Building with musl currently fails. The fix has been committed upstream, so backport it. Note that it requires the recent change to use autoconf's do_configure as it modifies a bison file which is used at make-dist time, so it triggers an autoconf rerun which was not working

[OE-core] naming of link to fitImage with initramfs

2019-03-01 Thread Markus Klotzbuecher
Hello everyone After updating to thud, I noticed that the naming of the softlink to a fitImage with an INITRAMFS_IMAGE effectively changed from the form fitImage-${INITRAMFS_IMAGE}-${MACHINE}.bin to fitImage-${INITRAMFS_IMAGE}-${MACHINE}-${MACHINE} This happens because the latter is

Re: [OE-core] [PATCH] swig: fix build with musl

2019-03-01 Thread Burton, Ross
On Thu, 28 Feb 2019 at 14:28, wrote: > +Origin: > https://github.com/swig/swig/commit/90ba174fcea1618af57aa594199541d47a89b7f6 > +Applied-Upstream: yes This should be: Upstream-Status: Backport [https://github.com/swig/swig/commit/90ba174fcea1618af57aa594199541d47a89b7f6] Signed-off-by: Luca

[OE-core] Two recipes providing the same .so... How it should not be done :)

2019-03-01 Thread Ricardo Ribalda Delgado
Hello I have a build system that supports some aarch64 machines. For most of the them, the only difference is the kernel configuration, kernel version. I am using multiconfig on my build server and the build goes really fast thanks to all the shared binaries/artifacts. But I have a problem

Re: [OE-core] [PATCH] adwaita-icon-theme: upgrade 3.30.1 -> 3.31.91

2019-03-01 Thread Alexander Kanavin
You can check what the latest version is for any recipe with devtool latest-version This will take into account any version limitations etc. Alex On Fri, 1 Mar 2019 at 11:19, Burton, Ross wrote: > > Again, this is a development release. > > Pretty much everything from GNOME follows the

Re: [OE-core] [PATCH] adwaita-icon-theme: upgrade 3.30.1 -> 3.31.91

2019-03-01 Thread Burton, Ross
Again, this is a development release. Pretty much everything from GNOME follows the even-stable odd-development scheme for the minor version number. These recipes can be identified by inheriting upstream-version-is-even, so the automatic upgrade tools won't try to upgrade to those development

[OE-core] [PATCH] acpid: upgrade 2.0.30 -> 2.0.31

2019-03-01 Thread Zang Ruochen
upgrade from acpid_2.0.30.bb to acpid_2.0.31.bb Signed-off-by: Zang Ruochen --- meta/recipes-bsp/acpid/{acpid_2.0.30.bb => acpid_2.0.31.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/acpid/{acpid_2.0.30.bb => acpid_2.0.31.bb} (55%) diff --git

[OE-core] [PATCH] adwaita-icon-theme: upgrade 3.30.1 -> 3.31.91

2019-03-01 Thread Zang Ruochen
upgrade from adwaita-icon-theme_3.30.1.bb to adwaita-icon-theme_3.31.91.bb Signed-off-by: Zang Ruochen --- ...ita-icon-theme_3.30.1.bb => adwaita-icon-theme_3.31.91.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.30.1.bb =>

Re: [OE-core] [PATCH 0/3] at-spi2-atk related upgrade

2019-03-01 Thread Burton, Ross
Those are development releases, as can be seen by the inherit upstream-version-is-even in the recipe. Ross On Fri, 1 Mar 2019 at 09:11, Zang Ruochen wrote: > > Upgrade at-spi2-atk and it's dependence. > > The dependencies are as follows: > at-spi2-atk[2.31.2] depends on atk[>= 2.31.1] >

[OE-core] [PATCH 0/3] at-spi2-atk related upgrade

2019-03-01 Thread Zang Ruochen
Upgrade at-spi2-atk and it's dependence. The dependencies are as follows: at-spi2-atk[2.31.2] depends on atk[>= 2.31.1] at-spi2-atk[2.31.2] depends on at-spi2-core[>= 2.31.2] Zang Ruochen (3): atk: upgrade 2.30.0 -> 2.31.92 at-spi2-core: upgrade 2.30.0 -> 2.31.2

[OE-core] [PATCH 2/3] at-spi2-core: upgrade 2.30.0 -> 2.31.2

2019-03-01 Thread Zang Ruochen
upgrade from at-spi2-core_2.30.0.bb to at-spi2-core_2.31.2.bb Signed-off-by: Zang Ruochen --- .../atk/{at-spi2-core_2.30.0.bb => at-spi2-core_2.31.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{at-spi2-core_2.30.0.bb =>

[OE-core] [PATCH 3/3] at-spi2-atk: upgrade 2.30.0 -> 2.31.2

2019-03-01 Thread Zang Ruochen
upgrade from at-spi2-atk_2.30.0.bb to at-spi2-atk_2.31.2.bb Signed-off-by: Zang Ruochen --- .../atk/{at-spi2-atk_2.30.0.bb => at-spi2-atk_2.31.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{at-spi2-atk_2.30.0.bb => at-spi2-atk_2.31.2.bb}

[OE-core] [PATCH 1/3] atk: upgrade 2.30.0 -> 2.31.92

2019-03-01 Thread Zang Ruochen
upgrade from atk_2.30.0.bb to atk_2.31.92.bb delete atk/0001-Switch-from-filename-to-basename.patch beacuse this patch has been fixed Signed-off-by: Zang Ruochen --- ...001-Switch-from-filename-to-basename.patch | 38 --- .../atk/{atk_2.30.0.bb => atk_2.31.92.bb} | 5 +--

[OE-core] [PATCH] elfutils: upgrade 0.175 -> 0.176

2019-03-01 Thread Zang Ruochen
upgrade from elfutils_0.175.bb to elfutils_0.176.bb Signed-off-by: Zang Ruochen --- .../elfutils/{elfutils_0.175.bb => elfutils_0.176.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/elfutils/{elfutils_0.175.bb => elfutils_0.176.bb} (95%)

Re: [OE-core] [PATCH 3/3] systemd-boot: upgrade to 241

2019-03-01 Thread ChenQi
On 03/01/2019 04:52 PM, Chen Qi wrote: The following two patches are added because I cannot figure out how to pass parameter to efi-cc if it's changed to be an array value. systemd/0001-Revert-meson-print-EFI-CC-configuration-nicely.patch

[OE-core] [PATCH 2/3] systemd-conf: add version info in recipe name

2019-03-01 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-core/systemd/{systemd-conf.bb => systemd-conf_241.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-core/systemd/{systemd-conf.bb => systemd-conf_241.bb} (100%) diff --git a/meta/recipes-core/systemd/systemd-conf.bb

[OE-core] [PATCH 3/3] systemd-boot: upgrade to 241

2019-03-01 Thread Chen Qi
The following two patches are added because I cannot figure out how to pass parameter to efi-cc if it's changed to be an array value. systemd/0001-Revert-meson-print-EFI-CC-configuration-nicely.patch systemd/0001-Revert-meson-use-an-array-option-for-efi-cc.patch Signed-off-by: Chen Qi ---

[OE-core] [PATCH 0/3] Upgrade systemd to 241

2019-03-01 Thread Chen Qi
The following changes since commit 4d275d97b6c572fe11668ac16d2c77c018340c7c: perl: apply a native-only patch only to -native (2019-02-28 17:49:40 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/systemd-241

[OE-core] [PATCH v2] parselogs.py: ignore regulatory.db load failure messages for x86*

2019-03-01 Thread Naveen Saini
[YOCTO #13098] Signed-off-by: Naveen Saini --- meta/lib/oeqa/runtime/cases/parselogs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index e3465ea71e..bed4a022cd 100644 ---

Re: [OE-core] [PATCH 3/4] linux-yocto: qemuarm|qemuarm64: graphics support

2019-03-01 Thread Richard Purdie
On Fri, 2019-03-01 at 00:34 -0500, bruce.ashfi...@gmail.com wrote: > From: Bruce Ashfield > > Integrating the configuration changes from Jon Mason < > jdma...@kudzu.us> > to enable graphics for qemuarm/qemuarm64. > > Note: we are also remapping qemuarm to qemuarma15 in the 4.19 kernel >