From 4ee1b39643f11af3a049fd7cd992575453fb58c2 Mon Sep 17 00:00:00 2001 From: Michael Haener Date: Wed, 10 Jan 2024 07:56:00 +0100 Subject: mdio-tools: upgrade 1.3.0 -> 1.3.1 Changelog: * Multiple registers can now be dumped at once, via the generic dump operation. * Relax the driver matching to accept the strings used in kernels 6.2 and newer. Signed-off-by: Michael Haener Signed-off-by: Khem Raj --- .../recipes-support/mdio-tools/mdio-netlink_1.3.0.bb | 13 ------------- .../recipes-support/mdio-tools/mdio-netlink_1.3.1.bb | 13 +++++++++++++ meta-networking/recipes-support/mdio-tools/mdio-tools.inc | 2 +- .../recipes-support/mdio-tools/mdio-tools_1.3.0.bb | 9 --------- .../recipes-support/mdio-tools/mdio-tools_1.3.1.bb | 9 +++++++++ 5 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.0.bb create mode 100644 meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.1.bb delete mode 100644 meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.0.bb create mode 100644 meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb diff --git a/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.0.bb b/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.0.bb deleted file mode 100644 index b50d33f908..0000000000 --- a/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.0.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-netlink_1.3.1.bb b/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.1.bb new file mode 100644 index 0000000000..b50d33f908 --- /dev/null +++ b/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.1.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-tools.inc b/meta-networking/recipes-support/mdio-tools/mdio-tools.inc index 942b2d482d..b99ce82810 100644 --- a/meta-networking/recipes-support/mdio-tools/mdio-tools.inc +++ b/meta-networking/recipes-support/mdio-tools/mdio-tools.inc @@ -5,4 +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 = "42c91efa63ef81992cdcc01e698cf3bc7764bbc3" +SRCREV = "f74eaf38dbda441df4fcaeb21ca4465957953a2f" diff --git a/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.0.bb b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.0.bb deleted file mode 100644 index 0c64889bc3..0000000000 --- a/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -require mdio-tools.inc - -DEPENDS += "virtual/kernel libmnl" - -S = "${WORKDIR}/git" - -inherit pkgconfig autotools - -RDEPENDS:${PN} = "kernel-module-mdio-netlink" diff --git a/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb new file mode 100644 index 0000000000..0c64889bc3 --- /dev/null +++ b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb @@ -0,0 +1,9 @@ +require mdio-tools.inc + +DEPENDS += "virtual/kernel libmnl" + +S = "${WORKDIR}/git" + +inherit pkgconfig autotools + +RDEPENDS:${PN} = "kernel-module-mdio-netlink" -- cgit v1.2.3-54-g00ecf