mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
criu: patch cleanups
Adding Upstream-Status and reformatting some of the long logs. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
a7bba8abf1
commit
769cf8be74
|
@ -7,6 +7,8 @@ Rather than using heavy handed pip (which requires network access to
|
||||||
fetch the index), mimic what we do in python_pep517.bbclass do_compile
|
fetch the index), mimic what we do in python_pep517.bbclass do_compile
|
||||||
and do_install for both crit/ and lib/pycriu
|
and do_install for both crit/ and lib/pycriu
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [oe specific]
|
||||||
|
|
||||||
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
|
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
|
||||||
---
|
---
|
||||||
crit/Makefile | 8 ++++++--
|
crit/Makefile | 8 ++++++--
|
||||||
|
|
|
@ -3,6 +3,8 @@ From: Tim Orling <tim.orling@konsulko.com>
|
||||||
Date: Sat, 2 Mar 2024 13:47:46 -0800
|
Date: Sat, 2 Mar 2024 13:47:46 -0800
|
||||||
Subject: [PATCH] pycriu: attr pycriu.version.__version__
|
Subject: [PATCH] pycriu: attr pycriu.version.__version__
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [oe specific]
|
||||||
|
|
||||||
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
|
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
|
||||||
---
|
---
|
||||||
lib/pyproject.toml | 2 +-
|
lib/pyproject.toml | 2 +-
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
Upstream-Status: Backport [https://github.com/checkpoint-restore/criu/commit/517c0947]
|
build: integrate build fix
|
||||||
|
|
||||||
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
|
||||||
|
|
||||||
|
[
|
||||||
From 517c0947050e63aac72f63a3bf373d76264723b9 Mon Sep 17 00:00:00 2001
|
From 517c0947050e63aac72f63a3bf373d76264723b9 Mon Sep 17 00:00:00 2001
|
||||||
From: Radostin Stoyanov <rstoyanov@fedoraproject.org>
|
From: Radostin Stoyanov <rstoyanov@fedoraproject.org>
|
||||||
Date: Wed, 24 Aug 2022 21:20:30 +0200
|
Date: Wed, 24 Aug 2022 21:20:30 +0200
|
||||||
|
@ -73,6 +72,11 @@ sys/mount.h includes ifndef check for FSOPEN_CLOEXEC surrounding `enum fsconfig_
|
||||||
|
|
||||||
Reported-by: Younes Manton (@ymanton)
|
Reported-by: Younes Manton (@ymanton)
|
||||||
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
|
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
|
||||||
|
]
|
||||||
|
|
||||||
|
Upstream-Status: Backport [https://github.com/checkpoint-restore/criu/commit/517c0947]
|
||||||
|
|
||||||
|
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||||
---
|
---
|
||||||
criu/include/linux/mount.h | 10 ++++++++--
|
criu/include/linux/mount.h | 10 ++++++++--
|
||||||
1 file changed, 8 insertions(+), 2 deletions(-)
|
1 file changed, 8 insertions(+), 2 deletions(-)
|
||||||
|
|
|
@ -5,6 +5,8 @@ Subject: [PATCH] pycriu: --skip-dependency-check during build
|
||||||
|
|
||||||
It complains about needing protobuf<4, python3-protobuf is 4.25 in meta-python
|
It complains about needing protobuf<4, python3-protobuf is 4.25 in meta-python
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [oe specific]
|
||||||
|
|
||||||
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
|
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
|
||||||
---
|
---
|
||||||
lib/Makefile | 4 ++--
|
lib/Makefile | 4 ++--
|
||||||
|
|
Loading…
Reference in New Issue
Block a user