[OE-core] [PATCH 2/2] mesa: remove patch disabling asm

2020-12-10 Thread Anuj Mittal
This was originally added for musl only [1]. Upstream has removed this option but we reverted that change during an upgrade to fix certain musl specific compile time issues [2]. I compile tested without this patch on musl-x86 and musl-x86-64 and don't see the warnings anymore. Similar textrel

[OE-core] [PATCH 1/2] mesa: add more details to elf-tls patch

2020-12-10 Thread Anuj Mittal
Include link to upstream report and the last autobuilder failure [1] so it's easy to identify why this is needed in future. [1] https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/1160/steps/8/logs/step1c Signed-off-by: Anuj Mittal ---

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-3.3_M1.rc2)

2020-12-10 Thread Sangeeta Jain
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.3_M1.rc2. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC

Re: [OE-core] QA notification for completed autobuilder build (yocto-3.2.1.rc2)

2020-12-10 Thread Sangeeta Jain
Hello All, This is the full report for yocto-3.2.1.rc2: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issues found Existing bugs observed in this release: BUG id:14051 -

Re: [OE-core] [PATCH] mesa.inc: add dispmanx support

2020-12-10 Thread Trevor Woerner
On Fri 2020-12-04 @ 11:51:41 AM, Phil Blundell wrote: > On Thu, Dec 03, 2020 at 05:35:23PM -0500, Trevor Woerner wrote: > > On Thu, Dec 3, 2020 at 5:25 PM Phil Blundell wrote: > > > > > If we're talking about OpenGLES applications, wouldn't you already have > > > opengl in DISTRO_FEATURES? > > >

Re: [OE-core] [PATCH 1/5] systemd: update 246 -> 247

2020-12-10 Thread Khem Raj
On Thu, Dec 10, 2020 at 10:05 AM Luca Boccassi wrote: > > On Thu, 2020-12-10 at 09:08 -0800, Khem Raj wrote: > > > > On 12/10/20 4:53 AM, Luca Bocassi wrote: > > > From: Luca Boccassi > > > > > > Update systemd to v247.1. > > > Add rule for new oomd dbus conf and for new pam.d > > > conf

[OE-core] [PATCH 2/2] uboot-extlinux-config: exclude OVERRIDES from do_create_extlinux_config vardeps

2020-12-10 Thread Christopher Larson
From: Christopher Larson This function is primarily *appending* configuration entries to the overrides, it only gets it to ensure it's set at all, so doesn't belong in the vardeps. Having a dependency on OVERRIDES means you cannot use a bbclass like distrooverrides without changing the

[OE-core] [PATCH 0/2] Exclude OVERRIDES from vardeps for a couple funcs

2020-12-10 Thread Christopher Larson
These functions are primarily *appending* configuration entries to the overrides, they only get it to ensure it's set at all, so doesn't belong in the vardeps. Having a dependency on OVERRIDES means you cannot use a bbclass like distrooverrides without changing the signatures of recipes using this

[OE-core] [PATCH 1/2] grub-efi-cfg: exclude OVERRIDES from build_efi_cfg vardeps

2020-12-10 Thread Christopher Larson
From: Christopher Larson This function is primarily *appending* configuration entries to the overrides, it only gets it to ensure it's set at all, so doesn't belong in the vardeps. Having a dependency on OVERRIDES means you cannot use a bbclass like distrooverrides without changing the

Re: [OE-core] [PATCH v3] util-linux: split uuid in separate recipe to allow bootstrapping

2020-12-10 Thread Richard Purdie
On Thu, 2020-12-10 at 18:47 +, Luca Boccassi wrote: > On Thu, 2020-12-10 at 15:52 +, Richard Purdie wrote: > > On Mon, 2020-11-23 at 13:28 +, Luca Bocassi wrote: > > > From: Luca Boccassi > > > > > > In v2.35 util-linux gained an (optional) build > > > dependency on libcryptsetup.

Re: [OE-core] [PATCH v3] util-linux: split uuid in separate recipe to allow bootstrapping

2020-12-10 Thread Luca Boccassi via lists.openembedded.org
On Thu, 2020-12-10 at 15:52 +, Richard Purdie wrote: > On Mon, 2020-11-23 at 13:28 +, Luca Bocassi wrote: > > From: Luca Boccassi > > > > In v2.35 util-linux gained an (optional) build > > dependency on libcryptsetup. But libcryptsetup build-depends on > > util-linux for blkid

[OE-core] [PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping

2020-12-10 Thread Luca Bocassi
From: Luca Boccassi In the next release util-linux will gain an (optional) build dependency on libcryptsetup. But libcryptsetup build-depends on util-linux for blkid (optional, can be disabled) and uuid (mandatory). Split out util-linux-uuid in a different recipe to break the cycle.

Re: [OE-core] [PATCH 1/5] systemd: update 246 -> 247

2020-12-10 Thread Luca Boccassi via lists.openembedded.org
On Thu, 2020-12-10 at 09:08 -0800, Khem Raj wrote: > > On 12/10/20 4:53 AM, Luca Bocassi wrote: > > From: Luca Boccassi > > > > Update systemd to v247.1. > > Add rule for new oomd dbus conf and for new pam.d > > conf directory in /usr/lib. > > Drop

Re: [OE-core] [PATCH 2/5] systemd: add package config for systemd-oomd

2020-12-10 Thread Luca Boccassi via lists.openembedded.org
On Thu, 2020-12-10 at 09:05 -0800, Khem Raj wrote: > > On 12/10/20 4:53 AM, Luca Bocassi wrote: > > From: Luca Boccassi > > > > Disabled by default > > > > Signed-off-by: Luca Boccassi > > --- > > meta/recipes-core/systemd/systemd_247.1.bb | 2 ++ > > 1 file changed, 2 insertions(+) > > >

Re: [OE-core] [PATCH 1/5] systemd: update 246 -> 247

2020-12-10 Thread Khem Raj
On 12/10/20 4:53 AM, Luca Bocassi wrote: From: Luca Boccassi Update systemd to v247.1. Add rule for new oomd dbus conf and for new pam.d conf directory in /usr/lib. Drop selinux-hook-handling-to-enumerate-nexthop.patch, merged upstream. Backport

Re: [OE-core] [PATCH 2/5] systemd: add package config for systemd-oomd

2020-12-10 Thread Khem Raj
On 12/10/20 4:53 AM, Luca Bocassi wrote: From: Luca Boccassi Disabled by default Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_247.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_247.1.bb

[OE-core] [PATCH] systemd-boot: allow building for Arm targets

2020-12-10 Thread Ross Burton
systemd-boot work on 32-bit and 64-bit Arm targets (assuming the firmware does EFI, obviously), so allow it to be built. Remove the SYSTEMD_BOOT_EFI_ARCH assignments, as they're never used. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd-boot_246.6.bb | 7 +-- 1 file

[OE-core] [PATCH] yocto-check-layer: make argument parsing unambiguous

2020-12-10 Thread Ross Burton
Currently the argument parser uses nargs=+ for both the layers (positional arguments) and machines/dependencies/addition layers (optional arguments). This means it's impossible to determine what is meant by: $ yocto-check-layer --machines a b c Is this machines=(a,b) and layers=(c), or

Re: [OE-core] [PATCH v3] util-linux: split uuid in separate recipe to allow bootstrapping

2020-12-10 Thread Richard Purdie
On Mon, 2020-11-23 at 13:28 +, Luca Bocassi wrote: > From: Luca Boccassi > > In v2.35 util-linux gained an (optional) build > dependency on libcryptsetup. But libcryptsetup build-depends on > util-linux for blkid (optional, can be disabled) and uuid (mandatory). > Split out util-linux-uuid

[OE-core] [PATCH 1/3] syslinux: rewrite recipe so only target code is x86-specific

2020-12-10 Thread Ross Burton
Currently the syslinux recipe set COMPATIBLE_HOST to 32/64-bit x86. Whilst this makes sense for the target binaries as syslinux is x86-specific, this also affects the native recipe which should be able to be built on non-x86 build hosts (for example, arm64 build host, qemux86 target). syslinux

[OE-core] [PATCH 2/3] wic-image-minimal: only depend on syslinux on x86 targets

2020-12-10 Thread Ross Burton
Following other examples, only depend on syslinux when targetting x86. Signed-off-by: Ross Burton --- meta-selftest/recipes-test/images/wic-image-minimal.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb

[OE-core] [PATCH 3/3] wic-tools: don't build syslinux-native for targets without syslinux

2020-12-10 Thread Ross Burton
If we're not building syslinux, then there's no point building syslinux-native. Signed-off-by: Ross Burton --- meta/recipes-core/meta/wic-tools.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/meta/wic-tools.bb

[OE-core] [PATCH 5/5] systemd: add RRECOMMENDS for weak dependencies, if enabled

2020-12-10 Thread Luca Bocassi
From: Luca Boccassi Some libraries are now dlopen'ed and skipped at runtime if not available. Add them to the RRECOMMENDS list, to allow users to exclude them for smaller images even if generally enabled at build time. Signed-off-by: Luca Boccassi ---

[OE-core] [PATCH 4/5] systemd: set -Dmode=release as recommended by NEWS

2020-12-10 Thread Luca Bocassi
From: Luca Boccassi Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_247.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_247.1.bb b/meta/recipes-core/systemd/systemd_247.1.bb index 09dce2e07d..f20e86d94b 100644 ---

[OE-core] [PATCH 1/5] systemd: update 246 -> 247

2020-12-10 Thread Luca Bocassi
From: Luca Boccassi Update systemd to v247.1. Add rule for new oomd dbus conf and for new pam.d conf directory in /usr/lib. Drop selinux-hook-handling-to-enumerate-nexthop.patch, merged upstream. Backport 0001-meson-set-cxx-variable-before-using-it.patch from v247-stable to fix builds without

[OE-core] [PATCH 3/5] systemd: ship new systemd-dissect in -extra-utils

2020-12-10 Thread Luca Bocassi
From: Luca Boccassi Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_247.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_247.1.bb b/meta/recipes-core/systemd/systemd_247.1.bb index f20c2cffb7..09dce2e07d 100644 ---

[OE-core] [PATCH 2/5] systemd: add package config for systemd-oomd

2020-12-10 Thread Luca Bocassi
From: Luca Boccassi Disabled by default Signed-off-by: Luca Boccassi --- meta/recipes-core/systemd/systemd_247.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_247.1.bb b/meta/recipes-core/systemd/systemd_247.1.bb index bf73630569..f20c2cffb7