diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-30 17:12:42 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-07 22:12:50 +0100 |
| commit | d5e4a783cb7e71e00fcb681f150e178af71c60a9 (patch) | |
| tree | 4ecef2dd422e0e7fdd20fc0b3f13f73028813532 /meta/recipes-extended/ethtool/ethtool_6.14.bb | |
| parent | ce4bf01c1ae2e05e58a9dbc738ed87fcef20b065 (diff) | |
| download | poky-d5e4a783cb7e71e00fcb681f150e178af71c60a9.tar.gz | |
ethtool: upgrade 6.14 -> 6.15
avoid_parallel_tests.patch
refreshed for 6.15
(From OE-Core rev: a1b0874b9241e9c4c476c3d1ed937770c082fa01)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ethtool/ethtool_6.14.bb')
| -rw-r--r-- | meta/recipes-extended/ethtool/ethtool_6.14.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool_6.14.bb b/meta/recipes-extended/ethtool/ethtool_6.14.bb deleted file mode 100644 index 41164ac6ca..0000000000 --- a/meta/recipes-extended/ethtool/ethtool_6.14.bb +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | SUMMARY = "Display or change ethernet card settings" | ||
| 2 | DESCRIPTION = "A small utility for examining and tuning the settings of your ethernet-based network interfaces." | ||
| 3 | HOMEPAGE = "http://www.kernel.org/pub/software/network/ethtool/" | ||
| 4 | SECTION = "console/network" | ||
| 5 | LICENSE = "GPL-2.0-or-later" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 7 | file://ethtool.c;beginline=4;endline=17;md5=c19b30548c582577fc6b443626fc1216" | ||
| 8 | |||
| 9 | SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ | ||
| 10 | file://run-ptest \ | ||
| 11 | file://avoid_parallel_tests.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SRC_URI[sha256sum] = "3dbfc910513d1fef683f27ab12325cc88551abffae66d0ad3afe2a13317d2339" | ||
| 15 | |||
| 16 | UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/" | ||
| 17 | |||
| 18 | inherit autotools ptest bash-completion pkgconfig | ||
| 19 | |||
| 20 | RDEPENDS:${PN}-ptest += "make bash" | ||
| 21 | |||
| 22 | PACKAGECONFIG ?= "netlink" | ||
| 23 | PACKAGECONFIG[netlink] = "--enable-netlink,--disable-netlink,libmnl," | ||
| 24 | |||
| 25 | FILES:${PN} += "${datadir}/metainfo/org.kernel.software.network.ethtool.metainfo.xml" | ||
| 26 | |||
| 27 | do_compile_ptest() { | ||
| 28 | oe_runmake buildtest-TESTS | ||
| 29 | } | ||
| 30 | |||
| 31 | do_install_ptest () { | ||
| 32 | cp ${B}/Makefile ${D}${PTEST_PATH} | ||
| 33 | install ${B}/test-cmdline ${D}${PTEST_PATH} | ||
| 34 | if ${@bb.utils.contains('PACKAGECONFIG', 'netlink', 'false', 'true', d)}; then | ||
| 35 | install ${B}/test-features ${D}${PTEST_PATH} | ||
| 36 | fi | ||
| 37 | install ${B}/ethtool ${D}${PTEST_PATH}/ethtool | ||
| 38 | sed -i 's/^Makefile/_Makefile/' ${D}${PTEST_PATH}/Makefile | ||
| 39 | } | ||
