diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-05-31 17:08:04 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-03 23:26:51 -0400 |
commit | 0d7cfe86600b0306af97578b16ec7ca264ea1346 (patch) | |
tree | 64c2f8eb8285a75592a6c657691d113525335e44 /recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch | |
parent | 4987f02577432e518e627c2c139c378b8b6a9678 (diff) | |
download | meta-virtualization-0d7cfe86600b0306af97578b16ec7ca264ea1346.tar.gz |
lxc: uprev to v3.0.0
Update to the latest lxc release. This requires some minor patch
updates (fuzz and offset, not content) along with dropping a no longer
needed fix for gcc7 (gcc 7.3 is everywhere and is patched).
The ptests were already busted before the uprev so I was not able to
run them but I will follow up with a fix for this. I did run against
our usual usecases 'lxc-create', 'lxc-console', 'lxc-ls',
'lxc-destroy', 'lxc-start', 'lxc-execute', 'lxc-attach'... and there
were no issues (outcomes matched v2.0.8).
Signed-off-by: Mark Asselstine <mark.asselstine@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 | 6 |
1 files changed, 3 insertions, 3 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 723be277..07a12ff7 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 | |||
@@ -11,14 +11,14 @@ diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in | |||
11 | index cb425ec..bb8c951 100644 | 11 | index cb425ec..bb8c951 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 | @@ -84,7 +84,6 @@ EOF | 14 | @@ -111,7 +111,6 @@ EOF |
15 | #!/bin/sh | 15 | #!/bin/sh |
16 | /bin/syslogd | 16 | /bin/syslogd |
17 | /bin/mount -a | 17 | /bin/mount -a |
18 | -/bin/udhcpc | 18 | -/bin/udhcpc |
19 | EOF | 19 | EOF |
20 | 20 | ||
21 | # executable | 21 | # executable |
22 | -- | 22 | --- |
23 | 1.7.11.7 | 23 | 1.7.11.7 |
24 | 24 | ||