[OE-core] [hardknott][PATCH 00/18] Pull request (cover letter only)

2021-11-02 Thread Anuj Mittal
Please merge these changes. Thanks, Anuj The following changes since commit 47e638ada946af7d69fb65619858a1e4564613c4: uninative: Upgrade to 3.4 (2021-11-01 10:36:28 +) are available in the Git repository at: git://push.openembedded.org/openembedded-core-contrib stable/hardknott-next

Re: [OE-core] [PATCH] ruby: workaround ptest hang problem

2021-11-02 Thread Alexander Kanavin
Thanks, does this mean ruby-zotest can be moved out of ptest_problems list? Alex On Wed 3. Nov 2021 at 6.50, Changqing Li wrote: > From: Changqing Li > > since openssl 3 not compatible problem, ruby have disable openssl > extention. But disable openssl extention make test_smtp.rs hang at > tes

[OE-core] [PATCH] ruby: workaround ptest hang problem

2021-11-02 Thread Changqing Li
From: Changqing Li since openssl 3 not compatible problem, ruby have disable openssl extention. But disable openssl extention make test_smtp.rs hang at test case "test_start". Net::TestSMTP#test_start: NameError: uninitialized constant Net::SMTP::OpenSSL Did you mean? Open3 /usr/lib64/ruby/3.0.0

[OE-core][dunfell 00/29] Pull request (cover letter only)

2021-11-02 Thread Steve Sakoman
The following changes since commit a7520c47573cd166d441e504737492b86f5aa42e: selftest/reproducible: adjust exclusion list for dunfell (2021-10-25 13:28:19 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.o

Re: [OE-core] [PATCH] python3: silence DeprecationWarnings in python3-config

2021-11-02 Thread Tim Orling
On Tue, Nov 2, 2021 at 1:12 PM Khem Raj wrote: > On Tue, Nov 2, 2021 at 1:06 PM Ross Burton wrote: > > > > On Tue, 2 Nov 2021 at 18:06, Khem Raj wrote: > > > So shouldn’t we fix python3-config to not use distutils and switch to > setup tools instead ? > > > > > > I am afraid that masking the wa

Re: [OE-core] [PATCH] python3: silence DeprecationWarnings in python3-config

2021-11-02 Thread Khem Raj
On Tue, Nov 2, 2021 at 1:06 PM Ross Burton wrote: > > On Tue, 2 Nov 2021 at 18:06, Khem Raj wrote: > > So shouldn’t we fix python3-config to not use distutils and switch to setup > > tools instead ? > > > > I am afraid that masking the warning will come biting soon when this is > > turned into

Re: [OE-core] [PATCH] python3: silence DeprecationWarnings in python3-config

2021-11-02 Thread Ross Burton
On Tue, 2 Nov 2021 at 18:06, Khem Raj wrote: > So shouldn’t we fix python3-config to not use distutils and switch to setup > tools instead ? > > I am afraid that masking the warning will come biting soon when this is > turned into a hard error That is a much bigger question that needs to be don

[OE-core] [PATCH] runqemu: work without SERIAL_CONSOLES being defined

2021-11-02 Thread Jon Mason
Not all machine definitions need to have SERIAL_CONSOLES defined, but runqemu currently will fail with the following script error if not present: Traceback (most recent call last): File "/builder/meta-arm/poky/scripts/runqemu", line 1604, in main config.setup_final() File "/builder/meta-ar

[OE-core] [PATCHv5 1/2] apt: Do not install /var/log/apt for target

2021-11-02 Thread Peter Kjellerstedt
/var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs mount. So anything created in /var/log will not be available when the tmpfs is mounted. Also some whitespace clean up. Signed-off-by: Peter Kjellerstedt --- PATCHv5: Only remove /var/log/apt for target. meta/recipes

[OE-core] [PATCHv5 2/2] insane.bbclass: Add a check for directories that are expected to be empty

2021-11-02 Thread Peter Kjellerstedt
The empty-dirs QA check verifies that all directories specified in QA_EMPTY_DIRS are empty. It is possible to specify why a directory is expected to be empty by defining QA_EMPTY_DIRS_RECOMMENDATION:, which will then be included in the error message if the directory is not empty. If it is not speci

[OE-core] [PATCH] dpkg: Install dkpg-perl scripts to versioned perl directory

2021-11-02 Thread Manuel Leonhardt
Install dpkg-perl scripts to versioned perl directory, otherwise the following traceback happens when running, e.g. dpkg-architecture on the target: Can't locate Dpkg.pm in @INC (you may need to install the Dpkg module) (@INC contains: /usr/lib/perl5/site_perl/5.30.1/aarch64-linux /usr/lib/per

Re: [OE-core] [PATCHv3 3/3] insane.bbclass: Add a check for directories that are expected to be empty

2021-11-02 Thread Peter Kjellerstedt
> -Original Message- > From: Khem Raj > Sent: den 1 november 2021 02:00 > To: Richard Purdie > Cc: Peter Kjellerstedt ; Patches and > discussions about the oe-core layer c...@lists.openembedded.org> > Subject: Re: [OE-core] [PATCHv3 3/3] insane.bbclass: Add a check for > directories that

[OE-core] [PATCH] sstate: Account for reserved characters when shortening sstate filenames

2021-11-02 Thread Manuel Leonhardt
Previously, when shortening sstate filenames, the reserved characters for .siginfo were not considered, when siginfo=False, resulting in differently shortend filenames for the sstate and siginfo files. With this change, the filenames of the truncated sstate and siginfo files have the same basename,

Re: [OE-core] [PATCH] python3: silence DeprecationWarnings in python3-config

2021-11-02 Thread Khem Raj
On Tue, Nov 2, 2021 at 11:02 AM Ross Burton wrote: > Our patched python3-config uses distutils, but that will emit a > DeprecationWarning when imported. This isn't useful when using the > output of python3-config to find include paths. So shouldn’t we fix python3-config to not use distutils an

[OE-core] [PATCH] python3: silence DeprecationWarnings in python3-config

2021-11-02 Thread Ross Burton
Our patched python3-config uses distutils, but that will emit a DeprecationWarning when imported. This isn't useful when using the output of python3-config to find include paths. This isn't a huge problem typically as the warning goes to stderr, but some build systems read both stdout and stderr.

Re: [OE-core] [PATCHv4 3/4] apt: Do not install /var/log/apt

2021-11-02 Thread Richard Purdie
On Mon, 2021-11-01 at 01:03 +0100, Peter Kjellerstedt wrote: > /var/log is normally a link to /var/volatile/log and /var/volatile is a > tmpfs mount. So anything created in /var/log will not be available when > the tmpfs is mounted. > > Also some whitespace clean up. > > Signed-off-by: Peter Kjel

[OE-core] [PATCH] openssl: fix builds on ARMv8 targets without Aarch64

2021-11-02 Thread Ross Burton
ARMv8 doesn't imply Aarch64, so correct a check that was making that assumption. This fixes the build on 32-bit ARMv8 targets such as Cortex-A32. Signed-off-by: Ross Burton --- .../openssl/openssl/armv8-32bit.patch | 29 +++ .../openssl/openssl_3.0.0.bb

[OE-core] [honister][PATCH 16/24] stress-ng: convert to git, website is down

2021-11-02 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni (cherry picked from commit 0bc00868993d7093a70f29de9047f9ae0be33836) Signed-off-by: Anuj Mittal --- ...write-the-timestamp-into-compressed-.patch | 26 +++ .../stress-ng/stress-ng_0.13.00

[OE-core] [honister][PATCH 17/24] tzdata: upgrade 2021a -> 2021d

2021-11-02 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit f171f4f528090fc108624de6049274aa4d4880eb) Signed-off-by: Anuj Mittal --- meta/recipes-extended/timezone/timezone.inc | 7 --- 1 file changed,

[OE-core] [honister][PATCH 15/24] go.bbclass: Allow adding parameters to go ldflags

2021-11-02 Thread Anuj Mittal
From: Ahmed Hossam Currently, there is no clean way to pass extra parameters to the go tool link, which is passed by the go build ldflags flag, the append needs to happen inside the quotes of the ldflags parameter See [YOCTO #14554]. Add a variable to allow adding extra parameters to -ldflags i

[OE-core] [honister][PATCH 14/24] meson: install native file in sdk

2021-11-02 Thread Anuj Mittal
From: "Hsia-Jun(Randy) Li" Without a native environment file, find_program() can't locate the native program inside SDK. That stops wayland compositor using wayland scanner. Signed-off-by: Hsia-Jun(Randy) Li Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from c

[OE-core] [honister][PATCH 13/24] meson: move lang args to the right section

2021-11-02 Thread Anuj Mittal
From: Randy Li After meson 0.56.0, _args and _link_args would be regarded as meson built-in options. Signed-off-by: Hsia-Jun(Randy) Li Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 50c8f654e9006a7c902dd76f75082d4f8d668d0c) Signed-off-by: Anuj Mittal

[OE-core] [honister][PATCH 12/24] linux-yocto/5.10: update to v5.10.75

2021-11-02 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 3a9842b42e42 Linux 5.10.75 3e2873652163 net: dsa: mv88e6xxx: don't use PHY_DETECT on internal PHY's 3593fa147c86 ionic: don't remove netdev->dev_addr when syncing u

[OE-core] [honister][PATCH 11/24] linux-yocto/5.14: update to v5.14.14

2021-11-02 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.14 to the latest korg -stable release that comprises the following commits: fe024e004fa3 Linux 5.14.14 9513ce07f05b ionic: don't remove netdev->dev_addr when syncing uc list 6b55eadb0b1d net: dsa: felix: break at first CPU port during init

[OE-core] [honister][PATCH 10/24] linux-yocto/5.14: common-pc: enable CONFIG_ATA_PIIX as built-in

2021-11-02 Thread Anuj Mittal
From: Bruce Ashfield Jacob Kroon reported that generic/custom x86 kernels would no longer boot out of the box since the IDE options were removed and the PATA migration happened. To re-enable that use case, we grab the following kernel configuration change: common-pc*/qemux86*: set CONFIG_AT

[OE-core] [honister][PATCH 07/24] linux-yocto/5.14: update to v5.14.12

2021-11-02 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.14 to the latest korg -stable release that comprises the following commits: 325225e2f9fa Linux 5.14.12 58f0e59efa34 dsa: tag_dsa: Fix mask for trunked packets 5dc24f3e0841 x86/hpet: Use another crystalball to evaluate HPET usability 4e9

[OE-core] [honister][PATCH 09/24] linux-yocto/5.10: update to v5.10.74

2021-11-02 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 77434fe5a077 Linux 5.10.74 42b49f012b6a hwmon: (pmbus/ibm-cffps) max_power_out swap changes bb893f075431 sched: Always inline is_percpu_thread() bdae2a083436 pe

[OE-core] [honister][PATCH 08/24] linux-yocto/5.14: update to v5.14.13

2021-11-02 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.14 to the latest korg -stable release that comprises the following commits: b9ed05407395 Linux 5.14.13 d7c187ab28f6 hwmon: (pmbus/ibm-cffps) max_power_out swap changes e798dcd960a3 io_uring: kill fasync 15571bb5bb64 sched: Always inline

[OE-core] [honister][PATCH 02/24] waffle: convert to git, website is down

2021-11-02 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 28391c20044058e05a1bfdacc31a3e876828fb72) Signed-off-by: Anuj Mittal --- meta/recipes-graphics/waffle/waffle_1.6.1.bb | 10 -- 1 file cha

[OE-core] [honister][PATCH 06/24] linux-yocto/5.10: update to v5.10.73

2021-11-02 Thread Anuj Mittal
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 0268aa579b1f Linux 5.10.73 825c00c2ee14 x86/hpet: Use another crystalball to evaluate HPET usability f2447f6587b8 x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_

[OE-core] [honister][PATCH 05/24] staging: Fix autoconf-native rebuild failure

2021-11-02 Thread Anuj Mittal
From: Richard Purdie When rebuilds are triggered, autoconf-native can fail with: | DEBUG: Executing shell function update_gnu_config | install: cannot stat '[BUILDPATH]tmp/work/x86_64-linux/autoconf-native/2.71-r0/recipe-sysroot-native/usr/share/gnu-config/config.guess': No such file or direct

[OE-core] [honister][PATCH 04/24] classes/populate_sdk_base: Add setscene tasks

2021-11-02 Thread Anuj Mittal
From: Joshua Watt do_populate_sdk was added to SSTATETASKS, but had no _setscene task created to allow it to actually run from sstate. Add it so that SDKs can be restored from sstate. Note that like do_image_complete, do_populate_sdk is marked with SSTATE_SKIP_CREATION by default so sstate is no

[OE-core] [honister][PATCH 01/24] python3-setuptools: _distutils/sysconfig fix

2021-11-02 Thread Anuj Mittal
From: Tim Orling Add patch to append STAGING_LIBDIR python-sysconfigdata to sys.path so that packages which set SETUPTOOLS_USE_DISUTILS='local' cross-compile properly with python3-setuptools-native. Fixes: ModuleNotFoundError: No module named '_sysconfigdata' References: https://setuptools.pypa

[OE-core] [honister][PATCH 03/24] strace: show test suite log on failure

2021-11-02 Thread Anuj Mittal
From: Ross Burton If the tests fail, dump the log so we can see the failures. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 3154a65039831b1e041217707fdd6ca042f588fb) Signed-off-by: Anuj Mittal --- meta/recipes-devtools/s

[OE-core] [honister][PATCH 00/24] Review request

2021-11-02 Thread Anuj Mittal
Please review these changes for honister. Two intermittent AB failures seen while testing but those aren't related to these changes. https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2868 Thanks, Anuj The following changes since commit 6ca6c9c12c93c6df7b18f49ebdbfb69433ff5158:

[OE-core] [honister][PATCH 20/24] create-spdx: add create_annotation function

2021-11-02 Thread Anuj Mittal
From: Saul Wold This allows code reuse and future usage with relationship annotations Signed-off-by: Saul Wold Signed-off-by: Alexandre Belloni (cherry picked from commit 1f8fdb7dc9d02d0ee3c42674ca16e03f0ec18cba) Signed-off-by: Anuj Mittal --- meta/classes/create-spdx.bbclass | 18 ++

[OE-core] [honister][PATCH 24/24] qemu.inc: Remove empty egg-info directories before running meson

2021-11-02 Thread Anuj Mittal
From: Peter Kjellerstedt This is the same solution that has been applied to meson.bbclass to allow building with meson after it has been updated to a new version. It needs to be applied here as well since qemu uses meson without inheriting meson.bbclass. Signed-off-by: Peter Kjellerstedt Signed

[OE-core] [honister][PATCH 23/24] meson.bblcass: Remove empty egg-info directories before running meson

2021-11-02 Thread Anuj Mittal
From: Peter Kjellerstedt sstate.bbclass no longer removes empty directories to avoid a race (see commit 4f94d929 "sstate/staging: Handle directory creation race issue"). Unfortunately Python apparently treats an empty egg-info directory as if the version it previously contained still exists and f

[OE-core] [honister][PATCH 22/24] oeqa/runtime/parselogs: modified drm error in common errors list

2021-11-02 Thread Anuj Mittal
From: Teoh Jay Shen Changed the following line from: [drm] Cannot find any crtc or sizes - going 1024x768 > [drm] Cannot find any crtc or sizes This will expand the coverage of the failure to also cover the case when fallback size is not set. Signed-off-by: Teoh Jay Shen Signed-off-by:

[OE-core] [honister][PATCH 19/24] spdx.py: Add annotation to relationship

2021-11-02 Thread Anuj Mittal
From: Saul Wold Having annotations on relationship can provide additional information about the relationship such as how it was derived. Signed-off-by: Saul Wold Signed-off-by: Alexandre Belloni (cherry picked from commit d98585aa89e1d3819f8139a07fb7376ef89b37f8) Signed-off-by: Anuj Mittal --

[OE-core] [honister][PATCH 21/24] create-spdx: cross recipes are native also

2021-11-02 Thread Anuj Mittal
From: Saul Wold Recipes that inherit cross should also be categorized as isNative Signed-off-by: Saul Wold Signed-off-by: Alexandre Belloni (cherry picked from commit ee113e3894deb1cfb18622085a3fe0600e1ef01d) Signed-off-by: Anuj Mittal --- meta/classes/create-spdx.bbclass | 4 ++-- 1 file ch

[OE-core] [honister][PATCH 18/24] tzdata: update 2021d -> 2021e

2021-11-02 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni (cherry picked from commit 660f932c21fed410ad092ec610749e7090b6a324) Signed-off-by: Anuj Mittal --- meta/recipes-extended/timezone/timezone.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[OE-core] Yocto Project Status WW43`21

2021-11-02 Thread Stephen Jolley
Current Dev Position: YP 3.5 M1 Next Deadline: 6th Dec. 2021 YP 3.5 M1 build Next Team Meetings: * Bug Triage meeting Thursday Nov. 4th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

Re: [OE-core] [RFC PATCH 11/14] populate_sdk_base/images: Drop use of 'meta' class and hence do_build dependencies

2021-11-02 Thread Richard Purdie
On Wed, 2021-10-27 at 10:43 +0800, ChenQi wrote: > >  I like this change. However, it causes problem of 'rm_work'. >  Now some native recipes don't get cleaned up with 'rm_work' enabled. >   >  e.g. >  INHERIT += "rm_work" >  bitbake core-image-minimal >  A few native recipes don't get clean up su

Re: [OE-core] [PATCH] patch.bbclass: don't repr() the exception, use str()

2021-11-02 Thread Richard Purdie
On Tue, 2021-11-02 at 12:26 +, Ross Burton wrote: > repr() results in formatting characters such as extra quotation marks > which are pointless. > > Signed-off-by: Ross Burton > --- > meta/classes/patch.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/cl

[OE-core] [PATCH] patch.bbclass: don't repr() the exception, use str()

2021-11-02 Thread Ross Burton
repr() results in formatting characters such as extra quotation marks which are pointless. Signed-off-by: Ross Burton --- meta/classes/patch.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass index 8de7025491..079ee

[OE-core] [PATCH 3/3] recipes: Update github.com urls to use https

2021-11-02 Thread Richard Purdie
Github has announced there will be no more git:// fetching from their servers: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git and they're about to start having brownout periods to encourage people to update. This runs the conversion script over

[OE-core] [PATCH 2/3] scripts/convert-srcuri: Update SRC_URI conversion script to handle github url changes

2021-11-02 Thread Richard Purdie
Github are dropping support for git:// protocol fetching. Update the script to learn about corner cases found in the previous conversion and support remapping the github urls as needed too. Signed-off-by: Richard Purdie --- scripts/contrib/convert-srcuri.py | 16 +++- 1 file changed,

[OE-core] [PATCH 1/3] bitbake.conf: Fix corruption of GNOME mirror url

2021-11-02 Thread Richard Purdie
The url changes from the script accidentally corrupted this mirror url, fix it. Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index d9c4b4e5ada..790f2f7a8c4 100644 --- a

[OE-core] [PATCH 33/33] perl: backport gdbm 1.2x compatibility fixes

2021-11-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...e5fdd87aa205011512cd1e6cc655bcf677fd.patch | 31 ++ ...2398e766500cb5d83c4d76b642fcf31d997a.patch | 40 +++ ...297a58b8f10ab885c19eec48ea076116cc1f.patch | 25 meta/recipes-devtools/perl/perl_5.34.0.bb | 3 ++ 4

[OE-core] [PATCH 31/33] docbook-xml: patch is not upstreamable

2021-11-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../docbook-xml-dtd4/docbook-xml-update-catalog.xml.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml-update-catalog.xml.patch b/meta/recipes-devtools/docbook-xml/d

[OE-core] [PATCH 30/33] cracklib: patches submitted upstream

2021-11-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...0001-packlib.c-support-dictionary-byte-order-dependent.patch | 2 +- .../cracklib/0002-craklib-fix-testnum-and-teststr-failed.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/cracklib/cracklib/0001-packlib

[OE-core] [PATCH 32/33] lrzsz: patch is not upstreamable

2021-11-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Fix-cross-compilation-using-autoconf-detected-AR.patch | 2 +- meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/0001-Fix-cross-

[OE-core] [PATCH 28/33] xf86-video-intel: update to latest commit

2021-11-02 Thread Alexander Kanavin
Drop patches merged upstream. Signed-off-by: Alexander Kanavin --- ...1-Sync-i915_pciids-upto-8717c6b7414f.patch | 505 -- ...plicate-definition-of-I810PatternROP.patch | 27 - .../xorg-driver/xf86-video-intel_git.bb | 4 +- 3 files changed, 1 insertion(+), 535 deletions

[OE-core] [PATCH 29/33] cracklib: update 2.9.5 -> 2.9.7

2021-11-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...001-Apply-patch-to-fix-CVE-2016-6318.patch | 105 -- ...port-dictionary-byte-order-dependent.patch | 12 +- ...aklib-fix-testnum-and-teststr-failed.patch | 10 +- .../{cracklib_2.9.5.bb => cracklib_2.9.7.bb} | 17 +-- 4 files changed, 21

[OE-core] [PATCH 27/33] icu: update 69.1 -> 70.1

2021-11-02 Thread Alexander Kanavin
License-Update: formatting, updated copyright holders Signed-off-by: Alexander Kanavin --- .../icu/icu/0001-icu-Added-armeb-support.patch | 12 +--- .../recipes-support/icu/{icu_69.1.bb => icu_70.1.bb} | 10 +- 2 files changed, 10 insertions(+), 12 deletions(-) rename meta

[OE-core] [PATCH 25/33] librsvg: update 2.52.2 -> 2.52.3

2021-11-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...hecksums-for-modified-files-for-libc.patch | 23 +++ ...-for-modified-files-for-rust-1.54.0-.patch | 17 -- .../{librsvg_2.52.2.bb => librsvg_2.52.3.bb} | 4 ++-- 3 files changed, 25 insertions(+), 19 deletions(-) create mode

[OE-core] [PATCH 26/33] cmake: update 3.21.3 -> 3.21.4

2021-11-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../cmake/{cmake-native_3.21.3.bb => cmake-native_3.21.4.bb}| 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- .../recipes-devtools/cmake/{cmake_3.21.3.bb => cmake_3.21.4.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) re

[OE-core] [PATCH 24/33] ffmpeg: update 4.4 -> 4.4.1

2021-11-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../ffmpeg/ffmpeg/fix-CVE-2020-20446.patch| 35 .../ffmpeg/ffmpeg/fix-CVE-2020-20453.patch| 42 - .../ffmpeg/ffmpeg/fix-CVE-2020-22015.patch| 44 -- .../ffmpeg/ffmpeg/fix-CVE-2020-22021.patch| 87 --- ..

[OE-core] [PATCH 23/33] gawk: update 5.1.0 -> 5.1.1

2021-11-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Use-cross-AR-during-compile.patch| 30 --- .../gawk/{gawk_5.1.0.bb => gawk_5.1.1.bb} | 6 ++-- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 meta/recipes-extended/gawk/gawk/0001-Use-cross-AR-during-com

[OE-core] [PATCH 22/33] diffoscope: upgrade 188 -> 189

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_188.bb => diffoscope_189.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/diffoscope/{diffoscope_188.bb => diffoscope_189.bb} (92%) diff --git a/meta/recipes-s

[OE-core] [PATCH 21/33] nghttp2: upgrade 1.45.1 -> 1.46.0

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../nghttp2/{nghttp2_1.45.1.bb => nghttp2_1.46.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.45.1.bb => nghttp2_1.46.0.bb} (93%) diff --git a/meta/recipes-supp

[OE-core] [PATCH 20/33] libsoup-2.4: upgrade 2.74.0 -> 2.74.1

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../libsoup/{libsoup-2.4_2.74.0.bb => libsoup-2.4_2.74.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.74.0.bb => libsoup-2.4_2.74.1.bb} (94%) diff --git a/meta/reci

[OE-core] [PATCH 18/33] libjitterentropy: upgrade 3.3.0 -> 3.3.1

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../{libjitterentropy_3.3.0.bb => libjitterentropy_3.3.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.3.0.bb => libjitterentropy_3.3.1.bb} (95%) diff

[OE-core] [PATCH 19/33] libsoup: upgrade 3.0.1 -> 3.0.2

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../libsoup/{libsoup_3.0.1.bb => libsoup_3.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libsoup/{libsoup_3.0.1.bb => libsoup_3.0.2.bb} (94%) diff --git a/meta/recipes-suppor

[OE-core] [PATCH 17/33] gdbm: upgrade 1.19 -> 1.22

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-support/gdbm/files/ptest.patch| 18 +- .../gdbm/{gdbm_1.19.bb => gdbm_1.22.bb}| 3 +-- 2 files changed, 10 insertions(+), 11 deletions(-) rename meta/recipes-support/gdbm/{gdbm_1.19.bb => gdb

[OE-core] [PATCH 16/33] puzzles: upgrade to latest revision

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 1355630cf4..8ac62d52e5 100644 ---

[OE-core] [PATCH 15/33] linux-firmware: upgrade 20210919 -> 20211027

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin License-Update: additional firmwares listed Signed-off-by: Alexander Kanavin --- ...{linux-firmware_20210919.bb => linux-firmware_20211027.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-kernel/linux-firmware/{linux-firmware_20210919.b

[OE-core] [PATCH 14/33] mesa: upgrade 21.2.4 -> 21.2.5

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../mesa/{mesa-gl_21.2.4.bb => mesa-gl_21.2.5.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_21.2.4.bb => mesa_21.2.5.bb} | 0 3 files changed, 1 inser

[OE-core] [PATCH 13/33] stress-ng: upgrade 0.13.00 -> 0.13.06

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...write-the-timestamp-into-compressed-.patch | 26 --- ...ess-ng_0.13.00.bb => stress-ng_0.13.06.bb} | 3 +-- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 meta/recipes-extended/stress-ng/stre

[OE-core] [PATCH 12/33] lighttpd: upgrade 1.4.60 -> 1.4.61

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...-__BEGIN_DECLS-__END_DECLS-if-needed.patch | 38 --- ...{lighttpd_1.4.60.bb => lighttpd_1.4.61.bb} | 3 +- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 meta/recipes-extended/lighttpd/lightt

[OE-core] [PATCH 10/33] vala: upgrade 0.54.2 -> 0.54.3

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/{vala_0.54.2.bb => vala_0.54.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/vala/{vala_0.54.2.bb => vala_0.54.3.bb} (50%) diff --git a/meta/recipes-devtools/vala/v

[OE-core] [PATCH 11/33] asciidoc: upgrade 10.0.0 -> 10.0.1

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../asciidoc/{asciidoc_10.0.0.bb => asciidoc_10.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/asciidoc/{asciidoc_10.0.0.bb => asciidoc_10.0.1.bb} (94%) diff --git a/meta/recipes-

[OE-core] [PATCH 07/33] python3-docutils: upgrade 0.17.1 -> 0.18

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin License-Update: additional files listed Signed-off-by: Alexander Kanavin --- .../{python3-docutils_0.17.1.bb => python3-docutils_0.18.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-docutils_0.17.1.bb => pyth

[OE-core] [PATCH 08/33] python3-gitdb: upgrade 4.0.7 -> 4.0.9

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python-gitdb.inc | 2 +- meta/recipes-devtools/python/python3-gitdb_4.0.7.bb | 4 meta/recipes-devtools/python/python3-gitdb_4.0.9.bb | 3 +++ 3 files changed, 4 insertions(+), 5 deletions(-) d

[OE-core] [PATCH 09/33] python3-pyparsing: upgrade 3.0.0 -> 3.0.4

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../{python3-pyparsing_3.0.0.bb => python3-pyparsing_3.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyparsing_3.0.0.bb => python3-pyparsing_3.0.4.bb} (85%) diff --git a

[OE-core] [PATCH 06/33] python3-dbusmock: upgrade 0.24.0 -> 0.24.1

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../{python3-dbusmock_0.24.0.bb => python3-dbusmock_0.24.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dbusmock_0.24.0.bb => python3-dbusmock_0.24.1.bb} (83%) diff --git a

[OE-core] [PATCH 04/33] glib-2.0: upgrade 2.70.0 -> 2.70.1

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-core/glib-2.0/glib-2.0/relocate-modules.patch | 2 +- .../glib-2.0/{glib-2.0_2.70.0.bb => glib-2.0_2.70.1.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-2.0/{glib-

[OE-core] [PATCH 05/33] psplash: upgrade to latest revision

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-core/psplash/psplash_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 09038266b6..ca5a1ea8e1 100644 --

[OE-core] [PATCH 03/33] bind: upgrade 9.16.21 -> 9.16.22

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../0001-avoid-start-failure-with-bind-user.patch | 0 .../0001-named-lwresd-V-and-start-log-hide-build-options.patch | 0 .../bind-ensure-searching-for-json-headers-searches-sysr.patch | 0 .../bind/{bind-9.16.21 => b

[OE-core] [PATCH 01/33] curl: submit patch upstream

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../curl/curl/0001-replace-krb5-config-with-pkg-config.patch| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/curl/curl/0001-replace-krb5-config-with-pkg-co

[OE-core] [PATCH 02/33] libxml2: submit patch upstream

2021-11-02 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-core/libxml/libxml2/runtest.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/libxml/libxml2/runtest.patch b/meta/recipes-core/libxml/libxml2/ru

[OE-core] [master][honister][PATCH] squashfs-tools: fix CVE-2021-41072

2021-11-02 Thread kai
From: Kai Kang Backport patch to fix CVE-2021-41072. And 3 more ancestor commits are backported too, otherwise it fails to compile. CVE: CVE-2021-41072 Ref: * https://nvd.nist.gov/vuln/detail/CVE-2021-41072 Signed-off-by: Kai Kang --- .../CVE-2021-41072-requisite-1.patch | 135 +