Re: [OE-core] [PATCH 2/2] nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg

2019-06-28 Thread Luca Boccassi via Openembedded-core
On Thu, 2019-01-03 at 13:59 +, Richard Purdie wrote: > On Mon, 2018-12-31 at 20:56 +0100, Andrej Valek wrote: > > Your previous solution is working for me, so I was not working on > > fixing > > this. I thought, that You will just add missing packages, and that > > is. > > I don't have setup fo

[OE-core] ✗ patchtest: failure for dropbear: new feature: disable-weak-ciphers (rev2)

2019-06-28 Thread Patchwork
== Series Details == Series: dropbear: new feature: disable-weak-ciphers (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/18278/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have b

[OE-core] [PATCH v2] dropbear: new feature: disable-weak-ciphers

2019-06-28 Thread Joseph Reynolds
From 587a9e5c637ad3e70b8e35a3ca66013693ce7ac7 Mon Sep 17 00:00:00 2001 From: Joseph Reynolds Date: Wed, 19 Jun 2019 20:16:40 -0500 Subject: [PATCH v2] dropbear: new feature: disable-weak-ciphers Enhances dropbear with a new feature "disable-weak-ciphers", on by default. This feature disables all

Re: [OE-core] [PATCH 2/2] nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg

2019-06-28 Thread richard . purdie
On Fri, 2019-06-28 at 16:52 +, Luca Boccassi wrote: > 2019-06-27T13:18:54.5592415Z [WARN] [15902] Reading package lists... > 2019-06-27T13:18:54.5592628Z [WARN] [15903] Building dependency tree... > 2019-06-27T13:18:54.5593124Z [WARN] [15904] Some packages could not be > installed. This may me

Re: [OE-core] [PATCH] glibc: Fix locale DEPENDS

2019-06-28 Thread Khem Raj
On Thu, Jun 27, 2019 at 9:54 AM Joshua Watt wrote: > gettext is required to generate the glibc locales in do_compile. If not > present, glibc will skip the generation which isn't reproducible. > > Signed-off-by: Joshua Watt > --- > meta/recipes-core/glibc/glibc_2.29.bb | 2 +- > 1 file changed,

Re: [OE-core] [PATCH] glibc: Fix locale DEPENDS

2019-06-28 Thread Joshua Watt
On 6/27/19 11:19 AM, Burton, Ross wrote: On Thu, 27 Jun 2019 at 14:55, Joshua Watt wrote: gettext is required to generate the glibc locales in do_compile. If not present, glibc will skip the generation which isn't reproducible. Signed-off-by: Joshua Watt --- meta/recipes-core/glibc/glibc_

[OE-core] [PATCH 5/6] meson.bbclass: do not pass native compiler/linker flags via command line

2019-06-28 Thread Alexander Kanavin
With 0.51.0 version these command line options override what is in the cross file (e.g. the cross-flags). I could not determine what is the scenario when the native flags are needed (this would be building a native binary in the context of cross build). If we find such a scenario we would need to

[OE-core] [PATCH 6/6] gtk-doc: correct the style.css permissions

2019-06-28 Thread Alexander Kanavin
style.css was set to write-only during build which means it wasn't actually installed or packaged (with only webkitgtk producing a build failure!), which in turn means generated documentation was broken. Signed-off-by: Alexander Kanavin --- ...rectly-set-permissions-on-file-to-be.patch | 23

[OE-core] [PATCH 2/6] mobile-broadband-provider-info: upgrade 20190116 -> 20190618

2019-06-28 Thread Alexander Kanavin
The new version is using xsltproc utility Signed-off-by: Alexander Kanavin --- .../mobile-broadband-provider-info_git.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider

[OE-core] [PATCH 4/6] meson: add a patch to correct gtk-doc traceback

2019-06-28 Thread Alexander Kanavin
Somehow upstream missed the needed change in a stable release. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 1 + ...ly-pick-the-compiler-for-gtk-doc-bui.patch | 30 +++ 2 files changed, 31 insertions(+) create mode 100644 meta/recipes-de

[OE-core] [PATCH 1/6] rt-tests: exclude 1.4 version from upstream check as well

2019-06-28 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-rt/rt-tests/rt-tests.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index f87952e0a8d..84a8f67bd45 100644 --- a/meta/recipes-rt/rt-tests/rt

[OE-core] [PATCH 3/6] meson: update 0.50.1 -> 0.51.0

2019-06-28 Thread Alexander Kanavin
Drop backports. Rebase other patches. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 7 +- .../0001-Make-CPU-family-warnings-fatal.patch | 10 +- ...etect-windows-also-if-the-system-str.patch | 25 --- ...onment.py-check-environment-for-vari.patch | 20

Re: [OE-core] [PATCH 1/1] image.bbclass: fix systemd_preset_all

2019-06-28 Thread Richard Purdie
On Fri, 2019-06-28 at 17:29 +0800, Chen Qi wrote: > Check the existence of systemctl before invoking it. This is because > even if 'systemd' is in DISTRO_FEATURES, it's possible that systemd is > not even installed. e.g. container-test-image in meta-selftest layer. > This would fix the following te

Re: [OE-core] [PATCH 6/6] waf: python2 -> python3

2019-06-28 Thread Robert Yang
On 6/28/19 8:15 PM, Burton, Ross wrote: Did you just do the minimum required, or take a new copy of waf from upstream? (https://gitlab.com/ita1024/waf/) No, I didn't take it from upstream, I just modified it and ran: $ bitbake eglinfo-fb eglinfo-x11 eglinfo-wayland // RObert Ross On F

Re: [OE-core] [PATCH 6/6] waf: python2 -> python3

2019-06-28 Thread Burton, Ross
Did you just do the minimum required, or take a new copy of waf from upstream? (https://gitlab.com/ita1024/waf/) Ross On Fri, 28 Jun 2019 at 13:01, Robert Yang wrote: > > Signed-off-by: Robert Yang > --- > meta/recipes-graphics/eglinfo/files/waf | 4 ++-- > 1 file changed, 2 insertions(+), 2

Re: [OE-core] [PATCH 0/1] devupstream.bbclass: Disable devupstream when multilib is enabled

2019-06-28 Thread Robert Yang
On 6/28/19 8:15 PM, Robert Yang wrote: The following changes since commit 9f674a88c781c7092d5b3460922a1579b9fe4bf9: busybox: Fix typo in syslog initscript (2019-06-27 13:27:54 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/dev http://git.pok

[OE-core] [PATCH 5/6] package_rpm.bbclass: python2 -> python3

2019-06-28 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/classes/package_rpm.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index 1a64cb2..a605a57 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_r

[OE-core] [PATCH 4/6] oeqa: Cleanup /usr/bin/env python

2019-06-28 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/lib/oeqa/selftest/cases/wic.py | 1 - meta/lib/oeqa/utils/logparser.py| 1 - 2 files changed, 2 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index d16eae5..f1c6f39 100644 --- a/meta/lib/oeqa/selftest/

[OE-core] [PATCH 6/6] waf: python2 -> python3

2019-06-28 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-graphics/eglinfo/files/waf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/eglinfo/files/waf b/meta/recipes-graphics/eglinfo/files/waf index 04ddd9f..2c83ed4 100755 --- a/meta/recipes-graphics/eglinfo/files

[OE-core] [PATCH 3/6] ext-sdk-prepare.py: python2 -> python3

2019-06-28 Thread Robert Yang
This script is python3 indeed. Signed-off-by: Robert Yang --- meta/files/ext-sdk-prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/files/ext-sdk-prepare.py b/meta/files/ext-sdk-prepare.py index 96c5212..163d5e9 100644 --- a/meta/files/ext-sdk-prepare.py +++ b/me

[OE-core] [PATCH 1/6] ksum.py: python -> python3

2019-06-28 Thread Robert Yang
* Testinfo: In kernel's builddir: $ /path/to/oe-core/scripts/tiny/ksum.py Collecting object files [DONE] Totals: vmlinux: textdatabss total 109331103824470 1605632 16363212 modules (2004): textdatabss

[OE-core] [PATCH 0/6] meta: Cleanup python2

2019-06-28 Thread Robert Yang
The following changes since commit 9f674a88c781c7092d5b3460922a1579b9fe4bf9: busybox: Fix typo in syslog initscript (2019-06-27 13:27:54 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/py3 http://cgit.openembedded.org//log/?h=rbt/py3

[OE-core] [PATCH 2/6] wic: python2 -> python3

2019-06-28 Thread Robert Yang
Signed-off-by: Robert Yang --- scripts/lib/wic/__init__.py | 2 +- scripts/lib/wic/ksparser.py | 2 +- scripts/lib/wic/pluginbase.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/wic/__init__.py b/scripts/lib/wic/__init__.py index ba2d614..8556793 100644 -

[OE-core] [PATCH 1/1] devupstream.bbclass: Disable devupstream when multilib is enabled

2019-06-28 Thread Robert Yang
Fixed: MACHINE = "qemux86-64" require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" PREFERRED_VERSION_lttng-modules = "2.10.10+git%" $ bitbake world NOTE: preferred version 2.10.10+git% of lttng-modules not available (for item lib32-lttng-modules)

[OE-core] [PATCH 0/1] devupstream.bbclass: Disable devupstream when multilib is enabled

2019-06-28 Thread Robert Yang
The following changes since commit 9f674a88c781c7092d5b3460922a1579b9fe4bf9: busybox: Fix typo in syslog initscript (2019-06-27 13:27:54 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/dev http://git.pokylinux.org/cgit.cgi//log/?h=rbt/dev Robert Yan

Re: [OE-core] [PATCH] go-dep: disable PTEST_ENABLED

2019-06-28 Thread Richard Purdie
On Fri, 2019-06-28 at 00:57 -0700, mingli...@windriver.com wrote: > From: Mingli Yu > > The run-ptest logic for go-dep actually runs the > /usr/lib64/go-dep/ptest/github.com/golang/dep/cmd/dep/dep.test whose > source file is > https://github.com/golang/dep/blob/master/cmd/dep/dep_test.go. > > T

[OE-core] [PATCH] package.bbclass: fix directories setuid and setgid bits

2019-06-28 Thread Jean-Tiare Le Bigot
From: Joël Esponde populate_packages relies on ``mkdir`` to both create a directory and set its permissions. However, ``mkdir`` honors the ``umask`` value. Therefore, some bits may be lost in the operation. In our case, the setgid bit on the directories were lost. This commit fixes this by havin

Re: [OE-core] [PATCH 1/1] devtool: warn user about multiple layer having the same base name

2019-06-28 Thread Peter Kjellerstedt
I had not realized the layer name in the devtool finish command supports abbreviations/patterns (whichever it is). My expectation from running `devtool finish foo meta` would be to update the foo recipe in the meta layer, not that it should go looking for every layer called meta-something. How

Re: [OE-core] [PATCH] bc: dc: fix exit code of q command

2019-06-28 Thread Burton, Ross
The maintainer said: > The patch below fixes this > (it is committed for whenever the next bc/dc release gets made). So: > +Upstream-Status: Pending [Got the solution from maintainer] This should be Backport. Ross -- ___ Openembedded-core mailing li

[OE-core] [PATCH 1/1] image.bbclass: fix systemd_preset_all

2019-06-28 Thread Chen Qi
Check the existence of systemctl before invoking it. This is because even if 'systemd' is in DISTRO_FEATURES, it's possible that systemd is not even installed. e.g. container-test-image in meta-selftest layer. This would fix the following test case when using systemd as the init manager. contain

[OE-core] [PATCH 0/1] image.bbclass: fix systemd_preset_all

2019-06-28 Thread Chen Qi
*** BLURB HERE *** The following changes since commit bfe3012ea4b2c973bd6ca5fa1de1adf51e1a9da4: busybox: Fix typo in syslog initscript (2019-06-27 13:28:48 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/image-systemd http://git.pokylinux.org/cgit

[OE-core] [PATCH] go-dep: disable PTEST_ENABLED

2019-06-28 Thread mingli.yu
From: Mingli Yu The run-ptest logic for go-dep actually runs the /usr/lib64/go-dep/ptest/github.com/golang/dep/cmd/dep/dep.test whose source file is https://github.com/golang/dep/blob/master/cmd/dep/dep_test.go. That dep_test.go starts by rebuilding the dep program from source, then runs the tes

Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-28 Thread Yu, Mingli
On 2019年06月27日 19:34, Matt Madison wrote: On Wed, Jun 26, 2019 at 11:40 PM Yu, Mingli wrote: On 2019年06月26日 22:00, Matt Madison wrote: On Wed, Jun 26, 2019 at 2:02 AM Yu, Mingli wrote: On 2019年06月25日 20:23, Matt Madison wrote: On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli wrote: Hi