Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-23 Thread Tim Orling
On Tue, Apr 23, 2019 at 6:17 PM Tom Rini wrote: > On Tue, Apr 23, 2019 at 11:22:14PM +0100, > richard.pur...@linuxfoundation.org wrote: > > On Tue, 2019-04-23 at 18:01 -0400, Tom Rini wrote: > > > On Tue, Apr 23, 2019 at 04:02:49PM +0100, Richard Purdie wrote: > > > > On Sun, 2019-04-21 at 13:57

[OE-core] [PATCH v2] ell: add recipe

2019-04-23 Thread Oleksandr Kravchuk
ELL has originally been part of meta-openembedded, but newer versions of some of the oe-core components depend on it, e.g. ofono. Signed-off-by: Oleksandr Kravchuk --- meta/conf/distro/include/maintainers.inc | 1 + meta/recipes-core/ell/ell_0.19.bb| 22 ++ 2 files

[OE-core] [PATCH v3] dnf: Enable nativesdk

2019-04-23 Thread Lei Maohui
Make dnf work on nativesdk environment. Signed-off-by: Zheng Ruoqin Signed-off-by: Lei Maohui --- meta/recipes-devtools/dnf/dnf_4.2.2.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dnf/dnf_4.2.2.bb b/meta/recipes-devtools/dnf/dnf_4.2.2.bb

[OE-core] [PATCH] gettext: add ptest support

2019-04-23 Thread changqing.li
From: Changqing Li skip test lang-c since it need gcc/libtool on target Signed-off-by: Changqing Li --- .../gettext/gettext-0.19.8.1/run-ptest | 6 +++ .../gettext-0.19.8.1/serial-tests-config.patch | 58 ++ meta/recipes-core/gettext/gettext_0.19.8.1.bb

[OE-core] [PATCH] icu:upgrade 64.1 -> 64.2

2019-04-23 Thread Zang Ruochen
-Upgrade from icu_64.1.bb to icu_64.2.bb. Signed-off-by: Zang Ruochen --- meta/recipes-support/icu/{icu_64.1.bb => icu_64.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/icu/{icu_64.1.bb => icu_64.2.bb} (86%) diff --git

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

2019-04-23 Thread Lei, Maohui
Hi, > Patch doesn't apply against master? I will update this patch for new version dnf. Best regards. Lei > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded- > core-boun...@lists.openembedded.org] On Behalf Of Richard Purdie > Sent:

Re: [OE-core] [PATCH] cryptodev: update SRCREV

2019-04-23 Thread Kang Kai
On 2019/4/15 上午11:42, kai.k...@windriver.com wrote: From: Kai Kang Update SRCREV of cryptodev which only contains one fix for linux 5.0: $ git log fd8b15ef1c8398a69a37932ee48c74ab40329a29..f971e0cd4a0ebe59fb2e8e17240399bf6901b09b commit f971e0cd4a0ebe59fb2e8e17240399bf6901b09b Author: Derald

Re: [OE-core] [PATCH] glib-2.0: fix ptest failures

2019-04-23 Thread Yu, Mingli
On 2019年04月23日 23:52, Burton, Ross wrote: On Fri, 19 Apr 2019 at 09:54, wrote: From: Mingli Yu * Set G_TEST_BUILDDIR to mark we run the tests out of builddir to make it can skip the test_non_utf8_printf to fix below test error as test_non_utf8_printf needed to run under builddir

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-23 Thread Tom Rini
On Tue, Apr 23, 2019 at 11:22:14PM +0100, richard.pur...@linuxfoundation.org wrote: > On Tue, 2019-04-23 at 18:01 -0400, Tom Rini wrote: > > On Tue, Apr 23, 2019 at 04:02:49PM +0100, Richard Purdie wrote: > > > On Sun, 2019-04-21 at 13:57 -0400, Tom Rini wrote: > > > > This brings us to the

[OE-core] [PATCH] vte: upgrade 0.52.2 -> 0.56.1

2019-04-23 Thread Andreas Müller
* license: COPYING was replaced by COPYING.LGPL2/COPYING.LGPL3/COPYING.GPL3 * pretify recipe a bit Signed-off-by: Andreas Müller --- .../vte/{vte_0.52.2.bb => vte_0.56.1.bb} | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) rename

[OE-core] [PATCH] qemu: Upgrade from 3.1.0 to 4.0.0

2019-04-23 Thread Alistair Francis
This commit upgrade QEMU to the latest 4.0.0 release. - The COPYING.LIB file has changed SHA to: "Synchronize the LGPL 2.1 with the version from gnu.org" - SDL 1.2 has been removed, along with the --with-sdlabi command line arg - The backported patches have been removed - Al the other

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

2019-04-23 Thread Richard Purdie
On Thu, 2019-04-18 at 17:59 +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 > --- >

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-23 Thread Tom Rini
On Tue, Apr 23, 2019 at 11:22:14PM +0100, richard.pur...@linuxfoundation.org wrote: > On Tue, 2019-04-23 at 18:01 -0400, Tom Rini wrote: > > On Tue, Apr 23, 2019 at 04:02:49PM +0100, Richard Purdie wrote: > > > On Sun, 2019-04-21 at 13:57 -0400, Tom Rini wrote: > > > > This brings us to the

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-23 Thread richard . purdie
On Tue, 2019-04-23 at 18:01 -0400, Tom Rini wrote: > On Tue, Apr 23, 2019 at 04:02:49PM +0100, Richard Purdie wrote: > > On Sun, 2019-04-21 at 13:57 -0400, Tom Rini wrote: > > > This brings us to the current version of vim. > > > > > > Signed-off-by: Tom Rini > > > --- > > >

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-23 Thread Tom Rini
On Tue, Apr 23, 2019 at 04:02:49PM +0100, Richard Purdie wrote: > On Sun, 2019-04-21 at 13:57 -0400, Tom Rini wrote: > > This brings us to the current version of vim. > > > > Signed-off-by: Tom Rini > > --- > > meta/recipes-support/vim/{vim-tiny_8.1.1017.bb => vim- > > tiny_8.1.1198.bb} | 0 > >

Re: [OE-core] [PATCH][meta-oe] ell: add recipe

2019-04-23 Thread Burton, Ross
On Sun, 21 Apr 2019 at 20:52, Oleksandr Kravchuk wrote: > +SRC_URI = > "https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${PN}-${PV}.tar.xz; In native or nativesdk builds PN will be ell-native or nativesdk-ell, so PN here should be BPN Also BPN-PV can be shortened to just ${BP}. Ross --

Re: [OE-core] [PATCH v2] kernel-fitimage: support RISC-V

2019-04-23 Thread Michael Scott
On 4/23/19 2:37 AM, Richard Purdie wrote: On Fri, 2019-04-19 at 10:41 -0700, Michael Scott wrote: On 4/12/19 9:56 PM, Michael Scott wrote: Support RISC-V kernel image, using the "Image" target. This change allows RISC-V support for fitImage via the following flow: OpenSBI -> u-boot (as

Re: [OE-core] [PATCH 2/9] acpica: update to 20190405

2019-04-23 Thread Burton, Ross
Thanks Alex, I must have forgot to actually post mine. Ross On Tue, 23 Apr 2019 at 17:51, Alexander Kanavin wrote: > > Done; I have rebased my patch on top of yours. > > Alex > > On Tue, 23 Apr 2019 at 18:34, Burton, Ross wrote: > > > > I thought I posted an upgrade earlier but maybe not,

Re: [OE-core] [PATCH 2/9] acpica: update to 20190405

2019-04-23 Thread Alexander Kanavin
Done; I have rebased my patch on top of yours. Alex On Tue, 23 Apr 2019 at 18:34, Burton, Ross wrote: > > I thought I posted an upgrade earlier but maybe not, which had a few > more cleanups in the recipe too. I'll post it again, can you merge > them into a greatest hits? > > Ross > > On Tue,

[OE-core] [PATCH 2/2] acpica: update to 20190405

2019-04-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../acpica/{acpica_20190215.bb => acpica_20190405.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/acpica/{acpica_20190215.bb => acpica_20190405.bb} (91%) diff --git

[OE-core] [PATCH 1/2] acpica: upgrade to 20190215

2019-04-23 Thread Alexander Kanavin
From: Ross Burton Drop yy_scan_string patch, this only affects builds with flex 2.6.2. We currently have 2.6.0 and when we upgrade it will be to at least 2.6.3, which fixes the regression. Drop manipulate_fds_instead-of-FILE.patch, the original problem was fix upstream in May 2015[1] so the

Re: [OE-core] [bitbake-devel] QA Error for DB

2019-04-23 Thread Chad Gibeaut
Resending this now that i am on the correct mailing list. Thank you for pointing this to the right location, If i read your suggestion correctly, it was to replace FILES_${PN}-cxx = "${libdir}/*cxx*so" with FILES_${PN}-dev += "${libdir}/*cxx*so" which I did and it did not

[OE-core] [PATCH] acpica: upgrade to 20190215

2019-04-23 Thread Ross Burton
Drop yy_scan_string patch, this only affects builds with flex 2.6.2. We currently have 2.6.0 and when we upgrade it will be to at least 2.6.3, which fixes the regression. Drop manipulate_fds_instead-of-FILE.patch, the original problem was fix upstream in May 2015[1] so the 20170303 upgrade

Re: [OE-core] [PATCH 2/9] acpica: update to 20190405

2019-04-23 Thread Burton, Ross
I thought I posted an upgrade earlier but maybe not, which had a few more cleanups in the recipe too. I'll post it again, can you merge them into a greatest hits? Ross On Tue, 23 Apr 2019 at 17:19, Alexander Kanavin wrote: > > Drop manipulate-fds-instead-of-FILE.patch as upstream has fixed the

[OE-core] [PATCH 8/9] python3-pip: update to 19.0.3

2019-04-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../python/{python3-pip_19.0.2.bb => python3-pip_19.0.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pip_19.0.2.bb => python3-pip_19.0.3.bb} (81%) diff --git

[OE-core] [PATCH 9/9] python3-pycairo: update to 1.18.1

2019-04-23 Thread Alexander Kanavin
Switch over to meson build, as it does not attempt to install headers into /usr/share and pkg-config files into /usr/share/$libdir. Signed-off-by: Alexander Kanavin --- ...3-pycairo_1.15.6.bb => python3-pycairo_1.18.1.bb} | 12 1 file changed, 4 insertions(+), 8 deletions(-)

[OE-core] [PATCH 6/9] python3-mako: update to 1.0.9

2019-04-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python-mako.inc | 4 ++-- .../python/{python3-mako_1.0.7.bb => python3-mako_1.0.9.bb} | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.0.7.bb =>

[OE-core] [PATCH 7/9] python3-pbr: update to 5.1.3

2019-04-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-pbr_5.1.2.bb | 5 - meta/recipes-devtools/python/python3-pbr_5.1.3.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.1.2.bb create mode

[OE-core] [PATCH 5/9] python-setuptools: update to 41.0.1

2019-04-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python-setuptools.inc| 4 ++-- ...ython-setuptools_40.8.0.bb => python-setuptools_41.0.1.bb} | 0 ...hon3-setuptools_40.8.0.bb => python3-setuptools_41.0.1.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 4/9] python-scons: update to 3.0.5

2019-04-23 Thread Alexander Kanavin
Do not use the latest pypi tarball, as it lacks several files (the LICENSE, for instance). License-update: copyright years. Signed-off-by: Alexander Kanavin --- ...s-native_3.0.1.bb => python-scons-native_3.0.5.bb} | 0 .../{python-scons_3.0.1.bb => python-scons_3.0.5.bb} | 11 +++

[OE-core] [PATCH 3/9] gtk-doc.bbclass: unify option setting for meson-based recipes

2019-04-23 Thread Alexander Kanavin
This is done similarly to gobject-introspection work by Andreas Müller, and allows dropping duplicate clutter from the recipes. Signed-off-by: Alexander Kanavin --- meta/classes/gtk-doc.bbclass | 11 +++ meta/recipes-core/glib-2.0/glib.inc| 6

[OE-core] [PATCH 1/9] msmtp: fix upstream version check

2019-04-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/msmtp/msmtp_1.8.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.3.bb b/meta/recipes-extended/msmtp/msmtp_1.8.3.bb index d2b75ae5dce..9f28d6ac252 100644 ---

[OE-core] [PATCH 2/9] acpica: update to 20190405

2019-04-23 Thread Alexander Kanavin
Drop manipulate-fds-instead-of-FILE.patch as upstream has fixed the issue long time ago: https://github.com/acpica/acpica/commit/ecb91f4c3a151cbb280ee445166e7c6f4dc441a5 Signed-off-by: Alexander Kanavin --- ...{acpica_20180508.bb => acpica_20190405.bb} | 5 +-

Re: [OE-core] [PATCH] glib-2.0: fix ptest failures

2019-04-23 Thread Burton, Ross
On Fri, 19 Apr 2019 at 09:54, wrote: > From: Mingli Yu > > * Set G_TEST_BUILDDIR to mark we run the tests > out of builddir to make it can skip the test_non_utf8_printf > to fix below test error as test_non_utf8_printf needed > to run under builddir per >

Re: [OE-core] [V2][PATCH] sysstat:Add PACKAGECONFIG for '--enable-install-cron' configure

2019-04-23 Thread Burton, Ross
Looks a lot like setting COPY_ONLY=y is what you want to do, instead of patching the makefile? Ross On Fri, 19 Apr 2019 at 10:56, Haiqing Bai wrote: > > Add PACKAGECONFIG[cron] for configure option: '--enable-install-cron' > and remove the code of enable/disable sysstat.service in Makefile.in >

Re: [OE-core] [PATCH 2/2] vim: Update to 8.1.1198

2019-04-23 Thread Richard Purdie
On Sun, 2019-04-21 at 13:57 -0400, Tom Rini wrote: > This brings us to the current version of vim. > > Signed-off-by: Tom Rini > --- > meta/recipes-support/vim/{vim-tiny_8.1.1017.bb => vim- > tiny_8.1.1198.bb} | 0 > meta/recipes-support/vim/{vim_8.1.1017.bb => > vim_8.1.1198.bb} | 2

Re: [OE-core] QA cycle report for 2.5.3 RC3

2019-04-23 Thread akuster808
On 4/23/19 7:35 AM, richard.pur...@linuxfoundation.org wrote: > On Thu, 2019-04-18 at 04:58 +, Jain, Sangeeta wrote: >> >> QA cycle report for 2.5.3 RC3: >> >> No high milestone defects. >> Test results are available at following location: >> ·For results of all automated tests,

[OE-core] Yocto Project Status WW17'19

2019-04-23 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: ArminSWAT team rotation: Armin -> Anuj on Apr. 26, 2019SWAT team rotation: Armin -> Paul on May. 3, 2019

Re: [OE-core] QA cycle report for 2.5.3 RC3

2019-04-23 Thread richard . purdie
On Thu, 2019-04-18 at 04:58 +, Jain, Sangeeta wrote: > > QA cycle report for 2.5.3 RC3: > > No high milestone defects. > Test results are available at following location: > ·For results of all automated tests, refer to results at > public AB [1]. > ·For other test results,

Re: [OE-core] [PATCH][meta-oe] libnotify: update to 0.7.8

2019-04-23 Thread Alexander Kanavin
I would need to see the patch-in-progress to make a meaningful comment. Alex On Tue, 23 Apr 2019 at 15:54, Burton, Ross wrote: > > CCing Alex who has been working on the gtk-doc/meson stuff a lot. > > Ross > > On Tue, 23 Apr 2019 at 14:50, Oleksandr Kravchuk > wrote: > > > > On 23/04/2019

Re: [OE-core] [PATCH][meta-oe] libnotify: update to 0.7.8

2019-04-23 Thread Burton, Ross
CCing Alex who has been working on the gtk-doc/meson stuff a lot. Ross On Tue, 23 Apr 2019 at 14:50, Oleksandr Kravchuk wrote: > > On 23/04/2019 13:59, Burton, Ross wrote: > > Fancy following this up with a Meson port? > > > > Ross > > > > On Mon, 22 Apr 2019 at 23:37, Oleksandr Kravchuk > >

Re: [OE-core] [PATCH][meta-oe] libnotify: update to 0.7.8

2019-04-23 Thread Oleksandr Kravchuk
On 23/04/2019 13:59, Burton, Ross wrote: > Fancy following this up with a Meson port? > > Ross > > On Mon, 22 Apr 2019 at 23:37, Oleksandr Kravchuk > wrote: >> Signed-off-by: Oleksandr Kravchuk >> --- >> .../libnotify/{libnotify_0.7.7.bb => libnotify_0.7.8.bb} | 4 ++-- >> 1 file changed,

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

2019-04-23 Thread Richard Purdie
On Sat, 2019-04-13 at 22:35 +0800, Zheng Ruoqin wrote: > Make dnf work on nativesdk environment. > > Signed-off-by: Zheng Ruoqin > --- > meta/recipes-devtools/dnf/dnf_4.1.0.bb | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) Patch doesn't apply against master? Cheers,

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

2019-04-23 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:

Re: [OE-core] [PATCH] iputils: update to s20190324

2019-04-23 Thread Richard Purdie
On Sat, 2019-04-20 at 21:55 +, Changhyeok Bae wrote: > build system is changed to meson. > > Signed-off-by: Changhyeok Bae > --- > .../iputils/iputils/ai_canonidn.patch | 58 > > .../recipes-extended/iputils/iputils/install.patch | 26 - >

Re: [OE-core] [PATCH][meta-oe] libnotify: update to 0.7.8

2019-04-23 Thread Burton, Ross
Fancy following this up with a Meson port? Ross On Mon, 22 Apr 2019 at 23:37, Oleksandr Kravchuk wrote: > > Signed-off-by: Oleksandr Kravchuk > --- > .../libnotify/{libnotify_0.7.7.bb => libnotify_0.7.8.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename

Re: [OE-core] [PATCH][meta-oe] libpsl: update to 0.21.0

2019-04-23 Thread Burton, Ross
This release also supports using Meson, would you be willing to follow-up with a change to that? Ross On Mon, 22 Apr 2019 at 23:57, Oleksandr Kravchuk wrote: > > Signed-off-by: Oleksandr Kravchuk > --- > .../libpsl/{libpsl_0.20.2.bb => libpsl_0.21.0.bb} | 4 ++-- > 1 file changed,

[OE-core] [PATCH] webkitgtk: fix compile error for arm64

2019-04-23 Thread kai.kang
From: Kai Kang It removes function JSC::AssemblerBuffer::data() for ARM64 in commit https://trac.webkit.org/changeset/236589/webkit. But it is required by Cortex A53 from https://trac.webkit.org/changeset/175514/webkit and fails to compile for arm64: |

[OE-core] [PATCH] meson: add missing Upstream-Status and SOB to a patch

2019-04-23 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../meson/meson/load-configs-generalise-search-path.patch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/meson/meson/load-configs-generalise-search-path.patch

[OE-core] [PATCH] m4: add ptest support

2019-04-23 Thread changqing.li
From: Changqing Li add patch 0001-test-getopt-posix-fix.patch for fix test-getopt-posix Signed-off-by: Changqing Li --- meta/recipes-devtools/m4/m4-1.4.18.inc | 37 +-- .../m4/m4/0001-test-getopt-posix-fix.patch | 41 ++

Re: [OE-core] [PATCH v2] kernel-fitimage: support RISC-V

2019-04-23 Thread Richard Purdie
On Fri, 2019-04-19 at 10:41 -0700, Michael Scott wrote: > On 4/12/19 9:56 PM, Michael Scott wrote: > > Support RISC-V kernel image, using the "Image" target. > > > > This change allows RISC-V support for fitImage via the following > > flow: OpenSBI -> u-boot (as payload) -> Linux kernel (as

[OE-core] [PATCH] lttng-tools: fix Upstream-Status

2019-04-23 Thread Ross Burton
Signed-off-by: Ross Burton --- .../lttng/lttng-tools/0006-Tests-check-for-lttng-modules-presence.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/lttng-tools/0006-Tests-check-for-lttng-modules-presence.patch

Re: [OE-core] [PATCH 11/19] meson: update to 0.50.0

2019-04-23 Thread Burton, Ross
On Mon, 15 Apr 2019 at 11:56, Alexander Kanavin wrote: > +++ > b/meta/recipes-devtools/meson/meson/load-configs-generalise-search-path.patch > @@ -0,0 +1,50 @@ > +From d57dd1092e84e08ee15d7063b6c56bd6d864f2e1 Mon Sep 17 00:00:00 2001 > +From: Ross Burton > +Date: Mon, 18 Mar 2019 16:16:56 +

Re: [OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-04-23 Thread Burton, Ross
On Sat, 23 Mar 2019 at 16:39, Oleksandr Kravchuk wrote: > +++ b/meta/recipes-devtools/ninja/ninja/fix-musl.patch > @@ -0,0 +1,39 @@ > +2ff54ad7478a90bd75c91e434236a Mon Sep 17 00:00:00 2001 > +From: makepost > +Date: Mon, 24 Dec 2018 03:13:16 +0200 > +Subject: [PATCH] Use st_mtim if st_mtime is

Re: [OE-core] [PATCH 1/4] lttng-tools: improve ptest and test suite

2019-04-23 Thread Burton, Ross
> 0007-Fix-getgrnam-is-not-MT-Safe-use-getgrnam_r.patch > Fixes a race found while testing OE built with musl. This is a legit > bug. The fixes or a variant should be accepted soon. This was missing the Upstream-Status tag. Is there an upstream bug or similar we can point at in an

Re: [OE-core] [bitbake-devel] QA Error for DB

2019-04-23 Thread Robert Yang
Hi Chad, This emails should go into oe-core mailing list (Please see the To list). And I think that something is wrong with: # The executables go in a separate package - typically there # is no need to install these unless doing real database # management on the system. inherit lib_package