summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-28 15:32:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-01 09:28:51 +0000
commitf7accf6941a3f9258643e9c3eb7f77829c310511 (patch)
tree5560ff64d1df0cf77c509c163674cf2f5d7f0cdc /meta/recipes-bsp
parent036efd5a252c14a93a25d28422797df5326f972a (diff)
downloadpoky-f7accf6941a3f9258643e9c3eb7f77829c310511.tar.gz
pciutils: upgrade 3.10.0 -> 3.11.1
configure.patch refreshed for 3.11.1 Changelog: =========== * Fixed wrong API version in lib/pci.h. * Updated README.Windows. * Fix compilation on Windows. * update-pciids now supports XZ compression. If libpci is configured with support for compression, all downloaded files are recompressed as gzip. Otherwise they are stored as plain text. * update-pciids now sends itself as the User-Agent. * Added a pcilmr utility for PCIe lane margining. * Re-factored access to i386 ports on all relevant platforms. * Added i386 port access on OpenBSD. * Back-ends for Windows received many bug fixes and improvements. * ECAM back-end now scans ACPI and BIOS memory faster. * Linux systems without pread/pwrite are no longer supported as they are hopefully long gone. This helps avoid the tricky check for presence of pread which was found to fail on musl libc. * Improved decoding of PCIe control and status registers. * Decoding of CXL capabilities now supports up to CXL 3.0. * lspci now displays interrupt message numbers consistently across different capabilities. * Cache of IDs resolved via DNS, which was located in ~/.pci-ids by default, is now stored according to the XDG base directory specification in $XDG_CACHE_HOME/pci-ids. * All source files now have SPDX license identifiers. * Internal: The "aux" fields of structs pci_access and pci_dev reserved for use by back-ends were renamed to backend_data to better reflect their meaning. * As usually, various minor bug fixes and updated pci.ids. (From OE-Core rev: bbda388857284612190b58abe8d73c93e39d1574) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/pciutils/pciutils/configure.patch11
-rw-r--r--meta/recipes-bsp/pciutils/pciutils_3.11.1.bb (renamed from meta/recipes-bsp/pciutils/pciutils_3.10.0.bb)2
2 files changed, 6 insertions, 7 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils/configure.patch b/meta/recipes-bsp/pciutils/pciutils/configure.patch
index 91bd255899..5015cf4884 100644
--- a/meta/recipes-bsp/pciutils/pciutils/configure.patch
+++ b/meta/recipes-bsp/pciutils/pciutils/configure.patch
@@ -1,4 +1,4 @@
1From 42e7d5f5f1d84a56b125aa05de33d31e28ad1124 Mon Sep 17 00:00:00 2001 1From 561216c8cbc280aaa9aecf30cb11835a4a0a78ed Mon Sep 17 00:00:00 2001
2From: Richard Purdie <rpurdie@linux.intel.com> 2From: Richard Purdie <rpurdie@linux.intel.com>
3Date: Wed, 31 Dec 2008 17:20:38 +0000 3Date: Wed, 31 Dec 2008 17:20:38 +0000
4Subject: [PATCH] pciutils: Upgarde 2.2.4 -> 3.0.3 4Subject: [PATCH] pciutils: Upgarde 2.2.4 -> 3.0.3
@@ -17,18 +17,17 @@ Ionut Radu <ionutx.radu@intel.com>
172017/6/15 - RP - Cleanups and merging patches 172017/6/15 - RP - Cleanups and merging patches
18 18
19Upstream-Status: Inappropriate [embedded specific] 19Upstream-Status: Inappropriate [embedded specific]
20
21--- 20---
22 Makefile | 2 +- 21 Makefile | 2 +-
23 lib/configure | 14 ++++++++++---- 22 lib/configure | 14 ++++++++++----
24 2 files changed, 11 insertions(+), 5 deletions(-) 23 2 files changed, 11 insertions(+), 5 deletions(-)
25 24
26diff --git a/Makefile b/Makefile 25diff --git a/Makefile b/Makefile
27index 3df076d..9b247d3 100644 26index aaec04e..9c1dab0 100644
28--- a/Makefile 27--- a/Makefile
29+++ b/Makefile 28+++ b/Makefile
30@@ -110,7 +110,7 @@ example$(EXEEXT): example.o lib/$(PCIIMPLIB) 29@@ -123,7 +123,7 @@ pcilmr$(EXEEXT): pcilmr.o $(LMROBJS) $(COMMON) lib/$(PCIIMPLIB)
31 example.o: example.c $(PCIINC) 30 pcilmr.o: pcilmr.c $(LMRINC)
32 31
33 %$(EXEEXT): %.o 32 %$(EXEEXT): %.o
34- $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LDLIBS) -o $@ 33- $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LDLIBS) -o $@
@@ -37,7 +36,7 @@ index 3df076d..9b247d3 100644
37 ifdef PCI_OS_WINDOWS 36 ifdef PCI_OS_WINDOWS
38 comma := , 37 comma := ,
39diff --git a/lib/configure b/lib/configure 38diff --git a/lib/configure b/lib/configure
40index 57b064b..b269332 100755 39index 3df057a..c87e71c 100755
41--- a/lib/configure 40--- a/lib/configure
42+++ b/lib/configure 41+++ b/lib/configure
43@@ -9,6 +9,10 @@ echo_n() { 42@@ -9,6 +9,10 @@ echo_n() {
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.11.1.bb
index e27cfd4ced..044074ccc3 100644
--- a/meta/recipes-bsp/pciutils/pciutils_3.10.0.bb
+++ b/meta/recipes-bsp/pciutils/pciutils_3.11.1.bb
@@ -14,7 +14,7 @@ DEPENDS = "zlib kmod make-native"
14SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz \ 14SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz \
15 file://configure.patch" 15 file://configure.patch"
16 16
17SRC_URI[sha256sum] = "238a2e27166730e53a17fe07bfad229e07fa39b618117e5944b6d7eda9fbb0e9" 17SRC_URI[sha256sum] = "3f472ad864473de5ba17f765cc96ef5f33e1b730918d3adda6f945a2a9290df4"
18 18
19inherit multilib_header pkgconfig update-alternatives 19inherit multilib_header pkgconfig update-alternatives
20 20