summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/pciutils/pciutils
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-05 10:30:38 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-06 15:23:18 +0000
commit7937c7be893e70b38bd881a3207bc549c7f4003c (patch)
tree1935f9549ad107c654f541cb676fd1cfe3f8500f /meta/recipes-bsp/pciutils/pciutils
parentce8970cdbf9879c3be47bc46275ea46361cf6c18 (diff)
downloadpoky-7937c7be893e70b38bd881a3207bc549c7f4003c.tar.gz
pciutils: upgrade 3.8.0 -> 3.9.0
configure.patch refreshed for 3.9.0 Changelog: ========== * We decode Compute Express Link (CXL) capabilities. * The tree mode of lspci is now compatible with filtering options. * When setpci is used with a named register, it checks whether the register is present in the particular header type. * Linux: The intel-conf[12] back-ends prefer to use ioperm() instead of iopl() to gain access to I/O ports. * Windows: We have two new back-ends One uses the NT SysDbg interface, the other uses kldbgdrv.sys (which is a part of the Microsoft WinDbg tool). * Windows: We support building libpci as a DLL. Also, Windows binaries now include meta-data with version. * Hurd: The Hurd back-end works again. * mmio-conf1(-ext): Added a new back-end implementing the intel-conf1 interface over MMIO. This is useful on some ARM machines, but it requires manual configuration of the MMIO addresses. * As usually, updated pci.ids to the current snapshot of the database. (From OE-Core rev: 8a784f5aa7ceec1866ef12f2bedf4e8b4e4f269f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pciutils/pciutils')
-rw-r--r--meta/recipes-bsp/pciutils/pciutils/configure.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils/configure.patch b/meta/recipes-bsp/pciutils/pciutils/configure.patch
index cf55b94808..91bd255899 100644
--- a/meta/recipes-bsp/pciutils/pciutils/configure.patch
+++ b/meta/recipes-bsp/pciutils/pciutils/configure.patch
@@ -1,4 +1,4 @@
1From 502c01e180d9085fcbeaf2fb46239999c4f335d2 Mon Sep 17 00:00:00 2001 1From 42e7d5f5f1d84a56b125aa05de33d31e28ad1124 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
@@ -24,20 +24,20 @@ Upstream-Status: Inappropriate [embedded specific]
24 2 files changed, 11 insertions(+), 5 deletions(-) 24 2 files changed, 11 insertions(+), 5 deletions(-)
25 25
26diff --git a/Makefile b/Makefile 26diff --git a/Makefile b/Makefile
27index 9319bb4..78a2d54 100644 27index 3df076d..9b247d3 100644
28--- a/Makefile 28--- a/Makefile
29+++ b/Makefile 29+++ b/Makefile
30@@ -108,7 +108,7 @@ example$(EXEEXT): example.o lib/$(PCILIB) 30@@ -110,7 +110,7 @@ example$(EXEEXT): example.o lib/$(PCIIMPLIB)
31 example.o: example.c $(PCIINC) 31 example.o: example.c $(PCIINC)
32 32
33 %$(EXEEXT): %.o 33 %$(EXEEXT): %.o
34- $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LDLIBS) -o $@ 34- $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LDLIBS) -o $@
35+ $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) $(LDLIBS) -o $@ 35+ $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) $(LDLIBS) -o $@
36 36
37 %.8 %.7 %.5: %.man 37 ifdef PCI_OS_WINDOWS
38 M=`echo $(DATE) | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed <$< >$@ "s/@TODAY@/$$M/;s/@VERSION@/pciutils-$(VERSION)/;s#@IDSDIR@#$(IDSDIR)#;s#@PCI_IDS@#$(PCI_IDS)#" 38 comma := ,
39diff --git a/lib/configure b/lib/configure 39diff --git a/lib/configure b/lib/configure
40index 45a416a..1afdaa6 100755 40index 57b064b..b269332 100755
41--- a/lib/configure 41--- a/lib/configure
42+++ b/lib/configure 42+++ b/lib/configure
43@@ -9,6 +9,10 @@ echo_n() { 43@@ -9,6 +9,10 @@ echo_n() {