|
[meta-oe][PATCH v2 2/2] grpc: remove useless link with libatomic append
From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@...>
The sed commands to link with libatomic don't match and is therefore
useless. If they are really needed the problem should be
From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@...>
The sed commands to link with libatomic don't match and is therefore
useless. If they are really needed the problem should be
|
By
Stefan Herbrechtsmeier
·
#96472
·
|
|
[meta-oe][PATCH] wxwidgets: Only enable opengl when both x11 and opengl are in DISTRO_FEATURES
The opengl can't work without x11 since it depends on libglu, and
oe-core/meta/recipes-graphics/mesa/libglu_9.0.2.bb requires both x11 and
opengl.
Signed-off-by: Robert Yang
The opengl can't work without x11 since it depends on libglu, and
oe-core/meta/recipes-graphics/mesa/libglu_9.0.2.bb requires both x11 and
opengl.
Signed-off-by: Robert Yang
|
By
Robert Yang
·
#96471
·
|
|
[meta-oe][PATCH] libyang: do not inherit binconfig-disabled
Do not inherit binconfig-disabled as pcre2-config is not required by
upstream.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
meta-oe/recipes-extended/libyang/libyang_2.0.164.bb | 3 +--
1 file
Do not inherit binconfig-disabled as pcre2-config is not required by
upstream.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
meta-oe/recipes-extended/libyang/libyang_2.0.164.bb | 3 +--
1 file
|
By
Yi Zhao
·
#96470
·
|
|
Re: [meta-oe][PATCH] wxwidgets: Fix checking for PACKAGECONFIG and DISTRO_FEATURES
Hi Denys,
Sorry for the problem. I think that the fix should be only enable opengl when both opengl and x11 are in DISTRO_FEATURES, the opengl can't work without x11
since it depends on libglu,
Hi Denys,
Sorry for the problem. I think that the fix should be only enable opengl when both opengl and x11 are in DISTRO_FEATURES, the opengl can't work without x11
since it depends on libglu,
|
By
Robert Yang
·
#96469
·
|
|
[meta-oe][PATCH] ndctl: fix build failure with EXEWRAPPER_ENABLED False
The v73 version tries to build and run a test program at compile
time to check whether compiler supports sizeof and expression statements
and sets HAVE_STATEMENT_EXPR accordingly. This requires
The v73 version tries to build and run a test program at compile
time to check whether compiler supports sizeof and expression statements
and sets HAVE_STATEMENT_EXPR accordingly. This requires
|
By
Naveen Saini
·
#96468
·
|
|
Re: [meta-oe][PATCH] wxwidgets: Fix checking for PACKAGECONFIG and DISTRO_FEATURES
Same here! Moreover, it does not simply breaks the build, it breaks *parsing*
even when not building wxwidgets! Please fix ASAP or revert.
Same here! Moreover, it does not simply breaks the build, it breaks *parsing*
even when not building wxwidgets! Please fix ASAP or revert.
|
By
Denys Dmytriyenko
·
#96467
·
|
|
Re: [meta-oe][hardknott][PATCH 2/3] abseil-cpp: Fix build with glibc 2.34
Just like the .patch file in master branch, does hardknott have stricter rules than master branch?
Just like the .patch file in master branch, does hardknott have stricter rules than master branch?
|
By
Martin Jansa
·
#96466
·
|
|
Re: [meta-oe][hardknott][PATCH 2/3] abseil-cpp: Fix build with glibc 2.34
Patch missing "Upstream-Status" and "Signed-off-by"
- armin
Patch missing "Upstream-Status" and "Signed-off-by"
- armin
|
By
Armin Kuster
·
#96465
·
|
|
honister merge request : April 7th
The following changes since commit de18681d7dd27000c132bc68f9fa267e8f5a2348:
python3-django: upgrade 3.2.10 -> 3.2.12 (2022-03-31 13:49:34 -0700)
are available in the Git repository at:
The following changes since commit de18681d7dd27000c132bc68f9fa267e8f5a2348:
python3-django: upgrade 3.2.10 -> 3.2.12 (2022-03-31 13:49:34 -0700)
are available in the Git repository at:
|
By
Armin Kuster
·
#96464
·
|
|
Re: [meta-oe][ PATCH 1/2] grpc: add cmake support for target
can you rebase it on top of latest master or master-next and resend, we now have grpc 1.45.1 in master.
can you rebase it on top of latest master or master-next and resend, we now have grpc 1.45.1 in master.
|
By
Khem Raj
·
#96463
·
|
|
Re: [meta-networking][PATCH 2/4] ot-daemon: add recipe for OpenThread daemon
Hello.
We actually included security_flags.inc from the very beginning. :-)
First in oniro-linux only and since March also in oniro-zephyr.
regards
Stefan Schmidt
Hello.
We actually included security_flags.inc from the very beginning. :-)
First in oniro-linux only and since March also in oniro-zephyr.
regards
Stefan Schmidt
|
By
Stefan Schmidt
·
#96462
·
|
|
Re: [meta-networking][PATCH 2/4] ot-daemon: add recipe for OpenThread daemon
poky defaults now a days include security_flags.inc which enables
fortify and other
good security stuff from compiler's point of view. So it seems your
distro is not inheriting
all the default distro
poky defaults now a days include security_flags.inc which enables
fortify and other
good security stuff from compiler's point of view. So it seems your
distro is not inheriting
all the default distro
|
By
Khem Raj
·
#96461
·
|
|
Re: [meta-networking][PATCH] drbd-utils: update 9.13.1 -> 9.20.2
fails with clang
https://errors.yoctoproject.org/Errors/Details/654033/
Perhaps we need to pass -Wno-error to silence this warning.
fails with clang
https://errors.yoctoproject.org/Errors/Details/654033/
Perhaps we need to pass -Wno-error to silence this warning.
|
By
Khem Raj
·
#96460
·
|
|
Re: [meta-networking][PATCH 2/4] ot-daemon: add recipe for OpenThread daemon
Hello Khem.
You mean Oniro is not using them? Not sure I can follow you train of thoughts here. :-)
The problem above was from the autobuilder error you pointed me to, building with Poky not
Hello Khem.
You mean Oniro is not using them? Not sure I can follow you train of thoughts here. :-)
The problem above was from the autobuilder error you pointed me to, building with Poky not
|
By
Stefan Schmidt
·
#96459
·
|
|
[meta-networking][PATCH v3 4/4] MAINTAINERS: add entry for OpenThread
From: Stefan Schmidt <stefan.schmidt@...>
No need to put the pressure of this also on Khem. I am actively working
on this for Oniro and will support this work also upstream
From: Stefan Schmidt <stefan.schmidt@...>
No need to put the pressure of this also on Khem. I am actively working
on this for Oniro and will support this work also upstream
|
By
Stefan Schmidt
·
#96458
·
|
|
[meta-networking][PATCH v3 2/4] ot-daemon: add recipe for OpenThread daemon
From: Stefan Schmidt <stefan.schmidt@...>
The OpenThread daemon allows Linuxes devices to participate in a Thread
mesh network without acting as a full border router. The device
participates
From: Stefan Schmidt <stefan.schmidt@...>
The OpenThread daemon allows Linuxes devices to participate in a Thread
mesh network without acting as a full border router. The device
participates
|
By
Stefan Schmidt
·
#96457
·
|
|
[meta-networking][PATCH v3 3/4] wpantund: add new recipe
From: Stefan Schmidt <stefan.schmidt@...>
Wpantund is part of the OpenThread project. It is used in a scenario
where the Thread radio operates as a network co-processor (NCP) that is
connected
From: Stefan Schmidt <stefan.schmidt@...>
Wpantund is part of the OpenThread project. It is used in a scenario
where the Thread radio operates as a network co-processor (NCP) that is
connected
|
By
Stefan Schmidt
·
#96456
·
|
|
[meta-networking][PATCH v3 1/4] ot-br-posix: add recipe for an OpenThread Border Router
From: Stefan Schmidt <stefan.schmidt@...>
The OpenThread project is an open source implementation of the Thread
low-power mesh network protocol. In a Thread network devices can have
different
From: Stefan Schmidt <stefan.schmidt@...>
The OpenThread project is an open source implementation of the Thread
low-power mesh network protocol. In a Thread network devices can have
different
|
By
Stefan Schmidt
·
#96455
·
|
|
Re: [meta-gnome][PATCHv2] gparted: update to v1.4.0
I think it would be good to submit this patch upstream it looks a good portable change to me
I think it would be good to submit this patch upstream it looks a good portable change to me
|
By
Khem Raj
·
#96454
·
|
|
[meta-python][PATCH 2/2] python3-wxgtk4: pass '--baselib' to WX_CONFIG
From: Kai Kang <kai.kang@...>
Pass option '--baselib=${baselib}' to WX_CONFIG to support multilib
build.
Signed-off-by: Kai Kang <kai.kang@...>
---
From: Kai Kang <kai.kang@...>
Pass option '--baselib=${baselib}' to WX_CONFIG to support multilib
build.
Signed-off-by: Kai Kang <kai.kang@...>
---
|
By
Kai Kang
·
#96453
·
|