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>
This commit is contained in:
Wang Mingyu
2026-04-30 18:48:41 +08:00
committed by Khem Raj
parent 88a60a81da
commit 5b1b5fa316
3 changed files with 3 additions and 2 deletions
@@ -4,5 +4,5 @@ HOMEPAGE = "https://github.com/wkz/mdio-tools"
LICENSE = "GPL-2.0-or-later" LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/wkz/mdio-tools.git;protocol=https;branch=master" SRC_URI = "git://github.com/wkz/mdio-tools.git;protocol=https;branch=master;tag=${PV}"
SRCREV = "f74eaf38dbda441df4fcaeb21ca4465957953a2f" SRCREV = "a1fca6b8fb3b5a95ebb28324a95673488dddc005"
@@ -6,3 +6,4 @@ DEPENDS += "virtual/kernel libmnl"
inherit pkgconfig autotools inherit pkgconfig autotools
RRECOMMENDS:${PN} = "kernel-module-mdio-netlink" RRECOMMENDS:${PN} = "kernel-module-mdio-netlink"