Re: [OE-core] [PATCH v2 2/2] efibootmgr: add

2019-06-12 Thread Mittal, Anuj
These would need an entry in maintainers.inc as well. https://autobuilder.yoctoproject.org/typhoon/#/builders/56/builds/519/steps/7/logs/step2d Thanks, Anuj On Wed, 2019-06-12 at 21:35 +0100, Ross Burton wrote: > This was in meta-oe but EFI is sufficiently widespread now that we > need it in >

Re: [OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread Michael Scott
Hi Alex and Richard, On Wed, Jun 12, 2019, 9:06 PM Alex Kiernan wrote: > Hi Mike > > On Wed, Jun 12, 2019 at 11:59 PM Michael Scott wrote: > > > > > > On 6/12/19 3:21 PM, richard.pur...@linuxfoundation.org wrote: > > > On Wed, 2019-06-12 at 14:17 -0700, Michael Scott wrote: > > >> Actually,

[OE-core] Thank you for scons cleanup

2019-06-12 Thread Tim Orling
I hope to have a chance to test, but I truly thank you for doing the right thing. In hind sight I was rushing a little bit to get this “major” change into M1. And we are catching and fixing the fallout. Just as intended. Great team. —Tim -- ___

Re: [OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread Alex Kiernan
Hi Mike On Wed, Jun 12, 2019 at 11:59 PM Michael Scott wrote: > > > On 6/12/19 3:21 PM, richard.pur...@linuxfoundation.org wrote: > > On Wed, 2019-06-12 at 14:17 -0700, Michael Scott wrote: > >> Actually, you can ignore this patch. We debugged the actual race > >> condition contributing to the

Re: [OE-core] [master][warrior][PATCH] at: Fix a spelling mistake.

2019-06-12 Thread Lei, Maohui
Hi Ross > You do more than fix a spelling mistake in that commit. Please > explain the other changes. I'm sorry, I don't understand. I just fixed "acount" to "account". I didn't do redundant change. > > -+acount includecommon-account > > ++account includecommon-account Best

[OE-core] [PATCH] devicetree.bbclass: Combine stderr into stdout to see actual dtc error

2019-06-12 Thread Jaewon Lee
Previously the subprocess command to run dtc was not properly displaying the error on console. Combining stderr into stdout for the dtc subprocess so the actual error can be seen on console without having to open the do_compile log. For example, previously on a dtc error, just the following stack

[OE-core] [PATCH] scons: inherit python3native

2019-06-12 Thread Anuj Mittal
scons tries to get build time vars by loading sysconfigdata. Inherit python3native instead of using host python and unset _PYTHON_SYSCONFIGDATA_NAME to avoid the need to depend on target python3 for sysconfigdata when using scons to build. Avoids build errors on still supported CentOS 7: |

[OE-core] [PATCH v2] python3-scons: fix regex replacing python by python3

2019-06-12 Thread Anuj Mittal
Match only the first line and match even if the line says python3. Otherwise we end up with multiple 3s at the end after multiple invocations of do_install on same source. Signed-off-by: Anuj Mittal --- meta/recipes-devtools/python/python3-scons_3.0.5.bb | 2 +- 1 file changed, 1 insertion(+),

[OE-core] [PATCH] serf: cleanup recipe

2019-06-12 Thread Anuj Mittal
* Inherit scons bbclass and use the task definitions from there. * Remove the DEPENDS on python3-scons-native that is already present in scons class. Signed-off-by: Anuj Mittal --- meta/recipes-support/serf/serf_1.3.9.bb | 23 --- 1 file changed, 12 insertions(+), 11

[OE-core] [PATCH] python3-scons: fix regex replacing python by python3

2019-06-12 Thread Anuj Mittal
Match only the first line and match even if the line says python3. Otherwise we end up with multiple 3s at the end after multiple invocations of do_install on same source. Signed-off-by: Anuj Mittal --- meta/recipes-devtools/python/python3-scons_3.0.5.bb | 2 +- 1 file changed, 1 insertion(+),

[OE-core] ✗ patchtest: failure for selftest/devtool: fix URI to MarkupSafe package (rev2)

2019-06-12 Thread Patchwork
== Series Details == Series: selftest/devtool: fix URI to MarkupSafe package (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/18124/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH v2] selftest/devtool: fix URI to MarkupSafe package

2019-06-12 Thread Oleksandr Kravchuk
PyPi packages are now hosted at files.pythonhosted.org. [YOCTO Bug #13243] Signed-off-by: Oleksandr Kravchuk --- meta/lib/oeqa/selftest/cases/devtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/devtool.py

[OE-core] ✗ patchtest: failure for selftest/devtool: fix URI to MarkupSafe package

2019-06-12 Thread Patchwork
== Series Details == Series: selftest/devtool: fix URI to MarkupSafe package Revision: 1 URL : https://patchwork.openembedded.org/series/18124/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

Re: [OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread Michael Scott
On 6/12/19 3:21 PM, richard.pur...@linuxfoundation.org wrote: On Wed, 2019-06-12 at 14:17 -0700, Michael Scott wrote: Actually, you can ignore this patch. We debugged the actual race condition contributing to the confusion, and that developer will submit a new patch with that fix. We can

[OE-core] [PATCH] selftest/devtool: fix URI to MarkupSafe package

2019-06-12 Thread Oleksandr Kravchuk
PyPi packages are now hosted at files.pythonhosted.org. [YOCTO Bug 13243] Signed-off-by: Oleksandr Kravchuk --- meta/lib/oeqa/selftest/cases/devtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/devtool.py

Re: [OE-core] [PATCH] mtd-utils: upgrade 2.0.2 -> 2.1.0

2019-06-12 Thread Richard Purdie
On Wed, 2019-06-12 at 18:23 -0400, Denys Dmytriyenko wrote: > On Wed, Jun 12, 2019 at 08:33:26AM +0300, Adrian Bunk wrote: > > On Tue, Jun 11, 2019 at 05:41:52PM -0400, Denys Dmytriyenko wrote: > > > ... > > > * Now requires openssl: > > > > In file included from ../git/ubifs- > > > >

Re: [OE-core] [PATCH] mtd-utils: upgrade 2.0.2 -> 2.1.0

2019-06-12 Thread Denys Dmytriyenko
On Wed, Jun 12, 2019 at 08:33:26AM +0300, Adrian Bunk wrote: > On Tue, Jun 11, 2019 at 05:41:52PM -0400, Denys Dmytriyenko wrote: > >... > > * Now requires openssl: > > | In file included from ../git/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c:25: > > | ../git/ubifs-utils/mkfs.ubifs/mkfs.ubifs.h:49:10:

Re: [OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread richard . purdie
On Wed, 2019-06-12 at 14:17 -0700, Michael Scott wrote: > Actually, you can ignore this patch. We debugged the actual race > condition contributing to the confusion, and that developer will > submit a new patch with that fix. We can review if that patch makes > more sense (even without tests).

Re: [OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread richard . purdie
On Wed, 2019-06-12 at 19:02 +0100, Alex Kiernan wrote: > On Wed, Jun 12, 2019 at 10:59 AM Richard Purdie > wrote: > > On Wed, 2019-06-12 at 09:15 +0100, Alex Kiernan wrote: > > > Since UBOOT_DTB_BINARY empty means we don't need to inject > > > signatures > > > into the U-Boot DTB, we can remove

[OE-core] [PATCH] popt: fix SRC_URI

2019-06-12 Thread Oleksandr Kravchuk
rpm5.org has been down for about a year now. Use linuxfromscratch.org as an alternative reliable source instead. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-support/popt/popt_1.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread Michael Scott
Hi Richard, On 6/12/19 11:02 AM, Alex Kiernan wrote: On Wed, Jun 12, 2019 at 10:59 AM Richard Purdie wrote: On Wed, 2019-06-12 at 09:15 +0100, Alex Kiernan wrote: Since UBOOT_DTB_BINARY empty means we don't need to inject signatures into the U-Boot DTB, we can remove the dependencies between

[OE-core] [PATCH] mesa: Update 19.0.6 -> 19.1.0

2019-06-12 Thread Fabio Berton
Update all patches to apply on 19.1.0 version. See full mesa 19.0.1 changes here: - https://www.mesa3d.org/relnotes/19.1.0.html Signed-off-by: Fabio Berton --- ...k-for-all-linux-host_os-combinations.patch | 25 ...n.build-make-TLS-GLX-optional-again.patch} | 30

Re: [OE-core] [PATCH 3/4] serf: switch to python3-scons-native

2019-06-12 Thread Khem Raj
On Sun, Jun 9, 2019 at 10:10 PM Mittal, Anuj wrote: > > This is causing on CentOS 7: > > | DEBUG: Executing shell function do_compile > | scons: *** SCons version 3.0.5 does not run under Python version > 3.4.8. > | Python 2.7 or >= 3.5 is required. > > Looks like it's using host python which is

[OE-core] [PATCH v2 2/2] efibootmgr: add

2019-06-12 Thread Ross Burton
This was in meta-oe but EFI is sufficiently widespread now that we need it in core. The recipe is based on the one in meta-oe but with several updates. Signed-off-by: Ross Burton --- .../efibootmgr/0001-remove-extra-decl.patch| 31

[OE-core] [PATCH v2 1/2] efivar: add

2019-06-12 Thread Ross Burton
This was in meta-oe but EFI is sufficiently wide spread now that we need it in core. The recipe is based on the one in meta-oe but with several updates. Signed-off-by: Ross Burton --- meta/recipes-bsp/efivar/efivar/no-werror.patch | 18 + meta/recipes-bsp/efivar/efivar_37.bb

[OE-core] [PATCH] pigz: install pigz, unpigz, pigzcat in native and nativesdk builds again

2019-06-12 Thread Martin Jansa
* since this commit: commit ad1db93d134db1ec4f6d6598c9741dc13e82e1f3 Author: Anuj Mittal Date: Tue May 28 06:32:10 2019 +0800 Subject: Revert "pigz: pigz is not gzip" pigz-native and nativesdk-pigz no longer installs pigz, unpigz, pigzcat, so scripts explicitly depending on

Re: [OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread Alex Kiernan
On Wed, Jun 12, 2019 at 10:59 AM Richard Purdie wrote: > > On Wed, 2019-06-12 at 09:15 +0100, Alex Kiernan wrote: > > Since UBOOT_DTB_BINARY empty means we don't need to inject signatures > > into the U-Boot DTB, we can remove the dependencies between consumers > > of > > these two classes and

Re: [OE-core] [PATCH v3] lttng-modules: Add git based recipe

2019-06-12 Thread Bruce Ashfield
On Wed, Jun 12, 2019 at 8:36 AM Richard Purdie wrote: > > On Wed, 2019-06-12 at 19:12 +0800, zhe...@windriver.com wrote: > > From: He Zhe > > > > The git based recipe is for those who want to build lttng-modules with > > bleeding > > edge kernel, to avoid regularly backporting patches from

Re: [OE-core] [PATCH V2 0/2] Split out libx11-locale from libx11

2019-06-12 Thread Burton, Ross
I didn't make myself clear. To reduce the amount of moving parts and changes I propose: 1) libx11 and libx11-diet are untouched 2) New recipe libx11-compose-data which just ships the compose data, assuming that is all that is needed by xkeyboard-config's Compose handling. Refuses to build if

Re: [OE-core] [PATCH v3] lttng-modules: Add git based recipe

2019-06-12 Thread Jonathan Rajotte-Julien
Hi, > +BBCLASSEXTEND = "devupstream:target" > +LIC_FILES_CHKSUM_class-devupstream = > "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128" > +DEFAULT_PREFERENCE_class-devupstream = "-1" > +SRC_URI_class-devupstream = "git://git.lttng.org/lttng-modules;branch=master > \ > +

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread Jonathan Rajotte-Julien
On Wed, Jun 12, 2019 at 10:52:36AM -0400, Jonathan Rajotte-Julien wrote: > Hi, > > > > Please don't base distributions on -rc tags. They are not meant for this. > > > > > > We always integrate support for newer kernel versions instrumentation back > > > into our current stable release. So as soon

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread Jonathan Rajotte-Julien
Hi, > > Please don't base distributions on -rc tags. They are not meant for this. > > > > We always integrate support for newer kernel versions instrumentation back > > into our current stable release. So as soon as 5.2 final comes out, we will > > release a 2.10.x version including support for

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread Mathieu Desnoyers
- On Jun 12, 2019, at 3:27 PM, Adrian Bunk b...@stusta.de wrote: > On Wed, Jun 12, 2019 at 06:58:22AM -0400, Mathieu Desnoyers wrote: >>... >> We always integrate support for newer kernel versions instrumentation back >> into our current stable release. So as soon as 5.2 final comes out, we

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread Adrian Bunk
On Wed, Jun 12, 2019 at 06:58:22AM -0400, Mathieu Desnoyers wrote: >... > We always integrate support for newer kernel versions instrumentation back > into our current stable release. So as soon as 5.2 final comes out, we will > release a 2.10.x version including support for it in lttng-modules.

[OE-core] [PATCH v3 repost] rng-tools: harmonise systemd and sysvinit

2019-06-12 Thread Nicola Lunghi
this commit will permit to read the option from /etc/default/rng-tools both from systemd and sysvinit unit file. Signed-off-by: Nicola Lunghi --- .../rng-tools/rng-tools/default | 3 +-- meta/recipes-support/rng-tools/rng-tools/init | 21 ++---

[OE-core] [PATCH] bluez: fix test case failures with GCC 9

2019-06-12 Thread Ross Burton
[ YOCTO #13366 ] Signed-off-by: Ross Burton --- meta/recipes-connectivity/bluez5/bluez5.inc| 1 + .../bluez5/bluez5/gcc9-fixes.patch | 301 + 2 files changed, 302 insertions(+) create mode 100644

Re: [OE-core] [PATCH v2 2/3] rng-tools: 6.6->6.7

2019-06-12 Thread nick83ola
Hi, Ok I will clean it up and re-submit it (also because it will need another patch that I'm testing now) Thanks Nicola Lunghi On Thu, 6 Jun 2019 at 17:20, Burton, Ross wrote: > > The patches you're adding all need your Signed-off-by alongside the > Upstream-Status, specifically >

Re: [OE-core] [PATCH v3] lttng-modules: Add git based recipe

2019-06-12 Thread Richard Purdie
On Wed, 2019-06-12 at 19:12 +0800, zhe...@windriver.com wrote: > From: He Zhe > > The git based recipe is for those who want to build lttng-modules with > bleeding > edge kernel, to avoid regularly backporting patches from upstream. > > Note that PREFERRED_VERSION needs to be set to select the

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread He Zhe
On 6/12/19 7:29 PM, Mathieu Desnoyers wrote: > - On Jun 12, 2019, at 1:10 PM, zhe he zhe...@windriver.com wrote: > >> On 6/12/19 6:58 PM, Mathieu Desnoyers wrote: >>> - On Jun 12, 2019, at 12:51 PM, Adrian Bunk b...@stusta.de wrote: >>> On Tue, Jun 11, 2019 at 11:49:34PM +0100,

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread Mathieu Desnoyers
- On Jun 12, 2019, at 1:10 PM, zhe he zhe...@windriver.com wrote: > On 6/12/19 6:58 PM, Mathieu Desnoyers wrote: >> - On Jun 12, 2019, at 12:51 PM, Adrian Bunk b...@stusta.de wrote: >> >>> On Tue, Jun 11, 2019 at 11:49:34PM +0100, Richard Purdie wrote: On Tue, 2019-06-11 at 17:03

[OE-core] [PATCH v3] lttng-modules: Add git based recipe

2019-06-12 Thread zhe.he
From: He Zhe The git based recipe is for those who want to build lttng-modules with bleeding edge kernel, to avoid regularly backporting patches from upstream. Note that PREFERRED_VERSION needs to be set to select the git recipe instead of the tar ball one. Signed-off-by: He Zhe --- v2:

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread He Zhe
On 6/12/19 6:58 PM, Mathieu Desnoyers wrote: > - On Jun 12, 2019, at 12:51 PM, Adrian Bunk b...@stusta.de wrote: > >> On Tue, Jun 11, 2019 at 11:49:34PM +0100, Richard Purdie wrote: >>> On Tue, 2019-06-11 at 17:03 +0800, zhe...@windriver.com wrote: From: He Zhe For the

Re: [OE-core] [PATCH] lttng-modules: Add git based recipe

2019-06-12 Thread He Zhe
On 6/12/19 6:27 PM, richard.pur...@linuxfoundation.org wrote: > On Wed, 2019-06-12 at 18:21 +0800, He Zhe wrote: >> On 6/12/19 5:57 PM, Richard Purdie wrote: >>> On Wed, 2019-06-12 at 17:15 +0800, zhe...@windriver.com wrote: From: He Zhe This is based on

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread Mathieu Desnoyers
- On Jun 12, 2019, at 12:51 PM, Adrian Bunk b...@stusta.de wrote: > On Tue, Jun 11, 2019 at 11:49:34PM +0100, Richard Purdie wrote: >> On Tue, 2019-06-11 at 17:03 +0800, zhe...@windriver.com wrote: >> > From: He Zhe >> > >> > For the moment, >> > 0001~0004 are on master branch only. >> >

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread Adrian Bunk
On Tue, Jun 11, 2019 at 11:49:34PM +0100, Richard Purdie wrote: > On Tue, 2019-06-11 at 17:03 +0800, zhe...@windriver.com wrote: > > From: He Zhe > > > > For the moment, > > 0001~0004 are on master branch only. > > 0005~0007 are on stable-2.11 branch, but v2.11 has not been released > > yet. > >

Re: [OE-core] [PATCH] lttng-modules: Add git based recipe

2019-06-12 Thread richard . purdie
On Wed, 2019-06-12 at 18:21 +0800, He Zhe wrote: > > On 6/12/19 5:57 PM, Richard Purdie wrote: > > On Wed, 2019-06-12 at 17:15 +0800, zhe...@windriver.com wrote: > > > From: He Zhe > > > > > > This is based on meta/recipes-kernel/lttng/lttng- > > > modules_2.10.9.bb and is for > > > those who

Re: [OE-core] [PATCH] lttng-modules: Add git based recipe

2019-06-12 Thread He Zhe
On 6/12/19 5:57 PM, Richard Purdie wrote: > On Wed, 2019-06-12 at 17:15 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> This is based on meta/recipes-kernel/lttng/lttng-modules_2.10.9.bb and is for >> those who want to build lttng-modules with bleeding edge kernel, to avoid >>

Re: [OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread Richard Purdie
On Wed, 2019-06-12 at 09:15 +0100, Alex Kiernan wrote: > Since UBOOT_DTB_BINARY empty means we don't need to inject signatures > into the U-Boot DTB, we can remove the dependencies between consumers > of > these two classes and resolve a circular dependency between u-boot > and > kernel. > >

Re: [OE-core] [PATCH] lttng-modules: Add git based recipe

2019-06-12 Thread Richard Purdie
On Wed, 2019-06-12 at 17:15 +0800, zhe...@windriver.com wrote: > From: He Zhe > > This is based on meta/recipes-kernel/lttng/lttng-modules_2.10.9.bb and is for > those who want to build lttng-modules with bleeding edge kernel, to avoid > regularly backporting patches from upstream. > > Note

Re: [OE-core] [OE-Core][PATCH] systemd: Backport OpenSSL BUF_MEM fix

2019-06-12 Thread Burton, Ross
On Wed, 12 Jun 2019 at 09:15, Alex Kiernan wrote: > Upstream-Status: Backport [Not yet released] > Signed-off-by: Alex Kiernan As per patchtest, these belong in the patch you add, not the commit message. Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [master][warrior][PATCH] at: Fix a spelling mistake.

2019-06-12 Thread Burton, Ross
You do more than fix a spelling mistake in that commit. Please explain the other changes. Ross On Wed, 12 Jun 2019 at 04:09, Lei Maohui wrote: > > Signed-off-by: Lei Maohui > --- > meta/recipes-extended/at/at/pam.conf.patch | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[OE-core] [PATCH] lttng-modules: Add git based recipe

2019-06-12 Thread zhe.he
From: He Zhe This is based on meta/recipes-kernel/lttng/lttng-modules_2.10.9.bb and is for those who want to build lttng-modules with bleeding edge kernel, to avoid regularly backporting patches from upstream. Note that PREFERRED_VERSION needs to be set to select this recipe instead of the tar

Re: [OE-core] [PATCH v2] lttng-modules: Backport patches to fix compilation failures since kernel v5.1

2019-06-12 Thread He Zhe
On 6/12/19 6:49 AM, Richard Purdie wrote: > On Tue, 2019-06-11 at 17:03 +0800, zhe...@windriver.com wrote: >> From: He Zhe >> >> For the moment, >> 0001~0004 are on master branch only. >> 0005~0007 are on stable-2.11 branch, but v2.11 has not been released >> yet. >> >> Signed-off-by: He Zhe

[OE-core] ✗ patchtest: failure for systemd: Backport OpenSSL BUF_MEM fix

2019-06-12 Thread Patchwork
== Series Details == Series: systemd: Backport OpenSSL BUF_MEM fix Revision: 1 URL : https://patchwork.openembedded.org/series/18111/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] [OE-Core][PATCH] kernel-fitimage: uboot-sign: Check UBOOT_DTB_BINARY before adding deps

2019-06-12 Thread Alex Kiernan
Since UBOOT_DTB_BINARY empty means we don't need to inject signatures into the U-Boot DTB, we can remove the dependencies between consumers of these two classes and resolve a circular dependency between u-boot and kernel. Signed-off-by: Alex Kiernan --- meta/classes/kernel-fitimage.bbclass | 2

[OE-core] [OE-Core][PATCH] systemd: Backport OpenSSL BUF_MEM fix

2019-06-12 Thread Alex Kiernan
Building `systemd-resolve` from systemd 242 with OpenSSL 1.1.1c and enabling DNS over TLS ends up calling abort (on 32 bit armhf): Program terminated with signal SIGABRT, Aborted. #0 __libc_do_syscall () at libc-do-syscall.S:49 49libc-do-syscall.S: No such file or directory. (gdb)

Re: [OE-core] meta-openembedded git repo in some of the openembedded-core-contrib branches

2019-06-12 Thread Martin Jansa
Thanks! On Wed, Jun 12, 2019 at 3:35 AM Hongxu Jia wrote: > On 6/12/19 4:01 AM, Martin Jansa wrote: > > Hi, > > > > when accidentally checking for some old meta-oe commit in oe-core > > repository I was surprised that it was found in some of the contrib > > branches: > > Sorry for the mistake >

[OE-core] [PATCH] qemu: fix qemu ptest cannot work

2019-06-12 Thread changqing.li
From: Changqing Li do_install_ptest in recipe is covered by default function in ptest.bbclass since inherit ptest write in wrong place, fix it by move it to top. Signed-off-by: Changqing Li --- meta/recipes-devtools/qemu/qemu.inc | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-)

[OE-core] [PATCH] multilib: add override for image recipe

2019-06-12 Thread changqing.li
From: Changqing Li MACHINE set to qemux86-64 for lib32-core-image-sato, during do_rootfs, it will run install_complementary, which will get localedir by d.getVar("libdir"), without override, libdir will still be lib64. add override to fix it. Signed-off-by: Changqing Li ---