[OE-core] [PATCH] qemu: Fix DHCP broken in libslirp

2021-08-03 Thread Zhang, Qiang
From: Zqiang Fix issue 48 Reference to upstream patch: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/c9f314f6e315a5518432761fea864196a290f799 Signed-off-by: Zqiang --- meta/recipes-devtools/qemu/qemu.inc | 1 + ...1-Fix-DHCP-broken-in-libslirp-v4.6.0.patch | 32

[OE-core] [hardknott][PATCH] curl: fix CVES

2021-08-03 Thread Yu, Mingli
From: Mingli Yu Backport patches to fix below CVEs: CVE-2021-22901 CVE-2021-22924 CVE-2021-22926 Signed-off-by: Mingli Yu --- .../curl/curl/CVE-2021-22901.patch| 453 ++ .../curl/curl/CVE-2021-22924.patch| 298

[OE-core][PATCH] libxft: Fix bad PKG value

2021-08-03 Thread Joshua Watt
The PKG value should only be munged for DEBIAN_NAMES during populate_packages. Otherwise, native packages can have the wrong value. Signed-off-by: Joshua Watt --- meta/recipes-graphics/xorg-lib/libxft_2.3.3.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [OE-core] [PATCH 0/4] yocto-check-layer: add support to check for dependencies

2021-08-03 Thread Denys Dmytriyenko
On Mon, Aug 02, 2021 at 05:07:41AM -1000, Steve Sakoman wrote: > On Mon, Aug 2, 2021 at 5:04 AM Richard Purdie > wrote: > > > > On Mon, 2021-08-02 at 04:57 -1000, Steve Sakoman wrote: > > > On Mon, Aug 2, 2021 at 12:35 AM Nicolas Dechesne > > > wrote: > > > > > > > > These patches are now merged

[OE-core] [PATCH] libwpe: remove rpi-specific custom code

2021-08-03 Thread Denys Dmytriyenko
This recipe was ported from another layer, which had special handling for rpi. OE-Core doesn't have 'rpi' override, doesn't define 'vc4graphics' DISTRO_FEATURES and overall, BSP-specifics should be handled in downstream layers, not in OE-Core. Signed-off-by: Denys Dmytriyenko ---

[OE-core] [PATCH 1/2] meta: convert nested overrides leftovers to new syntax

2021-08-03 Thread Denys Dmytriyenko
Those were missed in previous rounds of automated and manual conversion. Signed-off-by: Denys Dmytriyenko --- meta/classes/manpages.bbclass | 4 ++-- meta/recipes-devtools/gcc/gcc-configure-common.inc | 2 +- meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 8

[OE-core] [PATCH 2/2] convert-overrides.py: handle few more cases of overrides

2021-08-03 Thread Denys Dmytriyenko
Add task-configure and few more supported values of TARGET_OS override. Signed-off-by: Denys Dmytriyenko --- scripts/contrib/convert-overrides.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/contrib/convert-overrides.py b/scripts/contrib/convert-overrides.py

[OE-core] [PATCH] MAINTAINERS: Saul will cover devtool and eSDK

2021-08-03 Thread Saul Wold
Signed-off-by: Saul Wold --- MAINTAINERS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 604d800f63..2ddcde6878 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -38,6 +38,8 @@ Component/Subsystem Maintainers * Toolchain: Khem

Re: [OE-core] [PATCH 4/9] iputils: update 20210202 -> 20210722

2021-08-03 Thread Martin Jansa
This upgrade causes iputils to fail building on hosts without ip: ../git/ping/meson.build:38:0: ERROR: Program or command 'ip' not found or not executable It would need https://github.com/iputils/iputils/commit/3163c49f9f4ad473a00d8a345ee334a028376011 and -DSKIP_TESTS=true On Fri, Jul 30, 2021

Re: [OE-core] [PATCH] systemd-boot: use ld.bfd as efi-ld when gold is being used by default with ld-is-gold

2021-08-03 Thread Martin Jansa
Probably as lld isn't supported as well: https://github.com/systemd/systemd/commit/e39288193fcdf3a36dbc49b78e6c9bf86a764e31 On Tue, Aug 3, 2021 at 9:19 PM Andre McCurdy wrote: > On Tue, Aug 3, 2021 at 12:04 PM Martin Jansa > wrote: > > > > * since the upgrade to 249.1 in: > > >

Re: [OE-core] [PATCH] systemd-boot: use ld.bfd as efi-ld when gold is being used by default with ld-is-gold

2021-08-03 Thread Andre McCurdy
On Tue, Aug 3, 2021 at 12:04 PM Martin Jansa wrote: > > * since the upgrade to 249.1 in: > > https://git.openembedded.org/openembedded-core/commit/?id=323ec445dfe22860cd450c303db5ed8fcb4e791c > the builds with ld-is-gold are failing with: > > [17/21] Generating linuxx64.elf.stub with a

[OE-core] [PATCH] systemd-boot: use ld.bfd as efi-ld when gold is being used by default with ld-is-gold

2021-08-03 Thread Martin Jansa
* since the upgrade to 249.1 in: https://git.openembedded.org/openembedded-core/commit/?id=323ec445dfe22860cd450c303db5ed8fcb4e791c the builds with ld-is-gold are failing with: [17/21] Generating linuxx64.elf.stub with a custom command FAILED: src/boot/efi/linuxx64.elf.stub

[OE-core] Yocto Project Status WW31`21

2021-08-03 Thread Stephen Jolley
Current Dev Position: YP 3.4 M3 Next Deadline: 23rd Aug. 2021 YP 3.4 M3 build (Feature Freeze) Next Team Meetings: * Bug Triage meeting Thursday Aug. 5th at 7:30am PDT (

[OE-core] [PATCH] license: Exclude COPYING.MIT from pseudo

2021-08-03 Thread Richard Purdie
Along with the other license exclusions, we need to exclude the top level COPYING.MIT file else when: COPY_LIC_DIRS = "1" COPY_LIC_MANIFEST = "1" is set, we see eSDK failures from a pseudo abort. [YOCTO #14366] Signed-off-by: Richard Purdie --- meta/classes/license.bbclass | 2 +- 1 file

Re: [OE-core][PATCH] gobject-introspection: fix default search path for girdir

2021-08-03 Thread Alexander Kanavin
Can you please provide the steps needed to reproduce the error? Can they be automated and added to the AB? Otherwise, I cannot meaningfully review the patch. Also, the second concern is still not addressed: please submit upstream first, and include the link to the oe-core submission. It's only a

[OE-core][PATCH] iputils: fix do_configure failure of missing ip command

2021-08-03 Thread Chen Qi
If 'testimage' and 'testsdk' are not inherited, the 'ip' comamnd will not be in HOSTTOOLS. This results in do_configure failure of iputils. Backport a patch and skipping building tests to fix the problem. Signed-off-by: Chen Qi --- .../0001-meson-Make-tests-optional.patch | 220