|
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
·
|
|
INCOMPATIBLE_LICENSES and WHITELIST_<license> usage
Folks,
I am working on a proposal to re-write how INCOMPATIBLE_LICENSES is used and processed to possibly include a COMPATIBLE_LICENSES variable as well, see PeterK's email [0]
I am trying to
Folks,
I am working on a proposal to re-write how INCOMPATIBLE_LICENSES is used and processed to possibly include a COMPATIBLE_LICENSES variable as well, see PeterK's email [0]
I am trying to
|
By
Saul Wold
·
#161870
·
|
|
[RFC 2/2] gstreamer1.0: add support for running native test
This is an exmple of using the native meson test
gstreamer1.0-meson-qemuwrapper-test.inc
^ this is receipe part
meson-qemuwrapper-helper.sh
^ this is an helper script to skip unsupported
This is an exmple of using the native meson test
gstreamer1.0-meson-qemuwrapper-test.inc
^ this is receipe part
meson-qemuwrapper-helper.sh
^ this is an helper script to skip unsupported
|
By
Jose Quaresma
·
#161869
·
|
|
[RFC 1/2] meson.bbclass: add native meson test
This patch add a task on the meson bbclass to add the
possibility to run the native test of the project using
the exe_wrapper.
This can be useful in some the integration processes
and add the
This patch add a task on the meson bbclass to add the
possibility to run the native test of the project using
the exe_wrapper.
This can be useful in some the integration processes
and add the
|
By
Jose Quaresma
·
#161868
·
|
|
[PATCH 2/2] meson.bbclass: makes the exe_wrapper more configurable
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
meta/classes/meson.bbclass | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/meta/classes/meson.bbclass
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
meta/classes/meson.bbclass | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/meta/classes/meson.bbclass
|
By
Jose Quaresma
·
#161867
·
|
|
[PATCH 1/2] meson.bbclass: add exe_wrapper helper
commit 40349dc51f097f75b486d81924753dee06baf017
meson: configure and use generic exe_wrapper
add a generic exe_wrapper that can be used to run
the existing tests in some meson projects using
the
commit 40349dc51f097f75b486d81924753dee06baf017
meson: configure and use generic exe_wrapper
add a generic exe_wrapper that can be used to run
the existing tests in some meson projects using
the
|
By
Jose Quaresma
·
#161866
·
|
|
Re: [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)
I think you're right, you have a good point here and we need to do something
about this. Reviewing the discussion upstream, I think they proposed a different
way of handling the patch so we need to
I think you're right, you have a good point here and we need to do something
about this. Reviewing the discussion upstream, I think they proposed a different
way of handling the patch so we need to
|
By
Richard Purdie
·
#161865
·
|