mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-04 05:04:39 +02:00
Self-description from the README: mdio-tools is a low-level debug tool for communicating with devices attached to an MDIO bus. Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> 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"
|