[OE-core] [PATCH] ptest-packagelists: add python3-bcrypt and -pytz

2022-03-13 Thread Tim Orling
python3-bcrypt and python3-pytz both run in just a few seconds, so add them to the fast list. Signed-off-by: Tim Orling --- meta/conf/distro/include/ptest-packagelists.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/ptest-packagelists.inc

Re: [OE-core] [PATCH 2/3] linux-yocto: Ignore textrels for ppc64 kernel

2022-03-13 Thread Khem Raj
On Sun, Mar 13, 2022 at 7:24 PM Bruce Ashfield wrote: > > > > On Sun, Mar 13, 2022 at 3:59 AM Khem Raj wrote: >> >> Signed-off-by: Khem Raj >> --- >> meta/recipes-kernel/linux/linux-yocto_5.15.bb | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git

Re: [OE-core] [PATCH 2/3] linux-yocto: Ignore textrels for ppc64 kernel

2022-03-13 Thread Bruce Ashfield
On Sun, Mar 13, 2022 at 3:59 AM Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta/recipes-kernel/linux/linux-yocto_5.15.bb | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb > b/meta/recipes-kernel/linux/linux-yocto_5.15.bb > index

[OE-core] [honister][PATCH 6/6] patch.py: Prevent git repo reinitialization

2022-03-13 Thread Anuj Mittal
From: Pavel Zhukov There were few bugs in the _isInitialized() function which might trigger git repo to be reinitialized and patches failing to apply. Signed-off-by: Pavel Zhukov Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- .../recipes-test/gitrepotest/gitrepotest.bb| 16

[OE-core] [honister][PATCH 5/6] util-linux: upgrade 2.37.3 -> 2.37.4

2022-03-13 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 6a3289c4786c4d278e2bf0ec1a5e04363772d8bc) Signed-off-by: Quentin Schulz Signed-off-by: Anuj Mittal --- ...til-linux-libuuid_2.37.3.bb => util-linux-libuuid_2.37.4.bb} | 0

[OE-core] [honister][PATCH 4/6] util-linux: update 2.37.2 -> 2.37.3

2022-03-13 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit e543d4407fdc91559a77d6c5cd41bcb75bc8c73c) Signed-off-by: Quentin Schulz Signed-off-by: Anuj Mittal --- ...til-linux-libuuid_2.37.2.bb => util-linux-libuuid_2.37.3.bb} | 0

[OE-core] [honister][PATCH 2/6] vim: Update to 8.2.4524 for further CVE fixes

2022-03-13 Thread Anuj Mittal
From: Richard Purdie Includes CVE-2022-0696, CVE-2022-0714, CVE-2022-0729. Signed-off-by: Richard Purdie (cherry picked from commit 0d29988958e48534a0076307bb2393a3c1309e03) Signed-off-by: Anuj Mittal --- meta/recipes-support/vim/vim.inc | 4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [honister][PATCH 3/6] wic: Use custom kernel path if provided

2022-03-13 Thread Anuj Mittal
From: Bill Pittman If the custom kernel path is provided in options, then use that path instead of the default path. Signed-off-by: Bill Pittman Signed-off-by: Richard Purdie (cherry picked from commit 1068102216a894c467f71f6046fdb37d5577545c) Signed-off-by: Anuj Mittal --- scripts/wic | 3

[OE-core] [honister][PATCH 0/6] Patch review

2022-03-13 Thread Anuj Mittal
Next set of changes to be merged for honister. Please review. No problems seen while testing: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3349 Thanks, Anuj The following changes since commit c2ebef2113d05aefb98b41caf380e03ec368934c: expat: Upgrade 2.4.6 -> 2.4.7

[OE-core] [honister][PATCH 1/6] sstate: inside the threadedpool don't write to the shared localdata

2022-03-13 Thread Anuj Mittal
From: Jose Quaresma When inside the threadedpool we make a copy of the localdata to avoid some race condition, so we need to use this new localdata2 and stop write the shared localdata. Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [PATCH] erofs-utils: Use __SANE_USERSPACE_TYPES__ on ppc64

2022-03-13 Thread Khem Raj
ppc64 historically has used l64 for defining u64 types in kernel asm/types.h defaults to use l64 by default but kernel uses ll64 now a days, therefore lets use same int-ll64.h to provide these defines like other architectures Signed-off-by: Khem Raj ---

Re: [OE-core] [meta-oe][PATCHv2] mesa: update to 22.0.0

2022-03-13 Thread Markus Volk
Am 13.03.22 um 13:40 schrieb Richard Purdie: The autobuilder ran into similar issues. The problem was the loss of "dri" from the PACKAGECONFIG which triggers the RPROVIDES of libgl. I was able to fix it with the addition of: diff --git a/meta/recipes-graphics/mesa/mesa.inc

[OE-core] OE-core CVE metrics for honister on Sun 13 Mar 2022 05:30:01 AM HST

2022-03-13 Thread Steve Sakoman
Branch: honister New this week: 3 CVEs CVE-2022-0563: util-linux:util-linux-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-0563 * CVE-2022-23308: libxml2:libxml2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-23308 * CVE-2022-24921: go

[OE-core] OE-core CVE metrics for hardknott on Sun 13 Mar 2022 05:00:01 AM HST

2022-03-13 Thread Steve Sakoman
Branch: hardknott New this week: 3 CVEs CVE-2022-0563: util-linux:util-linux-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-0563 * CVE-2022-23308: libxml2:libxml2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-23308 * CVE-2022-24921: go

[OE-core] OE-core CVE metrics for dunfell on Sun 13 Mar 2022 04:30:01 AM HST

2022-03-13 Thread Steve Sakoman
Branch: dunfell New this week: 5 CVEs CVE-2021-3658: bluez5 https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3658 * CVE-2021-44570: libsolv https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-44570 * CVE-2022-0563: util-linux:util-linux-native

[OE-core] OE-core CVE metrics for master on Sun 13 Mar 2022 04:00:01 AM HST

2022-03-13 Thread Steve Sakoman
Branch: master New this week: 0 CVEs Removed this week: 13 CVEs CVE-2021-3930: qemu:qemu-native:qemu-system-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3930 * CVE-2021-3947: qemu:qemu-native:qemu-system-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3947

Re: [OE-core] [meta-oe][PATCHv2] mesa: update to 22.0.0

2022-03-13 Thread Richard Purdie
On Sat, 2022-03-12 at 01:45 +0100, f_...@t-online.de wrote: > Before I left for work, I started a core-image-weston build and ran into some > problems. One of them was that librsvg was missing 'inherit vala', but that > doesn't seem to be related. The main problem seems to be that mesa-22.0.0 >

Re: [OE-core] [PATCH] image.bbclass: make sure do_rootfs run from a clean workspace

2022-03-13 Thread Richard Purdie
On Sat, 2022-03-12 at 16:22 +, Richard Purdie via lists.openembedded.org wrote: > On Sat, 2022-03-12 at 12:53 +0100, Ming Liu wrote: > > From: Ming Liu > > > > Add ${IMAGE_ROOTFS} and ${IMGDEPLOYDIR} to do_rootfs[dirs] and > > do_rootfs[cleandirs], this ensures do_rootfs run from a clean > >

Re: [OE-core] [RFC PATCH 2/2] libxml2: update to 2.9.13

2022-03-13 Thread Richard Purdie
On Sat, 2022-03-12 at 18:51 -0500, Ralph Siemsen wrote: > Hi Richard, > > On Sat, Mar 12, 2022 at 9:04 AM Richard Purdie > wrote: > > > > On Sat, 2022-03-12 at 09:19 +, Richard Purdie via lists.openembedded.org > > > > > > One of the patches is upstream, the other isn't. I can't see any

[OE-core] [PATCH] oeqa/runtime/ping: Improve failure message to include more detail

2022-03-13 Thread Richard Purdie
When the ping test fails due to a timeout we only get limited debug information. Tweak the code to improve that in case it sheds any light on intermittent failures. Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/cases/ping.py | 20 1 file changed, 12 insertions(+),