summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-30 18:48:41 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-12 01:06:51 -0700
commit1f465d9d282ae9b795067bd13220a8c8103b23f4 (patch)
tree966347265e50736707a2c944fd8f688f90968000 /meta-networking/recipes-support
parent2b43bc24f6cbdf7a67dd9aee7ced83745ef705ac (diff)
downloadmeta-openembedded-1f465d9d282ae9b795067bd13220a8c8103b23f4.tar.gz
mdio-tools,mdio-netlink: upgrade 1.3.1 -> 1.3.2,1.3.1 -> 1.3.2
Changelog: =========== - Add a new addressing mode "mscc": Used to access PHYs from Microchip that uses C22 register 31 as a page register - Fix VPATH builds and various other build related warnings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.2.bb (renamed from meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.1.bb)0
-rw-r--r--meta-networking/recipes-support/mdio-tools/mdio-tools.inc4
-rw-r--r--meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.2.bb (renamed from meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb)1
3 files changed, 3 insertions, 2 deletions
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.2.bb
index 52e7e53c32..52e7e53c32 100644
--- a/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.1.bb
+++ b/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.2.bb
diff --git a/meta-networking/recipes-support/mdio-tools/mdio-tools.inc b/meta-networking/recipes-support/mdio-tools/mdio-tools.inc
index fc8161eb1f..b90f476e89 100644
--- a/meta-networking/recipes-support/mdio-tools/mdio-tools.inc
+++ b/meta-networking/recipes-support/mdio-tools/mdio-tools.inc
@@ -4,5 +4,5 @@ HOMEPAGE = "https://github.com/wkz/mdio-tools"
4LICENSE = "GPL-2.0-or-later" 4LICENSE = "GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6 6
7SRC_URI = "git://github.com/wkz/mdio-tools.git;protocol=https;branch=master" 7SRC_URI = "git://github.com/wkz/mdio-tools.git;protocol=https;branch=master;tag=${PV}"
8SRCREV = "f74eaf38dbda441df4fcaeb21ca4465957953a2f" 8SRCREV = "a1fca6b8fb3b5a95ebb28324a95673488dddc005"
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.2.bb
index 2c8f9b8c37..3b4a525da0 100644
--- a/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb
+++ b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.2.bb
@@ -6,3 +6,4 @@ DEPENDS += "virtual/kernel libmnl"
6inherit pkgconfig autotools 6inherit pkgconfig autotools
7 7
8RRECOMMENDS:${PN} = "kernel-module-mdio-netlink" 8RRECOMMENDS:${PN} = "kernel-module-mdio-netlink"
9