On 25.02.22 05:03, Tim Orling wrote:
From: Tim Orling
Rather than only use PYPI_PACKAGE as a guess, fall back on PN for cases
where a recipe does not inherit pypi.
Wheels can only have alphanumeric characters in the 'distribution'
name [1]. Any other characters are replaced with an underscor
On Fri, 2022-02-25 at 15:43 -0800, Tim Orling wrote:
> From: Tim Orling
>
> With help from Peter Kjellerstedt via IRC.
>
> Add a check for pyproject.toml in ${S} and if so check if it has a
> [build-system] build-backend. Give the user a helpful warning that
> the recipe should be changed to on
Am 25.02.22 um 16:47 schrieb Richard Purdie:
On Fri, 2022-02-18 at 08:35 +0100, Markus Volk wrote:
Gnome Seahorse needs an external ssh-keygen to build and there is no provider
for it in yocto/oe. openssh-native is not allowed to build and if allowed there
are problems building it with '--enabl
Signed-off-by: Saul Wold
---
meta/lib/oe/license.py | 28 +++-
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/meta/lib/oe/license.py b/meta/lib/oe/license.py
index b5d378a549b..4cd382b4fd7 100644
--- a/meta/lib/oe/license.py
+++ b/meta/lib/oe/license.py
@@
From: Saul Wold
This re-writes the INCOMPATIBLE_LICENSE checking code to replace
the WHITELIST_ with
INCOMPATIBLE_LICENSE_EXCEPTIONS = ': : ...'
This initial set of changes leaves most of the code structure in
place, but the code in base.bbclass needs to be re-written to make
the check more cons
This adds in the new function to check for both package and
license are in the new INCOMPATIBLE_LICENSE_EXCEPTION list.
This has been tested by changing the skeleton/hello to MIT-X
and using that license to verify it will be skipped or not
installed. oe-selftest was also used.
Signed-off-by: Sau
On Fri, 2022-02-25 at 23:24 +0100, Alexander Kanavin wrote:
> I’m… confused :) Do I need to change something? This particular combination of
> arches is only used for cross manifests, so it shouldn’t touch other things?
Yes, this needs a tweak. Imagine you have a TMPDIR where you build with two
di
This helps bridge the old setuptools3 behavior.
FILES:${PN} has sane defaults in setuptools3-base
Signed-off-by: Tim Orling
---
Change in v2:
minor grammar correction in git commit log
meta/classes/flit_core.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/cla
From: Tim Orling
With help from Peter Kjellerstedt via IRC.
Add a check for pyproject.toml in ${S} and if so check if it has a
[build-system] build-backend. Give the user a helpful warning that
the recipe should be changed to one of the PEP-517 classes (instead of
setuptools3.bbclass).
Add SET
This is helps bridge the old setuptools3 behavior.
FILES:${PN} has sane defaults in setuptools3-base
Signed-off-by: Tim Orling
---
meta/classes/flit_core.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/flit_core.bbclass b/meta/classes/flit_core.bbclass
i
I’m… confused :) Do I need to change something? This particular combination
of arches is only used for cross manifests, so it shouldn’t touch other
things?
Ale
On Fri 25. Feb 2022 at 22.19, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> On Fri, 2022-02-25 at 20:52 +0100, Alexander
On Fri, 2022-02-25 at 20:52 +0100, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin
> ---
> meta/classes/sanity.bbclass | 22 +-
> meta/conf/abi_version.conf | 2 +-
> 2 files changed, 22 insertions(+), 2 deletions(-)
>
> diff --git a/meta/classes/sanity.bbclass
Signed-off-by: Alexander Kanavin
---
meta/classes/sanity.bbclass | 22 +-
meta/conf/abi_version.conf | 2 +-
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 773902e619..9dd829512a 100644
--- a/me
This is redundant (target arch is already in PN), and breaks
compiling a cross-canadian toolchain, as that needs populating the
sysroot with two different native-hosted toolchains built from
cross recipes. Inserting TARGET_ARCH allows only one or the other.
Signed-off-by: Alexander Kanavin
---
m
brings in these fixes
* f8bdc304 fix spurious failures by fgetws when buffer ends with partial
character
* 5690668a add missing strerror text for key management
* 3b7b4155 fix out-of-bound read processing time zone data with distant-past
dates
* 75b3412f fix potentially wrong-sign zero i
Signed-off-by: Peter Kjellerstedt
---
meta/lib/oe/license.py | 17 +++--
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/meta/lib/oe/license.py b/meta/lib/oe/license.py
index 79800c2b8f..8955cbdeb2 100644
--- a/meta/lib/oe/license.py
+++ b/meta/lib/oe/license.py
@@ -100
From: Stefan Herbrechtsmeier
Move the systemd shared library (libsystemd-shared.so) into its own
package to prevent a runtime dependency from udev package to systemd
package and thereby to a second init manager.
Signed-off-by: Stefan Herbrechtsmeier
---
Changes in v3:
- Add libdir to INSANE_S
Use the correct $CPP to test if *.S are buildable,
but do not build match.S because it is not PIC code.
Signed-off-by: Joe Slater
---
.../0001-configure-use-correct-CPP.patch | 47 +++
...002-configure-support-PIC-code-build.patch | 34 ++
meta/recipes-extended/z
On Fri, 2022-02-18 at 08:35 +0100, Markus Volk wrote:
> Gnome Seahorse needs an external ssh-keygen to build and there is no provider
> for it in yocto/oe. openssh-native is not allowed to build and if allowed
> there
> are problems building it with '--enable-pam'.
>
> 'ssh' is already set to be
When CONFIG_MODULES is not enabled in kernel config - Module.symvers
generation is not done, which causes the file not to be created.
This fails later in do_install() due to the fact that copy
command in executed for non-existing Module.symvers file.
Check for Module.symvers existence before copy
On Fri, 2022-02-25 at 14:27 +0100, Konrad Weihmann wrote:
>
> On 25.02.22 14:16, Richard Purdie wrote:
> > On Thu, 2022-02-24 at 16:52 +0100, Konrad Weihmann wrote:
> > > I got a kind of general question about this patch series and all the
> > > followups: is this still considered to go into the n
Using frozenset causes problems for pyc file determinism. For now remove
the problematic pyc file as we do in the main python3 recipe.
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/python/python3-numpy_1.22.2.bb | 9 +
1 file changed, 9 insertions(+)
diff --git a/meta/recipes-
Pip installed wheels are not reproducible currently. The direct_url
files encode an installation path and the installed wheels compile
the python files at their location, not their final install location
which is incorrect.
To fix this, simply disable the direct_urls and pass the "root" to
the pyt
If we modify the file, we need to recompile the pyc files since the file
hash has changed. This would otherwise result in reproducibility failrues.
Signed-off-by: Richard Purdie
---
meta/classes/pip_install_wheel.bbclass | 5 +
1 file changed, 5 insertions(+)
diff --git a/meta/classes/pip_i
On Fri, 25 Feb 2022 at 15:30, Ross Burton wrote:
> > -target_os = d.getVar('TARGET_OS')
> > -target_arch = d.getVar('TARGET_ARCH')
> > +target_os = d.getVar('HOST_OS')
> > +target_arch = d.getVar('HOST_ARCH')
> > provides = d.getVar('PROVIDES')
> > bpn = d.getVar('BPN
On Thu, 24 Feb 2022 at 15:03, Alexander Kanavin wrote:
> Almost everywhere those are the same, except when making a cross toolchain
> where HOST_ is where it's going to run, and TARGET_ is what it's going to
> produce.
>
> Signed-off-by: Alexander Kanavin
> ---
> meta/classes/insane.bbclass | 8
From: Marta Rybczynska
This patch adds a fix for a crash in grub's script handling. It is
a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...void-crash-when-using-outside
From: Marta Rybczynska
This patch adds a fix for an incorrect use of a negative value in grub's
util/glue-efi. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...x-
From: Marta Rybczynska
This patch adds a fix for a NULL pointer dereference in grub's
commands/ls. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...ire-device_nam
From: Marta Rybczynska
This patch adds a fix for a NULL pointer dereference in grub's
script/execute. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...ix-NULL-der
From: Marta Rybczynska
This patch adds a fix for incorrect casting from signed to unsigned
in grub's util/grub-editenv. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
-
From: Marta Rybczynska
This patch adds a fix for a NULL pointer dereference in grub's
util/grub-install. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...nstall-F
From: Marta Rybczynska
This patch adds a check for a NULL pointer before use in grub's
loader/xnu. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...k-if-pointer-i
From: Marta Rybczynska
This patch fixes a memory leak in grub's loader/xnu when an error is
detected in grub_xnu_writetree_toheap(). It is a part of a security
series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Ste
From: Marta Rybczynska
This patch adds a fix for a memory leak in grub's loader/xnu.
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
.../0038-loader-xnu-Fix-memory-
From: Marta Rybczynska
This patch adds a fix for checking for NULL in grub's loader/bsd.
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...ader-bsd-Check-for-NULL-
From: Marta Rybczynska
This patch removes dead code from grub's gfxmenu/gui_list. It is
a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...-Remove-code-that-coverity-is-f
From: Marta Rybczynska
This patch adds a fix for handling malformed JPEG files in grub's
video/readers/jpeg. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...eg-T
From: Marta Rybczynska
This patch adds a fix for a possible integer overflow in grub's
video/fb/video_fb. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...deo_fb-
From: Marta Rybczynska
This patch adds a fix for multiple integer overflows in grub's
video/fb/video_fb. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...eo_fb-Fi
From: Marta Rybczynska
This patch adds a fix for a potential integer overflow in grub's
video/fb/fbfill. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...bfill-Fi
From: Marta Rybczynska
This patch removes an uneeded return value in grub's (static)
grub_video_gop_fill_mode_info(). It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
From: Marta Rybczynska
Add a fix of a memory leak in grub's commands/hashsum. It is a part
of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...0-commands-hashsum-Fix-a-memory-lea
From: Marta Rybczynska
This patch adds a fix for a memory leak in grub's normal/completion.
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...n-Fix-leaking-of-memo
From: Marta Rybczynska
This patch fixes a memory leak in grub's syslinux parsing. It is a part of
a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...slinux-Fix-memory-leak-while-pa
From: Marta Rybczynska
This patch adds a fix for a possible NULL dereference in grub's
libgcrypt/mpi. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...pt-mpi-Fix-
From: Marta Rybczynska
This patch fixes a possible unintended sign extension in grub's
libgcrypt/mpi. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...x-possible-
From: Marta Rybczynska
This patch fixes a memory leak in grub's affs. It is a part of
a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
.../files/0025-affs-Fix-memory-leaks.patch
From: Marta Rybczynska
This patch fixes an error check in grub's zfsinfo. It is a part of
a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...-a-check-for-error-allocating-memory.pa
From: Marta Rybczynska
Add a fix for unnecessary assignements grub's io/lzopio. This patch
is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...e-unnecessary-self-assign
From: Marta Rybczynska
This patch adds a fix for a possible integer overflows in grub's zfs.
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...3-zfs-Fix-possible-i
From: Marta Rybczynska
This patch adds a fix for a memory leak in grub's path construction
in zfs. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...source-leaks-w
From: Marta Rybczynska
This patch adds a fix for an unitialized re_token in grub's gnulib.
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...b-regcomp-Fix-uninitia
From: Marta Rybczynska
This patch adds a fix for a possible negative shift in grub's zfs.
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...ix-possible-negative-sh
From: Marta Rybczynska
Add a fix for gnulib's regexec NULL pointer dereference. This patch
a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...egexec-Fix-possible-null-der
From: Marta Rybczynska
This patch adds a fix for a volume name length check in grub's
hfsplus. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...that-the-volume-na
From: Marta Rybczynska
This change adds a fix for a NULL pointer dereference of state
in gnulib. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...-Fix-dereference
From: Marta Rybczynska
This change adds a fix for an unitialized token structure in gnulib.
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...mp-Fix-uninitialized-
From: Marta Rybczynska
This patch fixes a potential overflow in grub's disk/cryptodisk. It is
a part of a security series [1]
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...odisk-Fix-potential-intege
From: Marta Rybczynska
This changes adds a fix for an unused variable issue in gnulib.
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...ulib-regexec-Resolve-unuse
From: Marta Rybczynska
Add a fix for a memory leak in grub'd disk/ldm. It is a part of
a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...ory-leak-on-uninserted-lv-references.patch
From: Marta Rybczynska
This patch adds a fix for a memory leak in grub's disk/ldm.
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...-If-failed-then-free-vg-variab
From: Marta Rybczynska
Add a fix for a memory leak in grub's disk/ldm. It is a part of
a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...re-comp-data-is-freed-before-exiting.patch
From: Marta Rybczynska
This change fixes a possible NULL pointer dereference in grub's
EFI support. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...ix-possible-N
From: Marta Rybczynska
This fix adds a missing check for NULL pointer from an external source
in grub's kern/partition. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
-
From: Marta Rybczynska
This change fixes a memory leak on error in grub_efi_get_filename().
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...-kern-efi-Fix-memory-
From: Marta Rybczynska
This patch adds initialization of a structure in grub's zstd, which
might be left uninitialized by the compiler. It is a part of a security
series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by:
From: Marta Rybczynska
This change fixes wrong handling of argc == 0 causing a memory leak.
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...n-parser-Fix-resource
From: Marta Rybczynska
This change fixes the malformed device paths in EFI handling.
Device paths of length 4 or shorter could cause different
kinds of unexpected behaviours.
This patch is NOT a part of [1], but is a dependency of one
of the patches included in the series.
[1] https://lists.gnu
From: Marta Rybczynska
This change fixes a dangling memory pointer in the grub TFTP code.
It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...net-tftp-Fix-dangling-m
From: Marta Rybczynska
This fix removes a possible NULL pointer dereference in grub
networking code. It is a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...ible-derefer
From: Marta Rybczynska
Backport a fix for a memory leak in grub_mmap_iterate(). This patch
is a part of a security series [1]
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg7.html
Signed-off-by: Marta Rybczynska
Signed-off-by: Steve Sakoman
---
...leak-when-iterating-over-m
From: Kartikey Rameshbhai Parmar
Signed-off-by: Kartikey Rameshbhai Parmar
Signed-off-by: Steve Sakoman
---
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
From: Chee Yang Lee
This release includes security fixes.
CVE-2021-41817: Regular Expression Denial of Service Vulnerability of Date
Parsing Methods
CVE-2021-41816: Buffer Overrun in CGI.escape_html
CVE-2021-41819: Cookie Prefix Spoofing in CGI::Cookie.parse
Signed-off-by: Chee Yang Lee
Signed
From: Purushottam Choudhary
Backport patch from:
https://gitlab.com/libtiff/libtiff/-/commit/03047a26952a82daaa0792957ce211e0aa51bc64
Signed-off-by: Purushottam Choudhary
Signed-off-by: Purushottam Choudhary
Signed-off-by: Steve Sakoman
---
...al-buffer-overflow-for-ASCII-tags-wh.patch | 52
From: Ranjitsinh Rathod
Add a patch to fix CVE-2021-4160
The issue only affects OpenSSL on MIPS platforms.
Link: https://security-tracker.debian.org/tracker/CVE-2021-4160
Signed-off-by: Ranjitsinh Rathod
Signed-off-by: Ranjitsinh Rathod
Signed-off-by: Steve Sakoman
---
.../openssl/openssl/CV
Please review this set of patches for dunfell and have comments back by end
of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3283
with the exception of a known autobuilder intermittent issue on qemuarm64
which passed on subsequent re
On 25.02.22 14:16, Richard Purdie wrote:
On Thu, 2022-02-24 at 16:52 +0100, Konrad Weihmann wrote:
I got a kind of general question about this patch series and all the
followups: is this still considered to go into the next release?
It is still being considered, yes.
I'm a bit worried abou
On Thu, 2022-02-24 at 16:52 +0100, Konrad Weihmann wrote:
> I got a kind of general question about this patch series and all the
> followups: is this still considered to go into the next release?
It is still being considered, yes.
> I'm a bit worried about the fallout of this pretty invasive cha
On Fri, 2022-02-25 at 09:05 +0100, Stefan Herbrechtsmeier wrote:
> Am 24.02.2022 um 22:06 schrieb Richard Purdie:
> > On Wed, 2022-02-23 at 17:17 +0100, Stefan Herbrechtsmeier wrote:
> > > From: Stefan Herbrechtsmeier
> > >
> > > Move the systemd shared library (libsystemd-shared.so) into its own
On Thu, 2022-02-24 at 13:55 -0800, Saul Wold wrote:
> Update the comment to reflect new variable names
>
> Signed-off-by: Saul Wold
> ---
> v2: Update comment and change include -> include_licenses,
> exclude -> exclude_licenses
> meta/lib/oe/license.py | 31 +--
>
Am 24.02.2022 um 22:06 schrieb Richard Purdie:
On Wed, 2022-02-23 at 17:17 +0100, Stefan Herbrechtsmeier wrote:
From: Stefan Herbrechtsmeier
Move the systemd shared library (libsystemd-shared.so) into its own
package to prevent a runtime dependency from udev package to systemd
package and ther
82 matches
Mail list logo