From b1a1d376bf7b5435dfb831c6bc384df29c434439 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 22 Sep 2022 16:51:59 -0700 Subject: [PATCH] mdio-tools,mdio-netlink: Upgrade recipes to 1.2.0 brings in Added mdio: A new addressing mode "mmd-c22": Used to access MMDs attached to MDIO controllers without Clause 45 support by using registers 13 and 14 in the device's Clause 22 register space mdio: Pretty print gigabit link capability information from a PHY's extended status register mdio: Pretty print lots of status information from MMDs (C45 PHYs) mvls: Decode priority override information of ATU entries Changed mvls: Table listings now always prints out the device information, even on single chip systems. Signed-off-by: Khem Raj --- .../mdio-tools/{mdio-netlink_git.bb => mdio-netlink_1.2.0.bb} | 0 meta-networking/recipes-support/mdio-tools/mdio-tools.inc | 3 +-- .../mdio-tools/{mdio-tools_git.bb => mdio-tools_1.2.0.bb} | 0 3 files changed, 1 insertion(+), 2 deletions(-) rename meta-networking/recipes-support/mdio-tools/{mdio-netlink_git.bb => mdio-netlink_1.2.0.bb} (100%) rename meta-networking/recipes-support/mdio-tools/{mdio-tools_git.bb => mdio-tools_1.2.0.bb} (100%) diff --git a/meta-networking/recipes-support/mdio-tools/mdio-netlink_git.bb b/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.2.0.bb similarity index 100% rename from meta-networking/recipes-support/mdio-tools/mdio-netlink_git.bb rename to meta-networking/recipes-support/mdio-tools/mdio-netlink_1.2.0.bb diff --git a/meta-networking/recipes-support/mdio-tools/mdio-tools.inc b/meta-networking/recipes-support/mdio-tools/mdio-tools.inc index a8a435fadd..7afe1c56bd 100644 --- a/meta-networking/recipes-support/mdio-tools/mdio-tools.inc +++ b/meta-networking/recipes-support/mdio-tools/mdio-tools.inc @@ -5,5 +5,4 @@ LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "git://github.com/wkz/mdio-tools.git;protocol=https;branch=master" -SRCREV = "07cbff2d5e2de05037e5e7edd5044d678394c8d1" -PV = "1.1.1" +SRCREV = "ee47c32d958ae0dcb9900b3b06654a8c08001331" diff --git a/meta-networking/recipes-support/mdio-tools/mdio-tools_git.bb b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.2.0.bb similarity index 100% rename from meta-networking/recipes-support/mdio-tools/mdio-tools_git.bb rename to meta-networking/recipes-support/mdio-tools/mdio-tools_1.2.0.bb