diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-27 10:05:04 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-27 10:32:06 -0500 |
| commit | 211918936180a0b2a5af770bd5c52025d34221db (patch) | |
| tree | c287191137cdb79fc17139e81472db3cede9d631 /recipes-containers/lxc | |
| parent | 37a5ce007823cfc98a9906f2a50f484d8f28f584 (diff) | |
| download | meta-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')
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 | |||
| 7 | try for the one that exists (the index without a compatibility | 7 | try for the one that exists (the index without a compatibility |
| 8 | extension). So we just drop the compat try for now. | 8 | extension). So we just drop the compat try for now. |
| 9 | 9 | ||
| 10 | Upstream-Status: Inappropriate [embedded specific] | ||
| 11 | |||
| 10 | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | 12 | Signed-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> | |||
| 3 | Date: Mon, 8 Apr 2013 18:30:19 +0300 | 3 | Date: Mon, 8 Apr 2013 18:30:19 +0300 |
| 4 | Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template | 4 | Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template |
| 5 | 5 | ||
| 6 | Upstream-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 | |||
| 16 | core-image-minimal to be able to demonstrate that it can work as well | 16 | core-image-minimal to be able to demonstrate that it can work as well |
| 17 | as to have it available for the ptests. | 17 | as to have it available for the ptests. |
| 18 | 18 | ||
| 19 | Upstream-Status: Inappropriate [embedded specific] | ||
| 20 | |||
| 19 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | 21 | Signed-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 | ||
| 6 | When curl's MIT license is preferable to wget's GPLv3. | 6 | When curl's MIT license is preferable to wget's GPLv3. |
| 7 | 7 | ||
| 8 | Upstream-Status: Inappropriate [embedded specific] | ||
| 9 | |||
| 8 | Signed-off-by: Joakim Roubert <joakimr@axis.com> | 10 | Signed-off-by: Joakim Roubert <joakimr@axis.com> |
| 9 | Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> | 11 | Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> |
| 10 | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | 12 | Signed-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 | |||
| 8 | really only interested in the fact 'cmp' is being run and not the | 8 | really only interested in the fact 'cmp' is being run and not the |
| 9 | result, so simplify by comparing '/sbin/init' to itself. | 9 | result, so simplify by comparing '/sbin/init' to itself. |
| 10 | 10 | ||
| 11 | Upstream-Status: Inappropriate [embedded specific] | ||
| 12 | |||
| 11 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | 13 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> |
| 12 | 14 | ||
| 13 | --- | 15 | --- |
