Re: [OE-core] [PATCH 1/1] bitbake.conf: Set ZSTD_THREADS to half of cpu number

2021-11-10 Thread Robert Yang
Hi RP, On 11/9/21 6:26 PM, Richard Purdie wrote: On Tue, 2021-11-09 at 10:56 +0100, Alexander Kanavin wrote: On Tue, 9 Nov 2021 at 10:51, Robert Yang wrote: Maybe, but once we start doing tweaks like this, where do they stop? Hey, I'd I think that it's not only a performance tweak, but

[OE-core][dunfell 14/14] selftest/reproducible: add webkitgtk back to exclusion list for dunfell

2021-11-10 Thread Steve Sakoman
We are still getting occassional failures to reproduce Signed-off-by: Steve Sakoman --- meta/lib/oeqa/selftest/cases/reproducible.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index

[OE-core][dunfell 13/14] reproducible_build: Remove BUILD_REPRODUCIBLE_BINARIES checking

2021-11-10 Thread Steve Sakoman
From: Mark Hatle Previously if BUILD_REPRODUCIBLE_BINARIES was set to 0, the system would fall back and select the default epoch (April 2011), but still perform the reproducible build actions. This resulted in binaries that had an unusually old date. Simplify the functions and remove the

[OE-core][dunfell 12/14] sstate: Avoid deploy_source_date_epoch sstate when unneeded

2021-11-10 Thread Steve Sakoman
From: Richard Purdie This sstate task is only needed when depended upon, it can be skipped if there are no tasks running that directly depend upon it. This reduced the number of sstate tasks in something like an image build. Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 11/14] sstate: Ensure SDE is accounted for in package task timestamps

2021-11-10 Thread Steve Sakoman
From: Richard Purdie When creating packages we build them with --clamp-mtime and use SOURCE_DATE_EPOCH as the maximum mtime. This makes the end packages reproducible. The data stored in sstate for do_package and the package task doesn't benefit from this though and have varying timestamps. This

[OE-core][dunfell 10/14] sstate: another fix for touching files inside pseudo

2021-11-10 Thread Steve Sakoman
From: Jose Quaresma This patch is a fixup for 676757f "sstate: fix touching files inside pseudo" running the 'id' command inside the sstate_unpack_package function shows that this funcion run inside the pseudo: uid=0(root) gid=0(root) groups=0(root) The check for [ -w ${SSTATE_PKG} ] and [

[OE-core][dunfell 09/14] mirrors: Add uninative mirror on kernel.org

2021-11-10 Thread Steve Sakoman
From: Richard Purdie At the last nas outage, we realised that we don't have good mirrors of the uninative tarball if our main system can't be accessed. kernel.org mirrors some Yocto Project data so we've ensured uninative is there. Add the appropriate mirror url to make use of that.

[OE-core][dunfell 08/14] piglit: upgrade to latest revision

2021-11-10 Thread Steve Sakoman
From: Marek Vasut Update piglit to latest git revision and update the branch name, since the original one is no longer updated. Make sure the VK tests are only enabled if VK is also enabled in PACKAGECONFIG, and that this is opt-in, otherwise older systems fail to build. Cherry picked from

[OE-core][dunfell 07/14] pseudo: Add fcntl64 wrapper

2021-11-10 Thread Steve Sakoman
From: Richard Purdie Add fcntl64 wrapper which hopefully fixes issues seen in findutils and the find command in the libtool removal code when built with LFS compile flags on Gentoo. Signed-off-by: Richard Purdie (cherry picked from commit f26867fe4daec7299f59a82ae4a0d70cceb3e082)

[OE-core][dunfell 06/14] pseudo: Add in ability to flush database with shutdown request

2021-11-10 Thread Steve Sakoman
From: Richard Purdie Pulls in: pseudo_db: Flush DB if there is a shutdown request fcntl: Add support for fcntl F_GETPIPE_SZ and F_SETPIPE_SZ (test fix) Signed-off-by: Richard Purdie (cherry picked from commit 0882095d608ce3abbcc9814517434c21ea549063) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 05/14] linunistring: Add missing gperf-native dependency

2021-11-10 Thread Steve Sakoman
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 73d3efbaeb2f412ab8d3491d2da3f3124fc009f3) Signed-off-by: Steve Sakoman --- meta/recipes-support/libunistring/libunistring_0.9.10.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core][dunfell 04/14] python3-magic: add missing DEPENDS

2021-11-10 Thread Steve Sakoman
Since file-native is ASSUME_PROVIDED magic.mgc is not being staged. As a result diffoscope-native is failing with: magic.MagicException: b'could not find any valid magic files! Fix this by adding dependency on file-replacement-native Signed-off-by: Steve Sakoman ---

[OE-core][dunfell 03/14] python3-magic: add the missing rdepends

2021-11-10 Thread Steve Sakoman
From: Mingli Yu Add the missing rdepends to fix below error: # python3 [snip] >>> import magic [snip] ModuleNotFoundError: No module named 'ctypes' ModuleNotFoundError: No module named 'tempfile' Signed-off-by: Mingli Yu Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 02/14] webkitgtk: Fix reproducibility in minibrowser

2021-11-10 Thread Steve Sakoman
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Richard Purdie (cherry picked from commit 8f08ca440b6c2ad3494808ffa4ec6091722c0339) Signed-off-by: Steve Sakoman --- .../0001-MiniBrowser-Fix-reproduciblity.patch | 31 +++ meta/recipes-sato/webkit/webkitgtk_2.28.4.bb |

[OE-core][dunfell 01/14] oeqa: reproducible: Fix test not producing diffs

2021-11-10 Thread Steve Sakoman
From: Joshua Watt Diffoscope changed the --exclude-directory-metadata option to require an argument. Add a test to validate that diffoscope is functioning as expected to ensure that future upgrades do not unintentionally break the reproducibility tests. [YOCTO #14025] Signed-off-by: Joshua

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

2021-11-10 Thread Steve Sakoman
Please review this set of patches for dunfell and have comments back by end of day Friday. The following changes since commit 38fc0807eea14dc12610da4ba73c082d5a4b0744: meta/scripts: Manual git url branch additions (2021-11-03 08:43:53 -1000) are available in the Git repository at:

[OE-core] [PATCH] convert-srcuri.py: remove extra spaces before backslash

2021-11-10 Thread kai
From: Kai Kang There may be more than one spaces before backslash in SRC_URI. Strip them otherwise it forges a malformed uri such as open-iscsi-user in meta-openstack: SRC_URI = "git://github.com/open-iscsi/open-iscsi.git;protocol=https ;branch=master \ Signed-off-by: Kai Kang ---

Re: [OE-core] [PATCH 3/5] gcc-common.inc: Clean up the additions to MIRRORS

2021-11-10 Thread Khem Raj
On Wed, Nov 10, 2021 at 6:18 PM Andre McCurdy wrote: > > On Wed, Nov 10, 2021 at 3:19 PM Peter Kjellerstedt > wrote: > > > > Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror > > entries) there is no need to separate the entries in MIRRORS with "\n". > > > > Signed-off-by:

Re: [OE-core] [PATCH] recipe-graphics: Add depends on cmake-native

2021-11-10 Thread Andre McCurdy
On Wed, Nov 10, 2021 at 5:41 PM Peter Kjellerstedt wrote: > > > -Original Message- > > From: openembedded-core@lists.openembedded.org > > On Behalf Of Anibal Limon > > Sent: den 11 november 2021 01:44 > > To: openembedded-core@lists.openembedded.org > > Cc:

Re: [OE-core] [PATCH 1/5] mirrors.bbclass: Clean up the additions to MIRRORS

2021-11-10 Thread Andre McCurdy
On Wed, Nov 10, 2021 at 3:19 PM Peter Kjellerstedt wrote: > > * Since commit ce0579dc in bitbake (fetch2: Revert the regexp removal > for the type field and instead anchor regexp) the type regexp has > been automatically anchored at the end. > * Since commit 044fb04d in bitbake (fetch2: Allow

Re: [OE-core] [PATCH 3/5] gcc-common.inc: Clean up the additions to MIRRORS

2021-11-10 Thread Andre McCurdy
On Wed, Nov 10, 2021 at 3:19 PM Peter Kjellerstedt wrote: > > Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror > entries) there is no need to separate the entries in MIRRORS with "\n". > > Signed-off-by: Peter Kjellerstedt > --- > meta/recipes-devtools/gcc/gcc-common.inc |

Re: [OE-core] [PATCH] recipe-graphics: Add depends on cmake-native

2021-11-10 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Anibal Limon > Sent: den 11 november 2021 01:44 > To: openembedded-core@lists.openembedded.org > Cc: richard.pur...@linuxfoundation.org; Aníbal Limón > Subject: [OE-core] [PATCH] recipe-graphics: Add

[OE-core] [PATCH 2/3] systemd-conf: Revert inappropriate use of ${systemd_system_unitdir}

2021-11-10 Thread Peter Kjellerstedt
This is a partial revert of commit 5ace3ada (systemd: '${systemd_unitdir}/system' => '${systemd_system_unitdir}') where the string '${systemd_unitdir}/system' matched something other than the intended directory. Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/systemd/systemd-conf_1.0.bb

[OE-core] [PATCH 3/3] systemd-bootchart: Revert inappropriate use of ${systemd_system_unitdir}

2021-11-10 Thread Peter Kjellerstedt
This is a partial revert of commit 5ace3ada (systemd: '${systemd_unitdir}/system' => '${systemd_system_unitdir}') where the string '${systemd_unitdir}/system' matched something other than the intended directory. Signed-off-by: Peter Kjellerstedt ---

[OE-core] [PATCH 1/3] systemd: Revert inappropriate use of ${systemd_system_unitdir}

2021-11-10 Thread Peter Kjellerstedt
This is a partial revert of commit 5ace3ada (systemd: '${systemd_unitdir}/system' => '${systemd_system_unitdir}') where the string '${systemd_unitdir}/system' matched something other than the intended directory. Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/systemd/systemd_249.5.bb |

[OE-core] [PATCH] recipe-graphics: Add depends on cmake-native

2021-11-10 Thread Anibal Limon
Fixes, ... File "/home/builds/oe-rpb-master/build-410c/tmp-rpb-glibc/work/cortexa53-linaro-linux/waffle/1.7.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/mesonbuild/modules/cmake.py", line 241, in detect_cmake p, stdout, stderr = mesonlib.Popen_safe(cmakebin.get_command() +

Re: [bitbake-devel] [oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3

2021-11-10 Thread Peter Kjellerstedt
> -Original Message- > From: bitbake-de...@lists.openembedded.org de...@lists.openembedded.org> On Behalf Of Jasper Orschulko > Sent: den 9 november 2021 12:26 > To: richard.pur...@linuxfoundation.org; openembedded- > c...@lists.openembedded.org; kweihm...@outlook.com;

[OE-core] [PATCH 4/5] slang: Clean up the additions to PREMIRRORS

2021-11-10 Thread Peter Kjellerstedt
Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the entries in PREMIRRORS with "\n". Signed-off-by: Peter Kjellerstedt --- meta/recipes-extended/slang/slang_2.3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 3/5] gcc-common.inc: Clean up the additions to MIRRORS

2021-11-10 Thread Peter Kjellerstedt
Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the entries in MIRRORS with "\n". Signed-off-by: Peter Kjellerstedt --- meta/recipes-devtools/gcc/gcc-common.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff

[OE-core] [PATCH 5/5] testsdk.py: Clean up the additions to PREMIRRORS and SSTATE_MIRRORS

2021-11-10 Thread Peter Kjellerstedt
Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the entries in PREMIRRORS and SSTATE_MIRRORS with "\n". Signed-off-by: Peter Kjellerstedt --- meta/lib/oeqa/sdkext/testsdk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core] [PATCH 1/5] mirrors.bbclass: Clean up the additions to MIRRORS

2021-11-10 Thread Peter Kjellerstedt
* Since commit ce0579dc in bitbake (fetch2: Revert the regexp removal for the type field and instead anchor regexp) the type regexp has been automatically anchored at the end. * Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the

[OE-core] [PATCH 2/5] own-mirrors.bbclass: Clean up the additions to PREMIRRORS

2021-11-10 Thread Peter Kjellerstedt
* Since commit ce0579dc in bitbake (fetch2: Revert the regexp removal for the type field and instead anchor regexp) the type regexp has been automatically anchored at the end. * Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror entries) there is no need to separate the

Re: [OE-core] [PATCH 04/24] xserver-xorg: update 1.20.13 -> 21.1.1

2021-11-10 Thread Khem Raj
lgtm On Wed, Nov 10, 2021 at 11:39 AM Alexander Kanavin wrote: > > libxcvt is a new dependency (thanks Oleksandr!). > > Include ${libdir}/xorg/modules/input/*.so into the main > package (if for someone separate packaging matters, please > investigate what they do). > > Remove options no longer

Re: [OE-core] [PATCH 06/24] rust: update 1.56.0 -> 1.56.1

2021-11-10 Thread Khem Raj
On Wed, Nov 10, 2021 at 11:39 AM Alexander Kanavin wrote: > > This update includes fixes for the 'trojan source' vulnerability: > https://blog.rust-lang.org/2021/11/01/Rust-1.56.1.html > > Drop two unused patches. this is fine, these patches are already upstreamed in rust compiler. I think some

[OE-core] [PATCH] ncurses.inc: Remove a no longer relevant comment

2021-11-10 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta/recipes-core/ncurses/ncurses.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 3f04545465..e32a6d12f1 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++

Re: [OE-core] [PATCH] meta: use ln -rs instead of lnr

2021-11-10 Thread Andre McCurdy
On Wed, Nov 10, 2021 at 3:12 AM Ross Burton wrote: > > lnr is a script in oe-core that creates relative symlinks, with the same > behaviour as `ln --relative --symlink`. It was added back in 2014[1] as > not all of the supported host distributions at the time shipped > coreutils 8.16, the first

Re: [OE-core] [PATCH] meta: use ln -rs instead of lnr

2021-11-10 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Ross Burton > Sent: den 10 november 2021 12:13 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] meta: use ln -rs instead of lnr > > lnr is a script

Re: [OE-core] [PATCH] mirrors: Add uninative mirror on kernel.org

2021-11-10 Thread Richard Purdie
On Wed, 2021-11-10 at 20:44 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Richard Purdie > > Sent: den 9 november 2021 14:22 > > To: openembedded-core@lists.openembedded.org > >

Re: [OE-core] [PATCH] mirrors: Add uninative mirror on kernel.org

2021-11-10 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Richard Purdie > Sent: den 9 november 2021 14:22 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH] mirrors: Add uninative mirror on kernel.org > > At

[OE-core] [PATCH 23/24] webkitgtk: submit patches upstream

2021-11-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...1-FindGObjectIntrospection.cmake-prefix-variables-obta.patch | 2 +- .../webkit/webkitgtk/0001-Fix-build-without-opengl-or-es.patch | 2 +- .../0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch | 2 +-

[OE-core] [PATCH 22/24] shared-mime-info: fix meson 0.60 builds

2021-11-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...tom-itstool-to-builtin-msgfmt-for-cr.patch | 70 +++ .../shared-mime-info/shared-mime-info_git.bb | 4 +- 2 files changed, 73 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 24/24] webkitgtk: remove unneeded patch

2021-11-10 Thread Alexander Kanavin
The file is already included just three lines below. Signed-off-by: Alexander Kanavin --- .../webkit/webkitgtk/include_xutil.patch | 34 --- meta/recipes-sato/webkit/webkitgtk_2.34.1.bb | 1 - 2 files changed, 35 deletions(-) delete mode 100644

[OE-core] [PATCH 21/24] meson: upgrade 0.59.2 -> 0.60.1

2021-11-10 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 2 +- ...-not-manipulate-the-environment-when.patch | 53 +-- .../meson/meson/disable-rpath-handling.patch | 14 ++--- .../{meson_0.59.2.bb => meson_0.60.1.bb} |

[OE-core] [PATCH 20/24] valgrind: submit patch upstream

2021-11-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../valgrind/valgrind/0004-Fix-out-of-tree-builds.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/valgrind/valgrind/0004-Fix-out-of-tree-builds.patch

[OE-core] [PATCH 19/24] libgpg-error: mark patch as non-upstreamable

2021-11-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch

[OE-core] [PATCH 18/24] gnu-config: update to latest revision

2021-11-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gnu-config/gnu-config_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb index 794e39546c..6b025fce2c

[OE-core] [PATCH 16/24] python3-pyparsing: update 3.0.4 -> 3.0.5

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

[OE-core] [PATCH 17/24] vulkan-samples: update to latest revision

2021-11-10 Thread Alexander Kanavin
Mark as incompatible with 32 bit x86: there are several failures and I do not think anyone is interested in vulkan on that platform. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 12/24] python3-packaging: upgrade 21.0 -> 21.2

2021-11-10 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...dbf19e2b76ab025efc11208bd50e09e8223e.patch | 37 +++ ...ging_21.0.bb => python3-packaging_21.2.bb} | 4 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 14/24] python3-py: upgrade 1.10.0 -> 1.11.0

2021-11-10 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../python/{python3-py_1.10.0.bb => python3-py_1.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-py_1.10.0.bb => python3-py_1.11.0.bb} (80%) diff --git

[OE-core] [PATCH 13/24] python3-pbr: upgrade 5.6.0 -> 5.7.0

2021-11-10 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3-pbr_5.6.0.bb | 4 meta/recipes-devtools/python/python3-pbr_5.7.0.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644

[OE-core] [PATCH 15/24] python3-setuptools: upgrade 58.3.0 -> 58.5.3

2021-11-10 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +- ...ython3-setuptools_58.3.0.bb => python3-setuptools_58.5.3.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 10/24] python3-hypothesis: upgrade 6.24.0 -> 6.24.2

2021-11-10 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- ...ython3-hypothesis_6.24.0.bb => python3-hypothesis_6.24.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.24.0.bb => python3-hypothesis_6.24.2.bb} (91%) diff

[OE-core] [PATCH 11/24] python3-numpy: upgrade 1.21.3 -> 1.21.4

2021-11-10 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../{python3-numpy_1.21.3.bb => python3-numpy_1.21.4.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python-numpy/{python3-numpy_1.21.3.bb => python3-numpy_1.21.4.bb} (96%) diff --git

[OE-core] [PATCH 08/24] kexec-tools: update 2.0.22 -> 2.0.23

2021-11-10 Thread Alexander Kanavin
Drop patch as problem fixed upstream. Signed-off-by: Alexander Kanavin --- ...exec-ppc.c-correct-double-definition.patch | 23 --- ...-tools_2.0.22.bb => kexec-tools_2.0.23.bb} | 3 +-- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644

[OE-core] [PATCH 09/24] socat: upgrade 1.7.4.1 -> 1.7.4.2

2021-11-10 Thread Alexander Kanavin
From: Alexander Kanavin Signed-off-by: Alexander Kanavin --- .../socat/{socat_1.7.4.1.bb => socat_1.7.4.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-connectivity/socat/{socat_1.7.4.1.bb => socat_1.7.4.2.bb} (92%) diff --git

[OE-core] [PATCH 06/24] rust: update 1.56.0 -> 1.56.1

2021-11-10 Thread Alexander Kanavin
This update includes fixes for the 'trojan source' vulnerability: https://blog.rust-lang.org/2021/11/01/Rust-1.56.1.html Drop two unused patches. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...56.0.bb => cargo-cross-canadian_1.56.1.bb} | 0

[OE-core] [PATCH 04/24] xserver-xorg: update 1.20.13 -> 21.1.1

2021-11-10 Thread Alexander Kanavin
libxcvt is a new dependency (thanks Oleksandr!). Include ${libdir}/xorg/modules/input/*.so into the main package (if for someone separate packaging matters, please investigate what they do). Remove options no longer present upstream. Remove patches available upstream; drop a chunk as well.

[OE-core] [PATCH 05/24] xserver-xorg: convert from autotools to meson

2021-11-10 Thread Alexander Kanavin
Not every option was carried over, drop them accordingly. Signed-off-by: Alexander Kanavin --- .../xorg-xserver/xserver-xorg.inc | 55 --- 1 file changed, 22 insertions(+), 33 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc

[OE-core] [PATCH 07/24] libgpg-error: update 1.42 -> 1.43

2021-11-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libgpg-error/libgpg-error/fix-cross.patch | 28 --- .../libgpg-error/libgpg-error/pkgconfig.patch | 17 +-- ...gpg-error_1.42.bb => libgpg-error_1.43.bb} | 3 +- 3 files changed, 10 insertions(+), 38 deletions(-) delete mode

[OE-core] [PATCH 03/24] mesa-demos: mark glew/glu patch as non-upstreamable

2021-11-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...figure-Allow-to-disable-demos-which-require-GLEW-.patch | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/mesa/mesa-demos/0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch

[OE-core] [PATCH 01/24] ovmf: submit patch upstream

2021-11-10 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/ovmf/ovmf/0006-reproducible.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/ovmf/ovmf/0006-reproducible.patch b/meta/recipes-core/ovmf/ovmf/0006-reproducible.patch index 343c21b541..846f408012

[OE-core] [PATCH 02/24] mesa-demos: drop glx option and patch

2021-11-10 Thread Alexander Kanavin
As far as I can see the x11 option does the same thing. Signed-off-by: Alexander Kanavin --- .../0013-only-build-GLX-demos-if-needed.patch | 62 --- .../recipes-graphics/mesa/mesa-demos_8.4.0.bb | 4 +- 2 files changed, 1 insertion(+), 65 deletions(-) delete mode 100644

Re: [bitbake-devel] [oe-core][PATCH v4 1/2] repo: Add recipe for 2.17.3

2021-11-10 Thread Khem Raj
On 11/10/21 7:53 AM, Jasper Orschulko via lists.openembedded.org wrote: From: Jasper Orschulko Add a recipe for repo 2.17.3, prerequisite for the repo fetcher. Signed-off-by: Jasper Orschulko --- meta/conf/distro/include/maintainers.inc | 1 +

Re: [OE-core] [PATCH v4] glibc: ptest: Add running glibc time related test suite (Y2038) with ptest

2021-11-10 Thread Khem Raj
seeing this https://errors.yoctoproject.org/Errors/Details/616955/ On Tue, Nov 9, 2021 at 7:29 AM Lukasz Majewski wrote: > > This patch introduces new recipe - namely 'glibc-tests', which > builds and installs time related (to check if Y2038 support works) glibc > test suite to OE/Yocto built

Re: [bitbake-devel] [oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3

2021-11-10 Thread Richard Purdie
On Wed, 2021-11-10 at 13:52 +, Jasper Orschulko wrote: > Hi Richard, > > > When you say "fixed refspec", will that be a definitive sha revision > > or a tag? > > We always force resolution of tags as they tend to cause problems and > > can change even if it is bad form. > > that's a good

Re: [oe-core][PATCH v4 2/2] base.bbclass: Add sysroot deps for repo fetcher

2021-11-10 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Unless there are any more comments, I believe this patch series should be mergable now. - -- With best regards Jasper Orschulko DevOps Engineer Tel. +49 30 58 58 14 265 Fax +49 30 58 58 14 999 jasper.orschu...@iris-sensing.com • • • • • • • • •

[oe-core][PATCH v4 2/2] base.bbclass: Add sysroot deps for repo fetcher

2021-11-10 Thread Jasper Orschulko via lists.openembedded.org
From: Jasper Orschulko Add git-native and repo-native as prerequisite for the repo fetcher. Signed-off-by: Jasper Orschulko --- meta/classes/base.bbclass | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index a65fcc6c1d..3298bd1952

[oe-core][PATCH v4 1/2] repo: Add recipe for 2.17.3

2021-11-10 Thread Jasper Orschulko via lists.openembedded.org
From: Jasper Orschulko Add a recipe for repo 2.17.3, prerequisite for the repo fetcher. Signed-off-by: Jasper Orschulko --- meta/conf/distro/include/maintainers.inc | 1 + .../0001-Set-REPO_REV-to-v2.17.3.patch| 34 +++ .../repo/repo/0001-python3-shebang.patch

Re: [OE-core] [bitbake-devel] [PATCH 2/2] fetch2: Fix race condition in latest_revision

2021-11-10 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I believe the behaviour we observed was actually caused by a bug in one of our earlier patch sets. I spent a couple hours today trying to recreate the issue, without any luck. I'd therefore skip this particular patch. - -- With best regards

Re: [bitbake-devel] [oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3

2021-11-10 Thread Jasper Orschulko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Richard, > When you say "fixed refspec", will that be a definitive sha revision > or a tag? > We always force resolution of tags as they tend to cause problems and > can change > even if it is bad form. that's a good point. Actually, Martin and

[OE-core] [PATCH 4/4] linux-yocto/5.4: update to v5.4.158

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: c65356f0f726 Linux 5.4.158 e31d51f8a41f ARM: 9120/1: Revert "amba: make use of -1 IRQs warn" 960b1fdfc39a Revert "drm/ttm: fix memleak in ttm_transfered_destroy"

[OE-core] [PATCH 3/4] linux-yocto/5.4: update to v5.4.156

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 89b6869b942b Linux 5.4.156 7cdcaa7c765b pinctrl: stm32: use valid pin identifier in stm32_pinctrl_resume() a9c4e246f7c3 ARM: 9122/1: select HAVE_FUTEX_CMPXCHG

[OE-core] [PATCH 2/4] linux-yocto/5.4: update to v5.4.155

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 4f508aa9dd3b Linux 5.4.155 32d2ce0b9499 ionic: don't remove netdev->dev_addr when syncing uc list abaf8e8b9081 r8152: select CRC32 and

[OE-core] [PATCH 1/4] linux-yocto/5.4: update to v5.4.154

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: ce061ef43f1d Linux 5.4.154 291a48871e51 sched: Always inline is_percpu_thread() 3e105ecc4ab7 scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"

[OE-core] [PATCH 7/7][RFC] kernel: provide virtual/kernel for all kernels

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Since we allow the kernel package name to be varied, we should allow those packages to provide virtua/kernel, which allows them to be used as primary kernels. This change drops the use of regex, since any regex would enforce naming (and limit what can be a provider) and add

[OE-core] [PATCH 6/7] linux-yocto/5.10: update to v5.10.78

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 5040520482a5 Linux 5.10.78 4c7c0243275b ALSA: usb-audio: Add Audient iD14 to mixer map quirk table f3eb44f496ef ALSA: usb-audio: Add Schiit Hel device to mixer map

[OE-core] [PATCH 5/7] linux-yocto/5.15: update to v5.15.1

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: b6abb62daa55 Linux 5.15.1 569fd073a954 ALSA: usb-audio: Add quirk for Audient iD14 fd5f954b690c Revert "drm/i915/gt: Propagate change in error status to children

[OE-core] [PATCH 4/7] linux-yocto/5.14: update to v5.14.17

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.14 to the latest korg -stable release that comprises the following commits: 3dfa869cb79d Linux 5.14.17 b1dbd891bfe5 ALSA: usb-audio: Add Audient iD14 to mixer map quirk table 570b5004f827 ALSA: usb-audio: Add Schiit Hel device to mixer map

[OE-core] [PATCH 3/7] linux-yocto/5.10: update to v5.10.77

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 09df347cfd18 Linux 5.10.77 fbb91dadb512 perf script: Check session->header.env.arch before using it 6f416815c505 riscv: Fix asan-stack clang build 7a4cf25d8329

[OE-core] [PATCH 2/7] linux-yocto/5.14: update to v5.14.16

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.14 to the latest korg -stable release that comprises the following commits: f63179c1e68c Linux 5.14.16 e874c870dfd8 KVM: x86: Take srcu lock in post_kvm_run_save() 9ab39a3d0cec KVM: SEV-ES: fix another issue with string I/O VMGEXITs

[OE-core] [PATCH 1/7] linux-yocto-rt/5.15: update to -rt17

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto-rt/5.15: 6f51b8d2b7dc Add localversion for -RT release 3c8ff0c09156 sysfs: Add /sys/kernel/realtime entry 828d8f9b903f POWERPC: Allow to enable RT 6db76b613e53 powerpc/stackprotector: work around stack-guard

[OE-core] [PATCH 0/7] kernel: consolidated pull request

2021-11-10 Thread Bruce Ashfield
From: Bruce Ashfield Richard, Here's the next round of -stable updates ... more active kernes, means more -stable! I've also added -rt to 5.17 in this series. Finally, there is a non -stable patch for providing virtual/kernel to all kernel packages. I've had this patch done locally for ages,

Re: [bitbake-devel] [oe-core][PATCH 1/2] devtools: Initial recipe for repo 2.17.3

2021-11-10 Thread Richard Purdie
On Tue, 2021-11-09 at 11:26 +, Jasper Orschulko wrote: > > > > e) fetcher output is deterministic > >  (i.e. if you fetch configuration XXX now it will match in future > > exactly in > >  a clean build with a new DL_DIR) > > check. When a fixed refspec is set within the recipe, the fetcher

[OE-core] [PATCH] meta: use ln -rs instead of lnr

2021-11-10 Thread Ross Burton
lnr is a script in oe-core that creates relative symlinks, with the same behaviour as `ln --relative --symlink`. It was added back in 2014[1] as not all of the supported host distributions at the time shipped coreutils 8.16, the first release with --relative. However the oldest coreutils release

[OE-core] [PATCH] vim: add patch number to CVE-2021-3778 patch

2021-11-10 Thread Ross Burton
Signed-off-by: Ross Burton --- .../vim/files/CVE-2021-3778.patch | 37 +-- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/meta/recipes-support/vim/files/CVE-2021-3778.patch b/meta/recipes-support/vim/files/CVE-2021-3778.patch index