[OE-core] [PATCH v2] buildhistory: Fix package output files for SDKs

2021-10-04 Thread Andres Beltran
Currently, installed packages are listed for images in image-info.txt, but not for SDKs in sdk-info.txt. Add TOOLCHAIN_HOST_TASK and TOOLCHAIN_TARGET_TASK to the output variables in sdk-info.txt. Moreover, package output files for the SDK host are empty because PKGDATA_DIR defaults to the target

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2021-10-04 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[OE-core] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2021-10-04 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (10/5) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional):

Re: [OE-core] [PATCH 04/10] cmake: update 3.20.2 -> 3.20.3

2021-10-04 Thread Michael Halstead
I'll go ahead and switch to CentOS8-Stream once the current a-full is complete. If there is a need to follow RHEL8 exactly we can add a Rocky Linux worker in the future. On Mon, Oct 4, 2021 at 11:28 AM Alexander Kanavin wrote: > Since the original centos 8 is going away (support-wise) in less

Re: [OE-core] [PATCH] buildhistory: Fix package output files for SDKs

2021-10-04 Thread Richard Purdie
Hi, On Mon, 2021-10-04 at 20:13 +, Andres Beltran wrote: > Currently, installed packages are listed for images in image-info.txt, but > not for SDKs in sdk-info.txt. Add TOOLCHAIN_HOST_TASK and > TOOLCHAIN_TARGET_TASK to the output variables in sdk-info.txt. > > Moreover, package output

[OE-core] [PATCH] buildhistory: Fix package output files for SDKs

2021-10-04 Thread Andres Beltran
Currently, installed packages are listed for images in image-info.txt, but not for SDKs in sdk-info.txt. Add TOOLCHAIN_HOST_TASK and TOOLCHAIN_TARGET_TASK to the output variables in sdk-info.txt. Moreover, package output files for the SDK host are empty because PKGDATA_DIR defaults to the target

Re: [OE-core] [PATCH] sstate.bbclass: adds warnings for the exceptions of os.utime in siginfo

2021-10-04 Thread Richard Purdie
On Mon, 2021-10-04 at 18:59 +0100, Jose Quaresma wrote: > I understand the exception for the use cases but I think it would be useful > to show this to the users. Will it be more appropriate perhaps to log this as > debug messages? The trouble is in the situations that is guarding against, the

[OE-core] [hardknott][PATCH 06/11] vim: Backport fix for CVE-2021-3770

2021-10-04 Thread Anuj Mittal
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 54d3d023ce55ba4a7160ed25a283f0918e7d8e2e) Signed-off-by: Anuj Mittal --- ...1e135a16091c93f6f5f7525a5c58fb7ca9f9.patch | 207 ++ meta/recipes-support/vim/vim.inc | 2 + 2 files

Re: [OE-core] [PATCH 04/10] cmake: update 3.20.2 -> 3.20.3

2021-10-04 Thread Alexander Kanavin
Since the original centos 8 is going away (support-wise) in less than 3 months, should we just convert all workers to stream and move on? Alex On Mon, 4 Oct 2021 at 18:27, Michael Halstead wrote: > This error was fixed upstream > https://bugzilla.redhat.com/show_bug.cgi?id=1975562 kernel

[OE-core] [hardknott][PATCH 05/11] wic: keep rootfs_size as integer

2021-10-04 Thread Anuj Mittal
From: Alexander Kanavin The corrected line accidentally converted it to float, which causes problems later on with python 3.10: | File "/home/alex/development/poky/scripts/lib/wic/partition.py", line 278, in prepare_rootfs_ext | os.ftruncate(sparse.fileno(), rootfs_size * 1024) |

[OE-core] [hardknott][PATCH 02/11] qemu: fix CVE-2021-3682

2021-10-04 Thread Anuj Mittal
From: Sakib Sajal Signed-off-by: Sakib Sajal Signed-off-by: Richard Purdie (cherry picked from commit e16cd155c5ef7cfe8b4d3a94485cb7b13fd95036) Signed-off-by: Anuj Mittal --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2021-3682.patch | 41

[OE-core] [hardknott][PATCH 04/11] Update mailing list address

2021-10-04 Thread Anuj Mittal
From: Jon Mason Signed-off-by: Jon Mason Signed-off-by: Richard Purdie (cherry picked from commit 83169c33f7585da25560784f79eaad2c6f029f3c) Signed-off-by: Anuj Mittal --- meta/conf/distro/include/maintainers.inc | 2 +-

[OE-core] [hardknott][PATCH 03/11] bind: Exclude CVE-2019-6470 from cve-check

2021-10-04 Thread Anuj Mittal
From: Richard Purdie Issue only affects dhcpd with recent bind versions. We don't ship dhcpd anymore so the issue doesn't affect us. Signed-off-by: Richard Purdie (cherry picked from commit 30106ae676124ba3c0e496a4f19c919c8418b59b) Signed-off-by: Anuj Mittal ---

[OE-core] [hardknott][PATCH 01/11] systemd: fix CVE-2021-33910

2021-10-04 Thread Anuj Mittal
From: Chen Qi Backport patch to fix CVE-2021-33910. Signed-off-by: Chen Qi Signed-off-by: Anuj Mittal --- ...it-name-do-not-use-strdupa-on-a-path.patch | 72 +++ meta/recipes-core/systemd/systemd_247.6.bb| 1 + 2 files changed, 73 insertions(+) create mode 100644

[OE-core] [hardknott][PATCH 00/11] Review request

2021-10-04 Thread Anuj Mittal
Please review these changes for hardknott. No issues seen on autobuilder. https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2689 Thanks, Anuj The following changes since commit 97d6a8452779fe511a354a70a72dd338f52a92cb: bash: Ensure deterministic build (2021-09-29 16:22:10

[OE-core] just want to confirm my understanding of how systemd services get symlinks

2021-10-04 Thread Robert P. J. Day
just had a discussion with a colleague about the proper design of a systemd-based service, and my (admittedly sophomore) understanding is that, in the service file, there is an [Install] section, which contains a "WantedBy" line like: fubar.service:WantedBy=sysinit.target upon installation

Re: [OE-core] [PATCH] sstate.bbclass: adds warnings for the exceptions of os.utime in siginfo

2021-10-04 Thread Jose Quaresma
Richard Purdie escreveu no dia segunda, 4/10/2021 à(s) 15:11: > On Sun, 2021-10-03 at 22:38 +0100, Jose Quaresma wrote: > > When we can't update the access and modified times of sstate siginfo > > it is useful to infor the user about that. > > > > Signed-off-by: Jose Quaresma > > --- > >

[OE-core] [hardknott][PATCH 11/11] scriptutils.py: Add check before deleting path

2021-10-04 Thread Anuj Mittal
From: Chandana kalluri Add a check before deleting path when using recipetool commands to avoid the following type of errors: Traceback (most recent call last): File "/sources/core/scripts/lib/scriptutils.py", line 218, in fetch_url shutil.rmtree(path) File

[OE-core] [hardknott][PATCH 10/11] recipes-support/ptest-runner: Bump to v2.4.2

2021-10-04 Thread Anuj Mittal
From: Anibal Limon Changes, bcb8280 utils.c: add system data collection when a test gets stuck. c29240c utils.c: handle test timeouts directly with poll() d6f509f tests/utils.c: fix a memory corruption in find_word c10e747 main: Do not return number of failed tests when calling ptest-runner

[OE-core] [hardknott][PATCH 09/11] rm_work.bbclass: Fix for files starting with -

2021-10-04 Thread Anuj Mittal
From: "William A. Kennington III" This makes it possible to name files starting with a hyphen in the work directory. Without this change rm will fail due to an unexpected option being passed. Signed-off-by: William A. Kennington III Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [hardknott][PATCH 07/11] glew: Stop polluting /tmp during builds

2021-10-04 Thread Anuj Mittal
From: Richard Purdie Currently the glew code creates a new directory in /tmp for each make invocation. This is a bit ugly, don't do that. The patch does break the dist targets but we don't use them. Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [hardknott][PATCH 08/11] package_ipk: Use localdata store when signing packages

2021-10-04 Thread Anuj Mittal
From: Kenfe-Mickael Laventure When signing a package, we were resolving the `PKGV` version using the original data store (`d`). However, since that store does not have the package name in its `OVERRIDES` list the wrong version can be returned in recipes that produce multiple packages. One such

Re: [OE-core] [PATCH 04/10] cmake: update 3.20.2 -> 3.20.3

2021-10-04 Thread Michael Halstead
This error was fixed upstream https://bugzilla.redhat.com/show_bug.cgi?id=1975562 kernel 4.18.0-325.x which has landed in CentOS8 Stream on centos8-ty-2 but not plain CentOS8 where the newest kernel is still at 4.18.0-305.x. I'll reboot into the older 4.18.0-240.15 kernel again on centos8-ty-1 as

Re: [OE-core] [PATCH 2/3] glibc: fix append in DEPENDS

2021-10-04 Thread Konrad Weihmann
On 04.10.21 17:29, Martin Jansa wrote: > Still this is very prone to errors, so I personally rather have a space too much than to few (esp. as the else clause doesn't add a space). The missing space in else clause is often intentional in cases like this, so that the append has no impact on

Re: [OE-core] [PATCH 2/3] glibc: fix append in DEPENDS

2021-10-04 Thread Martin Jansa
> Still this is very prone to errors, so I personally rather have a space too much than to few (esp. as the else clause doesn't add a space). The missing space in else clause is often intentional in cases like this, so that the append has no impact on value when not enabled with GTKDOC_ENABLED.

Re: [OE-core] [PATCH 2/3] glibc: fix append in DEPENDS

2021-10-04 Thread Konrad Weihmann
On 04.10.21 17:08, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Konrad Weihmann Sent: den 4 oktober 2021 15:29 To: openembedded-core@lists.openembedded.org Cc: Konrad Weihmann Subject: [OE-core] [PATCH 2/3] glibc: fix append

Re: [OE-core] [PATCH 3/3] update-rc.d: fix append in DEPENDS

2021-10-04 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Konrad Weihmann > Sent: den 4 oktober 2021 15:29 > To: openembedded-core@lists.openembedded.org > Cc: Konrad Weihmann > Subject: [OE-core] [PATCH 3/3] update-rc.d: fix append

Re: [OE-core] [PATCH 2/3] glibc: fix append in DEPENDS

2021-10-04 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Konrad Weihmann > Sent: den 4 oktober 2021 15:29 > To: openembedded-core@lists.openembedded.org > Cc: Konrad Weihmann > Subject: [OE-core] [PATCH 2/3] glibc: fix append in

[OE-core][dunfell 15/15] glew: Stop polluting /tmp during builds

2021-10-04 Thread Steve Sakoman
From: Richard Purdie Currently the glew code creates a new directory in /tmp for each make invocation. This is a bit ugly, don't do that. The patch does break the dist targets but we don't use them. Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 14/15] oeqa/buildproject: Ensure temp directories are cleaned up

2021-10-04 Thread Steve Sakoman
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit d10aff865120a5feecc42c24726bd119364e0188) Signed-off-by: Steve Sakoman --- meta/lib/oeqa/utils/buildproject.py | 3 +++ meta/lib/oeqa/utils/targetbuild.py | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-)

[OE-core][dunfell 13/15] oeqa/selftest/gotoolchain: Fix temp file cleanup

2021-10-04 Thread Steve Sakoman
From: Richard Purdie The go tests leave readonly files and directories behind. Fix this to allow cleanup. [YOCTO #14575] Signed-off-by: Richard Purdie (cherry picked from commit 5680e95d7bd9fe00a797b2d0deb8cb4790027508) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 12/15] rm_work.bbclass: Fix for files starting with -

2021-10-04 Thread Steve Sakoman
From: "William A. Kennington III" This makes it possible to name files starting with a hyphen in the work directory. Without this change rm will fail due to an unexpected option being passed. Signed-off-by: William A. Kennington III Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 11/15] libc_package/buildstats: Fix python regex quoting warnings

2021-10-04 Thread Steve Sakoman
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 6a8077317ce12e13018ec4472f728dd24880bda9) Signed-off-by: Steve Sakoman --- meta/classes/libc-package.bbclass | 2 +- meta/lib/buildstats.py| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff

[OE-core][dunfell 10/15] oeqa/qemurunner: Use oe._exit(), not sys.exit()

2021-10-04 Thread Steve Sakoman
From: Richard Purdie sys.exit will cause finally statements and other code to run at exit. Since we're using os.fork() here, os._exit() is apprioriate in this codepath. Signed-off-by: Richard Purdie (cherry picked from commit ec08498ff29de9ccd23be88b9d7af3dab6bbb81e) Signed-off-by: Steve

[OE-core][dunfell 09/15] pybootchart: Avoid divide by zero

2021-10-04 Thread Steve Sakoman
From: Richard Purdie Avoid a rare divide by zero error if there isn't data point spread. [YOCTO #14547] Signed-off-by: Richard Purdie (cherry picked from commit d7e36d01e87ddf89f76f164a0b7d98f597a53fa5) Signed-off-by: Steve Sakoman --- scripts/pybootchartgui/pybootchartgui/draw.py | 5 -

[OE-core][dunfell 08/15] libsamplerate0: Set correct soname for 0.1.9

2021-10-04 Thread Steve Sakoman
From: Tom Pollard Manually patch SHARED_VERSION_INFO, which was missed in the 0.1.9 release and later incorrectly fixed until 0.2.1 Signed-off-by: Tom Pollard Signed-off-by: Richard Purdie (cherry picked from commit cb2e8efd316d44b9b1453882114856e0eb7b3500) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 07/15] bzip2: Update soname for libbz2 1.0.8

2021-10-04 Thread Steve Sakoman
From: Tom Pollard Set shared library name as libbz2.so.1.0.8, version in configure.ac already synced via do_configure PV substitution. Signed-off-by: Tom Pollard Signed-off-by: Richard Purdie (cherry picked from commit 07e3abc9d282a54add69a6905ec4248f3104219f) Signed-off-by: Steve Sakoman

[OE-core][dunfell 06/15] common-licenses: add "Unlicense" license file

2021-10-04 Thread Steve Sakoman
From: "Robert P. J. Day" Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie (cherry picked from commit 7698f3145a9c48778d7bb79f54df169cf375349c) Signed-off-by: Steve Sakoman --- meta/files/common-licenses/Unlicense | 24 1 file changed, 24 insertions(+)

[OE-core][dunfell 05/15] systemd: Add fix for systemd-networkd crash during free

2021-10-04 Thread Steve Sakoman
From: Ranjitsinh Rathod We are observing systemd-network service crash during link down while freeing link->ifname pointer Backtrace: (gdb) bt 0 __GI_abort () at abort.c:107 1 0x007f861d32b4 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7f8628d500 "%s\n") at

[OE-core][dunfell 04/15] mtd-utils: upgrade 2.1.2 -> 2.1.3

2021-10-04 Thread Steve Sakoman
From: Stefano Babic Drop also --enable-install-tests from configuration options because this was removed in 2.1.3. (cherry picked from commit c95c852b84f02f5e2ad5c575ab683bba0471f221) Signed-off-by: Stefano Babic CC: David Oberhollenzer CC: Alexandre Belloni Signed-off-by: Alexandre Belloni

[OE-core][dunfell 03/15] mtd-utils: upgrade 2.1.1 -> 2.1.2

2021-10-04 Thread Steve Sakoman
From: Richard Purdie Drop backported patch. (cherry picked from commit e38fd1ac331d824b2db94a7ae46026b111257e83) Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- ...-utils-Fix-return-value-of-ubiformat.patch | 62 --- meta/recipes-devtools/mtd/mtd-utils_git.bb

[OE-core][dunfell 02/15] openssh: Fix CVE-2021-28041

2021-10-04 Thread Steve Sakoman
From: sana kazi Added patch to fix CVE-2021-28041. Link: http://archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh_8.2p1-4ubuntu0.3.debian.tar.xz Signed-off-by: Sana Kazi Signed-off-by: Sana Kazi Signed-off-by: Steve Sakoman --- .../openssh/openssh/CVE-2021-28041.patch | 20

[OE-core][dunfell 01/15] vim: fix CVE-2021-3778

2021-10-04 Thread Steve Sakoman
From: Minjae Kim vim is vulnerable to Heap-based Buffer Overflow reference: https://github.com/vim/vim/commit/65b605665997fad54ef39a93199e305af2fe4d7f Signed-off-by: Steve Sakoman --- .../vim/files/CVE-2021-3778.patch | 49 +++ meta/recipes-support/vim/vim.inc

[OE-core][dunfell 00/15] Patch review

2021-10-04 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Wednesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2677 The following changes since commit 8e7c8e43260682efafabc50c757b9c2daff98f13: connman: add

Re: [OE-core] [PATCH] sstate.bbclass: adds warnings for the exceptions of os.utime in siginfo

2021-10-04 Thread Richard Purdie
On Sun, 2021-10-03 at 22:38 +0100, Jose Quaresma wrote: > When we can't update the access and modified times of sstate siginfo > it is useful to infor the user about that. > > Signed-off-by: Jose Quaresma > --- > meta/classes/sstate.bbclass | 12 ++-- > 1 file changed, 10 insertions(+),

Re: [OE-core] [poky] [PATCH] sstate: Switch to ZStandard compressor support

2021-10-04 Thread Alexander Kanavin
Yes, it's here: http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=abelloni/kirkstone-next Alex On Mon, 4 Oct 2021 at 14:26, Henry Kleynhans wrote: > Hi Alex, > > I cannot see abelloni/kirkstone-next here: > http://git.yoctoproject.org/cgit/cgit.cgi/poky/refs/heads > > Do I need to get

[OE-core] [PATCH] sstate: Switch to ZStandard compressor support

2021-10-04 Thread Henry Kleynhans
From: Henry Kleynhans This patch switches the compressor from Gzip to ZStandard for ssate cache files. Zstandard compression provides a significant improvement in decompression speed as well as improvement in compression speed and disk usage over the 'tgz' format in use. Furthermore, its

[OE-core] [PATCH 2/3] glibc: fix append in DEPENDS

2021-10-04 Thread Konrad Weihmann
fix the append with a leading blank, otherwise this messes up DEPENDS when globally inherited classes add dependecies of their own Signed-off-by: Konrad Weihmann --- meta/recipes-core/glib-2.0/glib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 3/3] update-rc.d: fix append in DEPENDS

2021-10-04 Thread Konrad Weihmann
fix the append with a leading blank, otherwise this messes up DEPENDS when globally inherited classes add dependecies of their own Signed-off-by: Konrad Weihmann --- meta/classes/update-rc.d.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/3] libical: fix append in DEPENDS

2021-10-04 Thread Konrad Weihmann
fix the append with a leading blank, otherwise this messes up DEPENDS when globally inherited classes add dependecies of their own Signed-off-by: Konrad Weihmann --- meta/recipes-support/libical/libical_3.0.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 1/1] ltp: Update to 20210927

2021-10-04 Thread Naresh Kamboju
Hi Daniel and Petr, > FWIW, we've build-tested it (against Sumo :(, changing the override > separator), but have yet to execute the actual tests. Thanks Daniel for creating the latest LTP builds for arm, arm64, i386 and x86_64. LTP syscall tested on these architectures and no regression found.

[OE-core] [PATCH 3/3] reproducible_build: Work around caching issues

2021-10-04 Thread Richard Purdie
SOURCE_DATE_EPOCH can be expanded early in the parsing process before the class extensions are applied. This can mean the directory pointed to for the SDE can be incorrect until later in parsing. Cache the file name in the cached value and allow it to dynamically update. This isn't ideal but

[OE-core] [PATCH 1/3 v2] image-artifact-names: Use SOURCE_DATE_EPOCH when making reproducible builds for deploy

2021-10-04 Thread Richard Purdie
Using DATETIME means the do_deploy output is not deterministic. Use SDE when using reproducible builds since it is consistent for given input data. Signed-off-by: Richard Purdie --- meta/classes/image-artifact-names.bbclass | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff

[OE-core] [PATCH 2/3 v2] abi_version/sstate: Bump HASH_VERSION and SSTATE_VERSION

2021-10-04 Thread Richard Purdie
At this point the hash equivalence and sstate is 'junk' on the autobuilder unforuntately due to the volume of fixes and also the volume of slighly not quite right patches tested during the development of the fixes. In order to try and help any remaining sanity I might have, bump the version

Re: [OE-core] [poky] [PATCH] sstate: Switch to ZStandard compressor support

2021-10-04 Thread Alexander Kanavin
ZSTD_THREADS is already defined in bitbake.conf, you do not need to redefine it. (please use abelloni/kirkstone-next for testing, it is there) Alex On Mon, 4 Oct 2021 at 13:00, Henry Kleynhans via lists.yoctoproject.org wrote: > This patch switches the compressor from Gzip to ZStandard for

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

2021-10-04 Thread Alexandre Belloni
Hello Lukasz, On 30/09/2021 12:43:57+0200, ?ukasz Majewski wrote: > This patch introduces new recipe - namely 'glibc-tests', which > builds and installs glibc test suite to OE/Yocto built image. > > It reuses code from already available 'glibc-testsuite' recipe, > which is run with 'bitbake

[OE-core][PATCH] busybox: 1.34.0 -> 1.34.1

2021-10-04 Thread Andrej Valek
- update to next stable version 1.34.1 Signed-off-by: Andrej Valek --- .../{busybox-inittab_1.34.0.bb => busybox-inittab_1.34.1.bb}| 0 .../busybox/{busybox_1.34.0.bb => busybox_1.34.1.bb}| 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename

[OE-core] [PATCH] inetutils: update 2.1 -> 2.2

2021-10-04 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../inetutils/inetutils/CVE-2021-40491.patch | 88 --- ...ly-check-pam_appl.h-when-pam-enabled.patch | 12 +-- .../{inetutils_2.1.bb => inetutils_2.2.bb}| 3 +- 3 files changed, 7 insertions(+), 96 deletions(-)

[OE-core] [PATCH] package_rpm: use zstd instead of xz

2021-10-04 Thread Alexander Kanavin
zstd has similar time and space performance in compression but is vastly faster in decompression, which benefits rootfs creation (especially when installing very large packages) and on-target package installation. Also, ensure ZSTD_THREADS doesn't change sstate checksums. The detailed explanation

[OE-core] [PATCH] bitbake.conf: Set vardepvalue for PARALLEL_MAKEINST

2021-10-04 Thread Richard Purdie
If you leave PARALLEL_MAKEINST at its default from PARALLEL_MAKE, sstate checksums are fine and don't change as the number of cores do. If you override it to a specific value, this does the cause the sstate checksums to change. We don't want the checksums to change if the value of this variable