diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-21 10:16:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-25 11:49:54 +0100 |
commit | cdd6e828cae9b3b1fcf866dfdcf6409426abfe2c (patch) | |
tree | f145714d58df988f6223382304f9e49fbe97e091 | |
parent | b790c3e67bcbcb00449754db7249c251074f16b0 (diff) | |
download | openembedded-core-cdd6e828cae9b3b1fcf866dfdcf6409426abfe2c.tar.gz |
pciutils: upgrade 3.12.0 -> 3.13.0
Changelog:
===========
* lspci decodes CXL 1.1 device link status information.
This requires a recent kernel which exports rcd_* atributes via
sysfs.
* Further development of the pcilmr (the link margining utility)
* Dump parsing supports 6-digit domain numbers.
* Bug fixes in PCIe link state reporting.
* Decode more fields in PCIe AER capability.
* Fixed build on Linux systems with musl libc.
* Updated pci.ids.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.13.0.bb (renamed from meta/recipes-bsp/pciutils/pciutils_3.12.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.12.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb index 2db0895bf4..0b876c7070 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.12.0.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" DEPENDS = "make-native" SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz" -SRC_URI[sha256sum] = "f185d116d5ff99b797497efce8f19f1ee8ccc5a668b97a159e3d13472f674154" +SRC_URI[sha256sum] = "77f11f78298502634d1af50308f15a5788629f6cf45cba376f5009aea4cb4926" inherit multilib_header pkgconfig update-alternatives |