mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
4ee1b39643
Changelog: * Multiple registers can now be dumped at once, via the generic dump operation. * Relax the driver matching to accept the strings used in kernels 6.2 and newer. Signed-off-by: Michael Haener <michael.haener@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 lines
157 B
BlitzBasic
10 lines
157 B
BlitzBasic
require mdio-tools.inc
|
|
|
|
DEPENDS += "virtual/kernel libmnl"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit pkgconfig autotools
|
|
|
|
RDEPENDS:${PN} = "kernel-module-mdio-netlink"
|