Files
meta-openembedded/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.2.0.bb
Khem Raj b1a1d376bf 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 <raj.khem@gmail.com>
2022-09-22 16:54:10 -07:00

14 lines
273 B
BlitzBasic

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"