From 5779ec238a0fe41da5fe0ba0caa79c567a9ae6b3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:31 +0800 Subject: mdio-tools,mdio-netlink: Upgrade recipes to 1.3.0 Changelog: =========== Primarily widen the gamut of supported kernel versions, now supporting all kernels from 5.2 and onwards. Added ------ mvls: Support for 88E6320/88E6321 Changed -------- mdio-netlink: Adapt to the upstream C22/C45 refactor. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/mdio-tools/mdio-netlink_1.2.0.bb | 13 ------------- .../recipes-support/mdio-tools/mdio-netlink_1.3.0.bb | 13 +++++++++++++ meta-networking/recipes-support/mdio-tools/mdio-tools.inc | 2 +- .../recipes-support/mdio-tools/mdio-tools_1.2.0.bb | 9 --------- .../recipes-support/mdio-tools/mdio-tools_1.3.0.bb | 9 +++++++++ 5 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-networking/recipes-support/mdio-tools/mdio-netlink_1.2.0.bb create mode 100644 meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.0.bb delete mode 100644 meta-networking/recipes-support/mdio-tools/mdio-tools_1.2.0.bb create mode 100644 meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.0.bb (limited to 'meta-networking') 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 deleted file mode 100644 index b50d33f908..0000000000 --- a/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.2.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.0.bb b/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.0.bb new file mode 100644 index 0000000000..b50d33f908 --- /dev/null +++ b/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.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-tools.inc b/meta-networking/recipes-support/mdio-tools/mdio-tools.inc index 46d0c1b4f1..942b2d482d 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 = "0dbfca13a094d20d736153c63161cf11b9ccf2d3" +SRCREV = "42c91efa63ef81992cdcc01e698cf3bc7764bbc3" 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 deleted file mode 100644 index cd4df3da05..0000000000 --- a/meta-networking/recipes-support/mdio-tools/mdio-tools_1.2.0.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" 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 new file mode 100644 index 0000000000..cd4df3da05 --- /dev/null +++ b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.0.bb @@ -0,0 +1,9 @@ +require mdio-tools.inc + +DEPENDS += "libmnl" + +S = "${WORKDIR}/git" + +inherit pkgconfig autotools + +RDEPENDS:${PN} = "kernel-module-mdio-netlink" -- cgit v1.2.3-54-g00ecf