|
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
·
|
|
[meta-oe][PATCH 1/2] wxwidgets: fix wx-config multilib issue
From: Kai Kang <kai.kang@...>
It sets 'libdir' with path element 'lib' directly which is not suitable
for multilib. Add an option '--baselib' for wx-config to support
multilib when cross
From: Kai Kang <kai.kang@...>
It sets 'libdir' with path element 'lib' directly which is not suitable
for multilib. Add an option '--baselib' for wx-config to support
multilib when cross
|
By
Kai Kang
·
#96452
·
|
|
[meta-oe][ PATCH 1/2] grpc: add cmake support for target
From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@...>
The CMake gRPC config checks for binaries and fails if a binary (plugin)
is missing. Fix the problem in the code and add the
From: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@...>
The CMake gRPC config checks for binaries and fails if a binary (plugin)
is missing. Fix the problem in the code and add the
|
By
Stefan Herbrechtsmeier
·
#96451
·
|
|
[meta-oe][ PATCH 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
·
#96450
·
|
|
[meta-gnome][PATCHv2] gparted: update to v1.4.0
- remove x11 features-check because there aren't dependencies that would
explicilty require x11 as a DISTRO_FEATURE
- replace basename() by g_path_get_basename() to fix up musl
- remove x11 features-check because there aren't dependencies that would
explicilty require x11 as a DISTRO_FEATURE
- replace basename() by g_path_get_basename() to fix up musl
|
By
Markus Volk
·
#96449
·
|
|
Re: [meta-gnome][PATCH] gparted: update to v1.4.0
I have had a look at this. To me it looks like musl string.h does not define basename() for cplusplus. I'm not really an expert on musl or c/c++ and don't know the difference between these two
I have had a look at this. To me it looks like musl string.h does not define basename() for cplusplus. I'm not really an expert on musl or c/c++ and don't know the difference between these two
|
By
Markus Volk
·
#96448
·
|
|
Re: [meta-networking][PATCH v2 1/4] ot-br-posix: add recipe for an OpenThread Border Router
Hello Khem.
Sigh, sorry for this.
Its a different recipe than the first one that failed.
I will sit down and try to figure out why I am not seeing any of the problems in my local builds. Need to
Hello Khem.
Sigh, sorry for this.
Its a different recipe than the first one that failed.
I will sit down and try to figure out why I am not seeing any of the problems in my local builds. Need to
|
By
Stefan Schmidt
·
#96447
·
|