diff options
author | Mingli Yu <Mingli.Yu@windriver.com> | 2018-10-22 16:12:51 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-10-22 04:41:50 -0400 |
commit | 87526423d572b435002f54c6e9e28e4591c53447 (patch) | |
tree | ffed2d291a84427256d6a47677977186bf38ef02 /recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch | |
parent | ce8f6fe10682d85f7e26ceb3e8ccbc6e01d2b869 (diff) | |
download | meta-virtualization-87526423d572b435002f54c6e9e28e4591c53447.tar.gz |
lxc: Upgrade to 3.0.2
* Refresh patch to avoid fuzz warnings
* Update to 3.0.2 as lxc-destroy failed when
system boot in nfs rootfs in lxc 3.0.1 as below:
# lxc-destroy -n test9
lxc-destroy: test9: utils.c: _recursive_rmdir: 149 Failed to delete /var/lib/lxc/test9
lxc-destroy: test9: lxccontainer.c: container_destroy: 2946 Failed to destroy directory "/var/lib/lxc/test9" for "test9"
Destroying test9 failed
Update to 3.0.2 to fix the above issue
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch')
-rw-r--r-- | recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch | 7 |
1 files changed, 2 insertions, 5 deletions
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 07a12ff7..85177c8f 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 | |||
@@ -1,4 +1,4 @@ | |||
1 | From d7e07e7acb1cbad33806f49143a2a30b4468c369 Mon Sep 17 00:00:00 2001 | 1 | From 74efbe7f47379375c51948dd0f86248fb9429a1b Mon Sep 17 00:00:00 2001 |
2 | From: Bogdan Purcareata <bogdan.purcareata@freescale.com> | 2 | 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 |
@@ -8,7 +8,7 @@ Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template | |||
8 | 1 file changed, 1 deletion(-) | 8 | 1 file changed, 1 deletion(-) |
9 | 9 | ||
10 | diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in | 10 | diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in |
11 | index cb425ec..bb8c951 100644 | 11 | index 7243b36..9637a71 100644 |
12 | --- a/templates/lxc-busybox.in | 12 | --- a/templates/lxc-busybox.in |
13 | +++ b/templates/lxc-busybox.in | 13 | +++ b/templates/lxc-busybox.in |
14 | @@ -111,7 +111,6 @@ EOF | 14 | @@ -111,7 +111,6 @@ EOF |
@@ -19,6 +19,3 @@ index cb425ec..bb8c951 100644 | |||
19 | EOF | 19 | EOF |
20 | 20 | ||
21 | # executable | 21 | # executable |
22 | --- | ||
23 | 1.7.11.7 | ||
24 | |||