summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2018-04-13 10:50:09 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-13 15:53:57 -0400
commit97fea33badac9e674365744a559006b70d2e1222 (patch)
treefcff0b41ccf9c05a3730d776882cd81b42880a3c
parent3e709e6665ba89f5875584de259e1689728cf83b (diff)
downloadmeta-virtualization-97fea33badac9e674365744a559006b70d2e1222.tar.gz
criu: refresh patches to fix QA warning
Refresh patches with devtool command to fix do_patch warning. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch8
-rw-r--r--recipes-containers/criu/files/0001-criu-Fix-toolchain-hardcode.patch6
-rw-r--r--recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch14
-rw-r--r--recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch8
-rw-r--r--recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch6
5 files changed, 16 insertions, 26 deletions
diff --git a/recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch b/recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch
index 4908e474..afb1332d 100644
--- a/recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch
+++ b/recipes-containers/criu/files/0001-criu-Change-libraries-install-directory.patch
@@ -1,4 +1,4 @@
1From 78390305829316633acee2ca5607331b0e37a104 Mon Sep 17 00:00:00 2001 1From f64fbca70e6049dad3c404d871f2383d97725d2d Mon Sep 17 00:00:00 2001
2From: Mark Asselstine <mark.asselstine@windriver.com> 2From: Mark Asselstine <mark.asselstine@windriver.com>
3Date: Fri, 8 Sep 2017 15:11:31 -0400 3Date: Fri, 8 Sep 2017 15:11:31 -0400
4Subject: [PATCH] criu: Change libraries install directory 4Subject: [PATCH] criu: Change libraries install directory
@@ -7,12 +7,13 @@ Install the libraries into /usr/lib(or /usr/lib64)
7 7
8Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> 8Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
9Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 9Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
10
10--- 11---
11 Makefile.install | 13 ------------- 12 Makefile.install | 13 -------------
12 1 file changed, 13 deletions(-) 13 1 file changed, 13 deletions(-)
13 14
14diff --git a/Makefile.install b/Makefile.install 15diff --git a/Makefile.install b/Makefile.install
15index 3987bcc..73d98a4 100644 16index 1def3cf..d020eef 100644
16--- a/Makefile.install 17--- a/Makefile.install
17+++ b/Makefile.install 18+++ b/Makefile.install
18@@ -9,19 +9,6 @@ LIBEXECDIR ?= $(PREFIX)/libexec 19@@ -9,19 +9,6 @@ LIBEXECDIR ?= $(PREFIX)/libexec
@@ -35,6 +36,3 @@ index 3987bcc..73d98a4 100644
35 # LIBDIR falls back to the standard path. 36 # LIBDIR falls back to the standard path.
36 LIBDIR ?= $(PREFIX)/lib 37 LIBDIR ?= $(PREFIX)/lib
37 38
38--
392.7.4
40
diff --git a/recipes-containers/criu/files/0001-criu-Fix-toolchain-hardcode.patch b/recipes-containers/criu/files/0001-criu-Fix-toolchain-hardcode.patch
index dc5b8977..d1f136c4 100644
--- a/recipes-containers/criu/files/0001-criu-Fix-toolchain-hardcode.patch
+++ b/recipes-containers/criu/files/0001-criu-Fix-toolchain-hardcode.patch
@@ -1,4 +1,4 @@
1From af679853a45fe63f680c99e70416c8ac620d23b8 Mon Sep 17 00:00:00 2001 1From c005b7a4874f55df687ff22bc425551775581421 Mon Sep 17 00:00:00 2001
2From: Mark Asselstine <mark.asselstine@windriver.com> 2From: Mark Asselstine <mark.asselstine@windriver.com>
3Date: Fri, 8 Sep 2017 15:02:14 -0400 3Date: Fri, 8 Sep 2017 15:02:14 -0400
4Subject: [PATCH] criu: Fix toolchain hardcode 4Subject: [PATCH] criu: Fix toolchain hardcode
@@ -9,6 +9,7 @@ be taken.
9Signed-off-by: Yang Shi <yang.shi@windriver.com> 9Signed-off-by: Yang Shi <yang.shi@windriver.com>
10Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> 10Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
11Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 11Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
12
12--- 13---
13 Makefile | 2 +- 14 Makefile | 2 +-
14 scripts/nmk/scripts/include.mk | 2 +- 15 scripts/nmk/scripts/include.mk | 2 +-
@@ -96,6 +97,3 @@ index 56dba84..1698821 100644
96 97
97 export RM HOSTLD LD HOSTCC CC CPP AS AR STRIP OBJCOPY OBJDUMP 98 export RM HOSTLD LD HOSTCC CC CPP AS AR STRIP OBJCOPY OBJDUMP
98 export NM SH MAKE MKDIR AWK PERL PYTHON SH CSCOPE 99 export NM SH MAKE MKDIR AWK PERL PYTHON SH CSCOPE
99--
1002.7.4
101
diff --git a/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch b/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
index ba414d96..af45db73 100644
--- a/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
+++ b/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
@@ -1,21 +1,22 @@
1From 07d9b3d0c372e45127dd51781d9564e8bee90dbe Mon Sep 17 00:00:00 2001 1From 45d74ae8a314c481398ba91a3697ffbd074cd98b Mon Sep 17 00:00:00 2001
2From: Jianchuan Wang <jianchuan.wang@windriver.com> 2From: Jianchuan Wang <jianchuan.wang@windriver.com>
3Date: Tue, 16 Aug 2016 09:42:24 +0800 3Date: Tue, 16 Aug 2016 09:42:24 +0800
4Subject: [PATCH 2/2] criu: Skip documentation install 4Subject: [PATCH] criu: Skip documentation install
5 5
6asciidoc is needed to generate CRIU documentation, so skip it in install. 6asciidoc is needed to generate CRIU documentation, so skip it in install.
7 7
8Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> 8Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
9
9--- 10---
10 Makefile.install | 2 +- 11 Makefile.install | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-) 12 1 file changed, 1 insertion(+), 1 deletion(-)
12 13
13diff --git a/Makefile.install b/Makefile.install 14diff --git a/Makefile.install b/Makefile.install
14index a30dc96..33143fb 100644 15index 3987bcc..1def3cf 100644
15--- a/Makefile.install 16--- a/Makefile.install
16+++ b/Makefile.install 17+++ b/Makefile.install
17@@ -22,7 +22,7 @@ install-tree: 18@@ -29,7 +29,7 @@ export PREFIX BINDIR SBINDIR MANDIR RUNDIR
18 .PHONY: install-tree 19 export LIBDIR INCLUDEDIR LIBEXECDIR
19 20
20 install-man: 21 install-man:
21- $(Q) $(MAKE) -C Documentation install 22- $(Q) $(MAKE) -C Documentation install
@@ -23,6 +24,3 @@ index a30dc96..33143fb 100644
23 .PHONY: install-man 24 .PHONY: install-man
24 25
25 install-lib: lib 26 install-lib: lib
26--
272.7.4
28
diff --git a/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch b/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch
index d6341da7..9361adc2 100644
--- a/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch
+++ b/recipes-containers/criu/files/fix-building-on-newest-glibc-and-kernel.patch
@@ -1,4 +1,4 @@
1From f41e386d4d40e3e26b0cfdc85a812b7edb337f1d Mon Sep 17 00:00:00 2001 1From b59947007362b53e9f41f1e5a33071dedf1c59ac Mon Sep 17 00:00:00 2001
2From: Adrian Reber <areber@redhat.com> 2From: Adrian Reber <areber@redhat.com>
3Date: Thu, 28 Sep 2017 09:13:33 +0000 3Date: Thu, 28 Sep 2017 09:13:33 +0000
4Subject: [PATCH] fix building on newest glibc and kernel 4Subject: [PATCH] fix building on newest glibc and kernel
@@ -24,12 +24,13 @@ Upstream-Status: Backport
24[https://github.com/checkpoint-restore/criu/commit/f41e386d4d40e3e26b0cfdc85a812b7edb337f1d#diff-cc847b1cc975358c6582595be92d48db] 24[https://github.com/checkpoint-restore/criu/commit/f41e386d4d40e3e26b0cfdc85a812b7edb337f1d#diff-cc847b1cc975358c6582595be92d48db]
25 25
26Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 26Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
27
27--- 28---
28 criu/cr-check.c | 2 +- 29 criu/cr-check.c | 2 +-
29 1 file changed, 1 insertion(+), 1 deletion(-) 30 1 file changed, 1 insertion(+), 1 deletion(-)
30 31
31diff --git a/criu/cr-check.c b/criu/cr-check.c 32diff --git a/criu/cr-check.c b/criu/cr-check.c
32index 5dd448b..8986ec4 100644 33index 1dd887a..93df2ab 100644
33--- a/criu/cr-check.c 34--- a/criu/cr-check.c
34+++ b/criu/cr-check.c 35+++ b/criu/cr-check.c
35@@ -21,8 +21,8 @@ 36@@ -21,8 +21,8 @@
@@ -42,6 +43,3 @@ index 5dd448b..8986ec4 100644
42 43
43 #include "../soccr/soccr.h" 44 #include "../soccr/soccr.h"
44 45
45--
462.7.4
47
diff --git a/recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch b/recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch
index c2512a0e..59e7bcbf 100644
--- a/recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch
+++ b/recipes-containers/criu/files/lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch
@@ -1,4 +1,4 @@
1From 89f9b87904bd312b817ffaa7d83abfd5e84d723d Mon Sep 17 00:00:00 2001 1From 6caf90592d61c8c45b32cb7ff76709f9326030e2 Mon Sep 17 00:00:00 2001
2From: Mark Asselstine <mark.asselstine@windriver.com> 2From: Mark Asselstine <mark.asselstine@windriver.com>
3Date: Fri, 8 Sep 2017 15:40:49 -0400 3Date: Fri, 8 Sep 2017 15:40:49 -0400
4Subject: [PATCH] lib/Makefile: overwrite install-lib, to allow multiarch 4Subject: [PATCH] lib/Makefile: overwrite install-lib, to allow multiarch
@@ -8,6 +8,7 @@ I am not sure why Yocto installs python modules in arch specific
8INSTALL_LIB. 8INSTALL_LIB.
9 9
10Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 10Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
11
11--- 12---
12 lib/Makefile | 2 +- 13 lib/Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-) 14 1 file changed, 1 insertion(+), 1 deletion(-)
@@ -25,6 +26,3 @@ index b1bb057..06f5c5d 100644
25 .PHONY: install 26 .PHONY: install
26 27
27 uninstall: 28 uninstall:
28--
292.7.4
30