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 this
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 60ddc76340..
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 anonym
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 601cee016da5
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 m
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 [ -O
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.
Signed-off-b
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 squas
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)
Signed-off-by:
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
---
meta/
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 a/meta/recipes-support/libunistrin
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
---
meta/recipes-devtools/pyth
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 1157918441
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 | 1
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 Wat
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:
git://git
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
---
scripts/c
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: Pe
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: richard.pur...@linuxfoundation
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
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 |
> -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 dep
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
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
---
.../recipes-devtools/systemd-bootchart/systemd
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 | 4
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() +
> -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; jas...@fancydomain.e
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 a/m
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 --g
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(-)
di
* 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 en
* 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 en
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 pr
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 p
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
+++ b/meta/
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 r
> -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 in
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
> > Subject
> -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 t
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
meta/recipes-support/shared-mime-info/files/0001-migrate-from-c
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 meta/recipes-sato/webkit/we
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 +-
...1-When-building-introspection-files-add-C
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
b/meta/recipes-devtools/valgrind/valgrind/0004-Fix-o
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} |
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
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 100
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 a/meta/recipes-devtools/pyt
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 a/meta/
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
meta/recipes-devtools/python/python3-
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 a/meta/recipe
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 meta/recipes-devtools/python/python3-pbr_5.6.
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 meta/recipes-devtools/python/{pyt
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 --g
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 a
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
meta/recipes-kernel/kex
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 a/meta/recipes-co
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
b/meta/recip
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 10064
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
.../{
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.
Sign
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
b/meta/recipes-graphic
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 1006
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
meta/r
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 +
.../0001-Set-REPO_REV-to-v2.17.3.patch
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 im
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 poin
-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
• • • • • • • • •
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
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
-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
Jasper
-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
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"
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
a
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 CRYPTO/CRYPTO_HASH/CRYPTO_SHA2
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"
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
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
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 o
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
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
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
eb0
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
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, b
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
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
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 769a7a07ac..544af04
86 matches
Mail list logo