From b1a1d376bf7b5435dfb831c6bc384df29c434439 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 22 Sep 2022 16:51:59 -0700 Subject: 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 --- .../recipes-support/mdio-tools/mdio-netlink_1.2.0.bb | 13 +++++++++++++ .../recipes-support/mdio-tools/mdio-netlink_git.bb | 13 ------------- meta-networking/recipes-support/mdio-tools/mdio-tools.inc | 3 +-- .../recipes-support/mdio-tools/mdio-tools_1.2.0.bb | 9 +++++++++ .../recipes-support/mdio-tools/mdio-tools_git.bb | 9 --------- 5 files changed, 23 insertions(+), 24 deletions(-) create mode 100644 meta-networking/recipes-support/mdio-tools/mdio-netlink_1.2.0.bb delete mode 100644 meta-networking/recipes-support/mdio-tools/mdio-netlink_git.bb create mode 100644 meta-networking/recipes-support/mdio-tools/mdio-tools_1.2.0.bb delete mode 100644 meta-networking/recipes-support/mdio-tools/mdio-tools_git.bb (limited to 'meta-networking/recipes-support') diff --git a/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.2.0.bb b/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.2.0.bb new file mode 100644 index 0000000000..b50d33f908 --- /dev/null +++ b/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.2.0.bb @@ -0,0 +1,13 @@ +require mdio-tools.inc + +DEPENDS += "virtual/kernel libmnl" +# This module requires Linux 5.6 higher + +S = "${WORKDIR}/git/kernel" + +inherit module + +EXTRA_OEMAKE = "KDIR=${STAGING_KERNEL_DIR}" +MODULES_INSTALL_TARGET = "install" + +RPROVIDES:${PN} += "kernel-module-mdio-netlink" diff --git a/meta-networking/recipes-support/mdio-tools/mdio-netlink_git.bb b/meta-networking/recipes-support/mdio-tools/mdio-netlink_git.bb deleted file mode 100644 index b50d33f908..0000000000 --- a/meta-networking/recipes-support/mdio-tools/mdio-netlink_git.bb +++ /dev/null @@ -1,13 +0,0 @@ -require mdio-tools.inc - -DEPENDS += "virtual/kernel libmnl" -# This module requires Linux 5.6 higher - -S = "${WORKDIR}/git/kernel" - -inherit module - -EXTRA_OEMAKE = "KDIR=${STAGING_KERNEL_DIR}" -MODULES_INSTALL_TARGET = "install" - -RPROVIDES:${PN} += "kernel-module-mdio-netlink" 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_1.2.0.bb b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.2.0.bb new file mode 100644 index 0000000000..cd4df3da05 --- /dev/null +++ b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.2.0.bb @@ -0,0 +1,9 @@ +require mdio-tools.inc + +DEPENDS += "libmnl" + +S = "${WORKDIR}/git" + +inherit pkgconfig autotools + +RDEPENDS:${PN} = "kernel-module-mdio-netlink" diff --git a/meta-networking/recipes-support/mdio-tools/mdio-tools_git.bb b/meta-networking/recipes-support/mdio-tools/mdio-tools_git.bb deleted file mode 100644 index cd4df3da05..0000000000 --- a/meta-networking/recipes-support/mdio-tools/mdio-tools_git.bb +++ /dev/null @@ -1,9 +0,0 @@ -require mdio-tools.inc - -DEPENDS += "libmnl" - -S = "${WORKDIR}/git" - -inherit pkgconfig autotools - -RDEPENDS:${PN} = "kernel-module-mdio-netlink" -- cgit v1.2.3-54-g00ecf