[OE-core] [Dunfell][PATCH] dbus: Security fix CVE-2020-35512

2021-08-27 Thread Armin Kuster
From: Armin Kuster Source: https://gitlab.freedesktop.org/dbu MR: 108825 Type: Security Fix Disposition: Backport from https://gitlab.freedesktop.org/dbus/dbus/-/commit/e75c67a28fa2bc41a8ab0de433a52355c71a8abf ChangeID: dea9518b9c13dab66e7d553c622000b9c6e268cc Description: Affects: < 1.12.20 S

Re: [OE-core] [PATCH 2/2] quilt: Only package guard for the target

2021-08-27 Thread Khem Raj
On Fri, Aug 27, 2021 at 2:58 PM Saul Wold wrote: > > The guard binary and documentaiton should only be be packaged for the > target class. > > Signed-off-by: Saul Wold > --- > meta/recipes-devtools/quilt/quilt.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/reci

Re: [OE-core] [PATCH 1/2] libtool: Only package libltdl for the target

2021-08-27 Thread Khem Raj
On Fri, Aug 27, 2021 at 2:58 PM Saul Wold wrote: > > The libltdl package is not needed for -native or -cross, so make it's > only packaged for the target class. > > Signed-off-by: Saul Wold > --- > meta/recipes-devtools/libtool/libtool-2.4.6.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deleti

[OE-core] [PATCH 2/2] quilt: Only package guard for the target

2021-08-27 Thread Saul Wold
The guard binary and documentaiton should only be be packaged for the target class. Signed-off-by: Saul Wold --- meta/recipes-devtools/quilt/quilt.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.in

[OE-core] [PATCH 1/2] libtool: Only package libltdl for the target

2021-08-27 Thread Saul Wold
The libltdl package is not needed for -native or -cross, so make it's only packaged for the target class. Signed-off-by: Saul Wold --- meta/recipes-devtools/libtool/libtool-2.4.6.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/libtool/libtool-2.4.6.i

Re: [OE-core] [v4] [RFC] Merge meta-rust to oe-core - Aug 19 update

2021-08-27 Thread Tim Orling
On Thu, Aug 26, 2021 at 9:05 PM Randy MacLeod wrote: > On 2021-08-24 12:48 p.m., Randy MacLeod wrote: > > Add Steven Walter in hopes that he or someone else > > who uses meta-rust will help out. > > > > On 2021-08-23 5:21 a.m., Richard Purdie wrote: > >> On Sun, 2021-08-22 at 08:45 -0400, Randy M

[OE-core] [PATCH] buildstats.bbclass: collect host data only when do_testimage fails

2021-08-27 Thread Sakib Sajal
Signed-off-by: Sakib Sajal --- meta/classes/buildstats.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/buildstats.bbclass b/meta/classes/buildstats.bbclass index 0de605200a..874d30b292 100644 --- a/meta/classes/buildstats.bbclass +++ b/meta/classes/buildst

[OE-core] [PATCH] musl: Update to latest tip of trunk

2021-08-27 Thread Khem Raj
Drop upstream patch This brings in following fixes * 3f701faa (upstream/master, origin/master) fix libc-internal signal blocking on mips archs * 0fbd7d66 fix broken struct shmid_ds on powerpc (32-bit) * 4f3d346b math: fix fmaf not to depend on FE_TOWARDZERO * 937822ab fix TZ parsing logi

[OE-core] [PATCH] rust-common.bbclass: export RUST_TARGET_PATH

2021-08-27 Thread Tim Orling
Running 'rustc --print ' in -c devshell environment the target specifications are not known, unless the RUST_TARGET_PATH (absolute path to rustlib/) is defined. Signed-off-by: Tim Orling --- meta/classes/rust-common.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

Re: [OE-core] [v4] [RFC] Merge meta-rust to oe-core - Aug 19 update

2021-08-27 Thread Armin Kuster
On 8/26/21 9:05 PM, Randy MacLeod wrote: > On 2021-08-24 12:48 p.m., Randy MacLeod wrote: >> Add Steven Walter in hopes that he or someone else >> who uses meta-rust will help out. >> >> On 2021-08-23 5:21 a.m., Richard Purdie wrote: >>> On Sun, 2021-08-22 at 08:45 -0400, Randy MacLeod wrote: >>>

Re: [OE-core] [PATCH 2/2] glibc: ptest: Add support for running glibc test suite with ptest

2021-08-27 Thread ?ukasz Majewski
Hi Nathan, > On Fri, 27 Aug 2021 at 19:20, Lukasz Majewski wrote: > > > > Hi Nathan, > > > > > On Thu, 26 Aug 2021 at 23:38, Richard Purdie > > > wrote: > > > > > > > > On Thu, 2021-08-26 at 14:27 +0200, Lukasz Majewski wrote: > > > > > Hi Richard, Khem, > > > > > > > > > > > Hi Richard,

Re: [OE-core][PATCH] tune-*: Use more specific DEFAULTTUNE

2021-08-27 Thread Andrea Adami
On Fri, Aug 27, 2021 at 3:51 PM Jon Mason wrote: > > These files are using a more generic DEFAULTTUNE in their targeted tune > file. This is contrary to what is being done in other tune files, and > this changes them to match. It is still possible to use the more > generic DEFAULTTUNE in a machi

[OE-core][PATCH] tune-*: Use more specific DEFAULTTUNE

2021-08-27 Thread Jon Mason
These files are using a more generic DEFAULTTUNE in their targeted tune file. This is contrary to what is being done in other tune files, and this changes them to match. It is still possible to use the more generic DEFAULTTUNE in a machine's config file by simply specifying it. Signed-off-by: Jo

Re: [OE-core] [master][PATCH] lz4: remove rest of ptest artifacts

2021-08-27 Thread Armin Kuster
On 8/27/21 3:58 AM, Richard Purdie wrote: > On Thu, 2021-08-26 at 19:09 -0700, Armin Kuster wrote: >> Commit: 953f6d9a71 lz4: remove ptest changes >> >> missed removing the run-ptest file >> >> Signed-off-by: Armin Kuster >> --- >> > [...] > >> diff --git a/meta/recipes-support/lz4/lz4_1.9.3.bb

[OE-core] [PATCH] rust: fix upstream version checks

2021-08-27 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/rust/rust-source.inc| 3 +++ meta/recipes-example/rust-hello-world/rust-hello-world_git.bb | 2 ++ 2 files changed, 5 insertions(+) diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust

Re: [OE-core] [v4] [RFC] Merge meta-rust to oe-core - Aug 19 update

2021-08-27 Thread Richard Purdie
On Fri, 2021-08-27 at 10:03 +0100, Richard Purdie via lists.openembedded.org wrote: > On Fri, 2021-08-27 at 00:05 -0400, Randy MacLeod wrote: > > Thanks to Richard's dogged determination and Herculean efforts, > > the Rust recipes are now merged to the oe-core master branch. > > > > https://gi

Re: [OE-core] [PATCH 2/2] glibc: ptest: Add support for running glibc test suite with ptest

2021-08-27 Thread Nathan Rossi
On Fri, 27 Aug 2021 at 19:20, Lukasz Majewski wrote: > > Hi Nathan, > > > On Thu, 26 Aug 2021 at 23:38, Richard Purdie > > wrote: > > > > > > On Thu, 2021-08-26 at 14:27 +0200, Lukasz Majewski wrote: > > > > Hi Richard, Khem, > > > > > > > > > Hi Richard, > > > > > > > > > > > On Tue, 2021-08-24

Re: [OE-core] [master][PATCH] lz4: remove rest of ptest artifacts

2021-08-27 Thread Richard Purdie
On Thu, 2021-08-26 at 19:09 -0700, Armin Kuster wrote: > Commit: 953f6d9a71 lz4: remove ptest changes > > missed removing the run-ptest file > > Signed-off-by: Armin Kuster > --- > [...] > diff --git a/meta/recipes-support/lz4/lz4_1.9.3.bb > b/meta/recipes-support/lz4/lz4_1.9.3.bb > index 390

Re: [OE-core] [PATCH 2/2] glibc: ptest: Add support for running glibc test suite with ptest

2021-08-27 Thread ?ukasz Majewski
Hi Nathan, > On Thu, 26 Aug 2021 at 23:38, Richard Purdie > wrote: > > > > On Thu, 2021-08-26 at 14:27 +0200, Lukasz Majewski wrote: > > > Hi Richard, Khem, > > > > > > > Hi Richard, > > > > > > > > > On Tue, 2021-08-24 at 09:36 +0200, ?ukasz Majewski wrote: > > > > > > Hi Khem, > > > > >

Re: [OE-core] [v4] [RFC] Merge meta-rust to oe-core - Aug 19 update

2021-08-27 Thread Richard Purdie
On Fri, 2021-08-27 at 00:05 -0400, Randy MacLeod wrote: > Thanks to Richard's dogged determination and Herculean efforts, > the Rust recipes are now merged to the oe-core master branch. > > https://git.openembedded.org/openembedded-core/log/?qt=range&q=master > > > There are still some known

[OE-core] [dunfell][PATCH] selftest: disable virgl headless test

2021-08-27 Thread Alexander Kanavin
Crashes in mesa when using vgem kernel module (in the absence of real GPU) have been observed in dunfell (they do not happen in master): https://bugzilla.yoctoproject.org/show_bug.cgi?id=14527 Let's focus on making host-accelerated virtualized graphics work well in master and upcoming releases (t

Re: [OE-core] [PATCH 2/2] glibc: ptest: Add support for running glibc test suite with ptest

2021-08-27 Thread Nathan Rossi
On Thu, 26 Aug 2021 at 23:38, Richard Purdie wrote: > > On Thu, 2021-08-26 at 14:27 +0200, Lukasz Majewski wrote: > > Hi Richard, Khem, > > > > > Hi Richard, > > > > > > > On Tue, 2021-08-24 at 09:36 +0200, ?ukasz Majewski wrote: > > > > > Hi Khem, > > > > > > > > > > > On Mon, Aug 23, 2021 at 1:0

[OE-core] [PATCH v4 4/4] Support zstd-compressed squashfs and cpio initramfs

2021-08-27 Thread Zoltan Boszormenyi via lists.openembedded.org
From: Zoltán Böszörményi Enable zstd PACKAGECONFIG knob for squashfs-tools. Signed-off-by: Zoltán Böszörményi --- meta/classes/base.bbclass | 4 meta/classes/image_types.bbclass | 6 -- meta/classes/kernel-fitimage.bbclass

[OE-core] [PATCH v4 3/4] kernel.bbclass: Use full versions for inter-package dependencies

2021-08-27 Thread Zoltan Boszormenyi via lists.openembedded.org
From: Zoltán Böszörményi If the kernel configuration enables module signing but no key is provided, then the kernel generates one during the kernel build. The current runtime-dependency references (with only package names without full versions) allow mixed package installations from different re

[OE-core] [PATCH v4 2/4] Allow opt-out of split kernel modules

2021-08-27 Thread Zoltan Boszormenyi via lists.openembedded.org
From: Zoltán Böszörményi For some use cases, a monolithic kernel-modules package containing all modules built from the kernel sources may be preferred. For one, download time is shorter and installation time is faster. Set KERNEL_SPLIT_MODULES="0" for this in. The default is one subpackage per m

[OE-core] Kernel and image related bbclass changes

2021-08-27 Thread Zoltan Boszormenyi via lists.openembedded.org
I have been carrying some forked bbclass recipes and I think these can be beneficial to others, not to mention that I could get rid of the private forks of these. v2: - drop the package_rpm.bbclass / posttrans patch - squash the previous patches #3 and #4 together (patch #2 now) - more verbose com

[OE-core] [PATCH v4 1/4] kernel-module-split.bbclass: Support zstd-compressed modules

2021-08-27 Thread Zoltan Boszormenyi via lists.openembedded.org
From: Zoltán Böszörményi Signed-off-by: Zoltán Böszörményi --- meta/classes/kernel-module-split.bbclass | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/classes/kernel-module-split.bbclass b/meta/classes/kernel-module-split.bbclass index b56dd4a9c7..6c1de4c9

Re: [OE-core] [PATCH v3 4/4] Support zstd-compressed squashfs and cpio initramfs

2021-08-27 Thread Zoltan Boszormenyi via lists.openembedded.org
Yeah, squashfs-tools needs PACKAGECONFIG = "zstd" by default. I will send an updated series soon with this patch updated. 2021. 08. 26. 14:04 keltezéssel, Richard Purdie írta: On Mon, 2021-08-23 at 16:54 +0200, Zoltan Boszormenyi via lists.openembedded.org wrote: From: Zoltán Böszörményi Sign