mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-15 09:18:08 +02:00
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>
14 lines
273 B
BlitzBasic
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"
|