|
[PATCH 02/46][dunfell] grub: add a fix for a possible NULL dereference
This fix removes a possible NULL pointer dereference in grub
networking code. It is a part of a security series [1].
[1]
This fix removes a possible NULL pointer dereference in grub
networking code. It is a part of a security series [1].
[1]
|
By
Marta Rybczynska
·
#161890
·
|
|
[PATCH 01/46][dunfell] grub: fix a memory leak
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/msg00007.html
Signed-off-by: Marta
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/msg00007.html
Signed-off-by: Marta
|
By
Marta Rybczynska
·
#161889
·
|
|
[PATCH 00/46][dunfell] grub 2.04 security fixes
This series fixes a number of issues in grub 2.04. It is a part of a security
series [1], except of the patch 5. The patch 5 is a dependency of patch 6,
but also a bugfix on its own.
While none of
This series fixes a number of issues in grub 2.04. It is a part of a security
series [1], except of the patch 5. The patch 5 is a dependency of patch 6,
but also a bugfix on its own.
While none of
|
By
Marta Rybczynska
·
#161888
·
|
|
Building nativesdk package with Rust
In oe-core commit 67dd505c42 ("librsvg: do not enable nativesdk"),
nativesdk support for librsvg has been disabled:
> rust is not currently available for nativesdk builds:
> WARNING: Nothing PROVIDES
In oe-core commit 67dd505c42 ("librsvg: do not enable nativesdk"),
nativesdk support for librsvg has been disabled:
> rust is not currently available for nativesdk builds:
> WARNING: Nothing PROVIDES
|
By
Christian Eggers
·
#161887
·
|
|
Re: [Openembedded-architecture] [oe] INCOMPATIBLE_LICENSES and WHITELIST_<license> usage
Hi,
Hmm, this rings a bell. Likely yes then :)
But on the other hand this way we're quite explicit about what GPLv3 things
we allow to compile. Compiling too much also hurts with compilation times
Hi,
Hmm, this rings a bell. Likely yes then :)
But on the other hand this way we're quite explicit about what GPLv3 things
we allow to compile. Compiling too much also hurts with compilation times
|
By
Mikko Rapeli <mikko.rapeli@...>
·
#161886
·
|
|
Re: [Openembedded-architecture] [oe] INCOMPATIBLE_LICENSES and WHITELIST_<license> usage
You should really try per-image INCOMPATIBLE_LICENSE :) Maintaining
those whitelists/excludes is awkward, as developers constantly want
more of them.
Alex
You should really try per-image INCOMPATIBLE_LICENSE :) Maintaining
those whitelists/excludes is awkward, as developers constantly want
more of them.
Alex
|
By
Alexander Kanavin
·
#161885
·
|
|
Re: [Openembedded-architecture] [oe] INCOMPATIBLE_LICENSES and WHITELIST_<license> usage
Hi,
Exactly, I'm using this in a lot of projects.
Basically distro config has:
INCOMPATIBLE_LICENSE_append += " GPLv3 GPLv3+ LGPLv3 LGPLv3+"
and then various GPLv3 tools are allowed in build but
Hi,
Exactly, I'm using this in a lot of projects.
Basically distro config has:
INCOMPATIBLE_LICENSE_append += " GPLv3 GPLv3+ LGPLv3 LGPLv3+"
and then various GPLv3 tools are allowed in build but
|
By
Mikko Rapeli <mikko.rapeli@...>
·
#161884
·
|
|
[PATCH] bitbake.conf: add ssh-keygen to HOSTTOOLS_NONFATAL
Gnome Seahorse needs an external ssh-keygen to build and there is no prov=
ider
for it in yocto/oe. openssh-native is not allowed to build and if allowed=
there
are problems building it with
Gnome Seahorse needs an external ssh-keygen to build and there is no prov=
ider
for it in yocto/oe. openssh-native is not allowed to build and if allowed=
there
are problems building it with
|
By
Markus Volk
·
#161883
·
|
|
Re: [RFC 1/2] meson.bbclass: add native meson test
Nice - but please find a different word than 'native', as this is
clearly a cross-binary testing with qemu usermode :)
Alex
Nice - but please find a different word than 'native', as this is
clearly a cross-binary testing with qemu usermode :)
Alex
|
By
Alexander Kanavin
·
#161882
·
|
|
Re: [RFC 2/2] gstreamer1.0: add support for running native test
I like the idea, but gstreamer build-time testing seems like a bit of
a work in progress. Is there some other meson-based component where
this can be showcased and enabled in a more simple
I like the idea, but gstreamer build-time testing seems like a bit of
a work in progress. Is there some other meson-based component where
this can be showcased and enabled in a more simple
|
By
Alexander Kanavin
·
#161881
·
|
|
Kirkstone Layer Compatibility
Hello everyone,
There have been a number of failures in the autobuilder today [1] [2] due to the change currently sitting in master-next that switches LAYERSERIES_COMPAT from honister to
Hello everyone,
There have been a number of failures in the autobuilder today [1] [2] due to the change currently sitting in master-next that switches LAYERSERIES_COMPAT from honister to
|
By
Alejandro Hernandez Samaniego
·
#161880
·
|
|
Re: [PATCH] rust: Introduce RS_BUILD_ARCH to handle ppc64le
thanks
can you also check if arch_to_rust_target_arch() in
meta/recipes-devtools/rust/rust-common.inc
is computing it right for ppc64le case ?
thanks
can you also check if arch_to_rust_target_arch() in
meta/recipes-devtools/rust/rust-common.inc
is computing it right for ppc64le case ?
|
By
Khem Raj
·
#161879
·
|
|
[PATCH] rust: Introduce RS_BUILD_ARCH to handle ppc64le
On modern Power systems `uname -m` reports 'ppc64le'. However, Rust's
toolchain names the architecture 'powerpc64le'.
Introduce RS_BUILD_ARCH to provide an indirection to fix this mismatch.
I've
On modern Power systems `uname -m` reports 'ppc64le'. However, Rust's
toolchain names the architecture 'powerpc64le'.
Introduce RS_BUILD_ARCH to provide an indirection to fix this mismatch.
I've
|
By
Andrew Jeffery
·
#161878
·
|
|
Re: [PATCH] gstreamer1.0: update licences of all modules
Richard Purdie <richard.purdie@...> escreveu no dia quinta, 17/02/2022 à(s) 23:50:
I sent a v2 with that.
Jose
--
Best regards,
José Quaresma
Richard Purdie <richard.purdie@...> escreveu no dia quinta, 17/02/2022 à(s) 23:50:
I sent a v2 with that.
Jose
--
Best regards,
José Quaresma
|
By
Jose Quaresma
·
#161877
·
|
|
[PATCH v2] gstreamer1.0: update licenses of all modules
Since all gstreamer modules uses LGPLv2.1 with exceptions
for some plugins in bad and ugly modules that has GPLv2+.
Signed-off-by: Jose Quaresma <quaresma.jose@...>
Cc: Peter Kjellerstedt
Since all gstreamer modules uses LGPLv2.1 with exceptions
for some plugins in bad and ugly modules that has GPLv2+.
Signed-off-by: Jose Quaresma <quaresma.jose@...>
Cc: Peter Kjellerstedt
|
By
Jose Quaresma
·
#161876
·
|
|
Re: [oe] INCOMPATIBLE_LICENSES and WHITELIST_<license> usage
Common case seems to be allowing gdb in debug builds of distros which
are otherwise free of GPLv3 etc, e.g.
Common case seems to be allowing gdb in debug builds of distros which
are otherwise free of GPLv3 etc, e.g.
|
By
Andre McCurdy
·
#161875
·
|
|
Re: [PATCH] gstreamer1.0: update licences of all modules
Perhaps split the patch so the main change to LICENSE can be resolved, then the
remaining later patches focus on the harder bit?
Cheers,
Richard
Perhaps split the patch so the main change to LICENSE can be resolved, then the
remaining later patches focus on the harder bit?
Cheers,
Richard
|
By
Richard Purdie
·
#161874
·
|
|
Typo in comment (was: tool to list source files)
There seems to a typo in a comment in archiver.bbclass; ARCHIVE_MODE should be ARCHIVER_MODE for "mirror" (letter R is
There seems to a typo in a comment in archiver.bbclass; ARCHIVE_MODE should be ARCHIVER_MODE for "mirror" (letter R is
|
By
Joseph Reynolds
·
#161873
·
|
|
[PATCH] grub: Fix build with bintutils 2.38 on riscv
Signed-off-by: Khem Raj <raj.khem@...>
---
...-_zicsr_zifencei-extentions-on-riscv.patch | 47 +++++++++++++++++++
meta/recipes-bsp/grub/grub2.inc | 1 +
2 files changed, 48
Signed-off-by: Khem Raj <raj.khem@...>
---
...-_zicsr_zifencei-extentions-on-riscv.patch | 47 +++++++++++++++++++
meta/recipes-bsp/grub/grub2.inc | 1 +
2 files changed, 48
|
By
Khem Raj
·
#161872
·
|
|
Re: [PATCH] gstreamer1.0: update licences of all modules
Hi Peter,
It's not as simple as I was thinking, I'll need more time.
Jose
Peter Kjellerstedt <peter.kjellerstedt@...> escreveu no dia quinta, 17/02/2022 à(s) 14:34:
--
Best regards,
José Quaresma
Hi Peter,
It's not as simple as I was thinking, I'll need more time.
Jose
Peter Kjellerstedt <peter.kjellerstedt@...> escreveu no dia quinta, 17/02/2022 à(s) 14:34:
--
Best regards,
José Quaresma
|
By
Jose Quaresma
·
#161871
·
|