[oe] [meta-oe][dunfell][PATCH] linuxptp: Update to 2.0.1

2022-02-02 Thread Robert Joslyn
Fixes CVE-2021-3570 and CVE-2021-3571 Signed-off-by: Robert Joslyn --- .../linuxptp/{linuxptp_2.0.bb => linuxptp_2.0.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-connectivity/linuxptp/{linuxptp_2.0.bb => linuxptp_2.0.1.bb} (75%) diff --git

Re: [oe] [PATCH 03/14] concurrencykit: enable 32- and 64-bit Arm targets

2022-02-02 Thread Khem Raj
On Tue, Feb 1, 2022 at 8:35 AM Ross Burton wrote: > > As per upstream, 32- and 64-bit Arm targets are supported. > > Signed-off-by: Ross Burton > --- > meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [oe] [meta-networking][PATCH V2] mdio-tools: add recipes

2022-02-02 Thread Enguerrand de Ribaucourt
Thank you for your feedback. The build fails on those MACHINEs because the kernel configuration does not enables the MDIO bus support. I could successfully build the recipes on both MACHINEs by adding the following kernel configuration fragment: --- CONFIG_MDIO_DEVICE=y CONFIG_MDIO_BUS=y #