summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-01-27 10:05:04 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-01-27 10:32:06 -0500
commit211918936180a0b2a5af770bd5c52025d34221db (patch)
treec287191137cdb79fc17139e81472db3cede9d631 /recipes-containers/lxc
parent37a5ce007823cfc98a9906f2a50f484d8f28f584 (diff)
downloadmeta-virtualization-211918936180a0b2a5af770bd5c52025d34221db.tar.gz
treewide: bulk update patches with status field
While the insane.bbclass upstream-status check hasn't been made default, users of meta-virtualization may have it enabled in their distros .. so the effect is the same. We must have this tracking tag in out patches. This is a bulk update to add the tag and silence the QA message. As packages get updated, the normal/routine process of checking the patches will continue, and the status fields may (or may not) get more useful. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/lxc')
-rw-r--r--recipes-containers/lxc/files/0001-download-don-t-try-compatbility-index.patch2
-rw-r--r--recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch2
-rw-r--r--recipes-containers/lxc/files/template-make-busybox-template-compatible-with-core-.patch2
-rw-r--r--recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch2
-rw-r--r--recipes-containers/lxc/files/tests-our-init-is-not-busybox.patch2
5 files changed, 10 insertions, 0 deletions
diff --git a/recipes-containers/lxc/files/0001-download-don-t-try-compatbility-index.patch b/recipes-containers/lxc/files/0001-download-don-t-try-compatbility-index.patch
index fee3b61a..a1e5fb67 100644
--- a/recipes-containers/lxc/files/0001-download-don-t-try-compatbility-index.patch
+++ b/recipes-containers/lxc/files/0001-download-don-t-try-compatbility-index.patch
@@ -7,6 +7,8 @@ This is being mistaken for a valid, non compat index .. and we never
7try for the one that exists (the index without a compatibility 7try for the one that exists (the index without a compatibility
8extension). So we just drop the compat try for now. 8extension). So we just drop the compat try for now.
9 9
10Upstream-Status: Inappropriate [embedded specific]
11
10Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> 12Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
11--- 13---
12 templates/lxc-download.in | 8 ++------ 14 templates/lxc-download.in | 8 ++------
diff --git a/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch b/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch
index 6702b69e..ea7bee9b 100644
--- a/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch
+++ b/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch
@@ -3,6 +3,8 @@ From: Bogdan Purcareata <bogdan.purcareata@freescale.com>
3Date: Mon, 8 Apr 2013 18:30:19 +0300 3Date: Mon, 8 Apr 2013 18:30:19 +0300
4Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template 4Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template
5 5
6Upstream-Status: Inappropriate [embedded specific]
7
6--- 8---
7 templates/lxc-busybox.in | 1 - 9 templates/lxc-busybox.in | 1 -
8 1 file changed, 1 deletion(-) 10 1 file changed, 1 deletion(-)
diff --git a/recipes-containers/lxc/files/template-make-busybox-template-compatible-with-core-.patch b/recipes-containers/lxc/files/template-make-busybox-template-compatible-with-core-.patch
index 56ff2f07..1970fdd2 100644
--- a/recipes-containers/lxc/files/template-make-busybox-template-compatible-with-core-.patch
+++ b/recipes-containers/lxc/files/template-make-busybox-template-compatible-with-core-.patch
@@ -16,6 +16,8 @@ changes here to at least have the template work with
16core-image-minimal to be able to demonstrate that it can work as well 16core-image-minimal to be able to demonstrate that it can work as well
17as to have it available for the ptests. 17as to have it available for the ptests.
18 18
19Upstream-Status: Inappropriate [embedded specific]
20
19Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 21Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
20 22
21--- 23---
diff --git a/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch b/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch
index 3c96c5e0..ff5c5f65 100644
--- a/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch
+++ b/recipes-containers/lxc/files/templates-use-curl-instead-of-wget.patch
@@ -5,6 +5,8 @@ Subject: [PATCH] download: Use curl instead of wget
5 5
6When curl's MIT license is preferable to wget's GPLv3. 6When curl's MIT license is preferable to wget's GPLv3.
7 7
8Upstream-Status: Inappropriate [embedded specific]
9
8Signed-off-by: Joakim Roubert <joakimr@axis.com> 10Signed-off-by: Joakim Roubert <joakimr@axis.com>
9Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> 11Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
10Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> 12Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
diff --git a/recipes-containers/lxc/files/tests-our-init-is-not-busybox.patch b/recipes-containers/lxc/files/tests-our-init-is-not-busybox.patch
index e5a8011e..3a4855c8 100644
--- a/recipes-containers/lxc/files/tests-our-init-is-not-busybox.patch
+++ b/recipes-containers/lxc/files/tests-our-init-is-not-busybox.patch
@@ -8,6 +8,8 @@ template) we can't compare '/sbin/init' and 'busybox'. Actually we are
8really only interested in the fact 'cmp' is being run and not the 8really only interested in the fact 'cmp' is being run and not the
9result, so simplify by comparing '/sbin/init' to itself. 9result, so simplify by comparing '/sbin/init' to itself.
10 10
11Upstream-Status: Inappropriate [embedded specific]
12
11Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 13Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
12 14
13--- 15---