diff options
9 files changed, 28 insertions, 27 deletions
diff --git a/recipes-containers/lxc/files/logs-optionally-use-base-filenames-to-report-src-fil.patch b/recipes-containers/lxc/files/logs-optionally-use-base-filenames-to-report-src-fil.patch index 648193b4..a8c76bc8 100644 --- a/recipes-containers/lxc/files/logs-optionally-use-base-filenames-to-report-src-fil.patch +++ b/recipes-containers/lxc/files/logs-optionally-use-base-filenames-to-report-src-fil.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From c50ddb2b2cf22a29e4c671b1efbd338eeba694aa Mon Sep 17 00:00:00 2001 | 1 | From 0cfa202f5d96a35692f063f35bf4706f310b17e4 Mon Sep 17 00:00:00 2001 |
2 | From: Jim Somerville <Jim.Somerville@windriver.com> | 2 | From: Jim Somerville <Jim.Somerville@windriver.com> |
3 | Date: Fri, 25 Sep 2015 15:08:17 -0400 | 3 | Date: Fri, 25 Sep 2015 15:08:17 -0400 |
4 | Subject: [PATCH] logs: optionally use base filenames to report src files | 4 | Subject: [PATCH] logs: optionally use base filenames to report src files |
@@ -30,11 +30,11 @@ Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> | |||
30 | 2 files changed, 14 insertions(+) | 30 | 2 files changed, 14 insertions(+) |
31 | 31 | ||
32 | diff --git a/configure.ac b/configure.ac | 32 | diff --git a/configure.ac b/configure.ac |
33 | index 74b976a..9c561f7 100644 | 33 | index a3272e9..a2d4c29 100644 |
34 | --- a/configure.ac | 34 | --- a/configure.ac |
35 | +++ b/configure.ac | 35 | +++ b/configure.ac |
36 | @@ -356,6 +356,15 @@ AC_ARG_ENABLE([examples], | 36 | @@ -378,6 +378,15 @@ AC_ARG_ENABLE([examples], |
37 | [], [enable_examples=yes]) | 37 | [enable_examples=$enableval], [enable_examples=yes]) |
38 | AM_CONDITIONAL([ENABLE_EXAMPLES], [test "x$enable_examples" = "xyes"]) | 38 | AM_CONDITIONAL([ENABLE_EXAMPLES], [test "x$enable_examples" = "xyes"]) |
39 | 39 | ||
40 | +# Enable basenames in the logs for source files | 40 | +# Enable basenames in the logs for source files |
@@ -48,12 +48,12 @@ index 74b976a..9c561f7 100644 | |||
48 | + | 48 | + |
49 | # Enable dumping stack traces | 49 | # Enable dumping stack traces |
50 | AC_ARG_ENABLE([mutex-debugging], | 50 | AC_ARG_ENABLE([mutex-debugging], |
51 | [AC_HELP_STRING([--enable-mutex-debugging], [Makes mutexes to report error and provide stack trace [default=no]])], | 51 | [AS_HELP_STRING([--enable-mutex-debugging], [Makes mutexes to report error and provide stack trace [default=no]])], |
52 | diff --git a/src/lxc/log.h b/src/lxc/log.h | 52 | diff --git a/src/lxc/log.h b/src/lxc/log.h |
53 | index 4654fd9..6885d78 100644 | 53 | index d280656..62cbf4f 100644 |
54 | --- a/src/lxc/log.h | 54 | --- a/src/lxc/log.h |
55 | +++ b/src/lxc/log.h | 55 | +++ b/src/lxc/log.h |
56 | @@ -77,8 +77,13 @@ struct lxc_log_locinfo { | 56 | @@ -47,8 +47,13 @@ struct lxc_log_locinfo { |
57 | int line; | 57 | int line; |
58 | }; | 58 | }; |
59 | 59 | ||
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 85177c8f..6702b69e 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 74efbe7f47379375c51948dd0f86248fb9429a1b Mon Sep 17 00:00:00 2001 | 1 | From 8227e720438ff0bdfe45d7307de85f660e491d49 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,10 +8,10 @@ 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 7243b36..9637a71 100644 | 11 | index 1a8618b..8ba7cfe 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 | @@ -120,7 +120,6 @@ EOF |
15 | #!/bin/sh | 15 | #!/bin/sh |
16 | /bin/syslogd | 16 | /bin/syslogd |
17 | /bin/mount -a | 17 | /bin/mount -a |
diff --git a/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch b/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch index 085ffe80..be5dddf1 100644 --- a/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch +++ b/recipes-containers/lxc/files/lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 5190dce1a675dfcdf88e3b94bd48070ac180bacc Mon Sep 17 00:00:00 2001 | 1 | From 85d1e77acbfde2aa1045cfda877a91a9e57c405d Mon Sep 17 00:00:00 2001 |
2 | From: Jim Somerville <Jim.Somerville@windriver.com> | 2 | From: Jim Somerville <Jim.Somerville@windriver.com> |
3 | Date: Tue, 11 Aug 2015 14:05:00 -0400 | 3 | Date: Tue, 11 Aug 2015 14:05:00 -0400 |
4 | Subject: [PATCH] lxc: doc: upgrade to use docbook 3.1 DTD | 4 | Subject: [PATCH] lxc: doc: upgrade to use docbook 3.1 DTD |
@@ -15,10 +15,10 @@ Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> | |||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
16 | 16 | ||
17 | diff --git a/configure.ac b/configure.ac | 17 | diff --git a/configure.ac b/configure.ac |
18 | index 1acc461..74b976a 100644 | 18 | index 90a4bd4..a3272e9 100644 |
19 | --- a/configure.ac | 19 | --- a/configure.ac |
20 | +++ b/configure.ac | 20 | +++ b/configure.ac |
21 | @@ -213,7 +213,7 @@ AM_CONDITIONAL([ENABLE_DOCBOOK], [test "x$db2xman" != "x"]) | 21 | @@ -227,7 +227,7 @@ AM_CONDITIONAL([ENABLE_DOCBOOK], [test "x$db2xman" != "x"]) |
22 | AM_CONDITIONAL([USE_DOCBOOK2X], [test "x$db2xman" != "xdocbook2man"]) | 22 | AM_CONDITIONAL([USE_DOCBOOK2X], [test "x$db2xman" != "xdocbook2man"]) |
23 | 23 | ||
24 | if test "x$db2xman" = "xdocbook2man"; then | 24 | if test "x$db2xman" = "xdocbook2man"; then |
diff --git a/recipes-containers/lxc/files/lxc-fix-B-S.patch b/recipes-containers/lxc/files/lxc-fix-B-S.patch index 6b09193a..cd8f81d0 100644 --- a/recipes-containers/lxc/files/lxc-fix-B-S.patch +++ b/recipes-containers/lxc/files/lxc-fix-B-S.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 2fa77a1803939de2d155a14cf680b53140b92f06 Mon Sep 17 00:00:00 2001 | 1 | From 1cdadc8d6f7ccaf398a95af920b7c49514ee62ef Mon Sep 17 00:00:00 2001 |
2 | From: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> | 2 | From: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> |
3 | Date: Thu, 9 Apr 2015 23:01:48 +0300 | 3 | Date: Thu, 9 Apr 2015 23:01:48 +0300 |
4 | 4 | ||
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 e4bb72a0..56ff2f07 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 | |||
@@ -1,4 +1,4 @@ | |||
1 | From 3a7112a38d2c44b6fa49e0da1dc4765defd88dbb Mon Sep 17 00:00:00 2001 | 1 | From 96bf043ec0ed93613036c324174c149655cf52be Mon Sep 17 00:00:00 2001 |
2 | From: Mark Asselstine <mark.asselstine@windriver.com> | 2 | From: Mark Asselstine <mark.asselstine@windriver.com> |
3 | Date: Thu, 31 May 2018 11:44:44 -0400 | 3 | Date: Thu, 31 May 2018 11:44:44 -0400 |
4 | Subject: [PATCH] template: make busybox template compatible with | 4 | Subject: [PATCH] template: make busybox template compatible with |
@@ -23,10 +23,10 @@ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | |||
23 | 1 file changed, 13 insertions(+), 3 deletions(-) | 23 | 1 file changed, 13 insertions(+), 3 deletions(-) |
24 | 24 | ||
25 | diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in | 25 | diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in |
26 | index 9637a71..45b386f 100644 | 26 | index 8ba7cfe..effdb73 100644 |
27 | --- a/templates/lxc-busybox.in | 27 | --- a/templates/lxc-busybox.in |
28 | +++ b/templates/lxc-busybox.in | 28 | +++ b/templates/lxc-busybox.in |
29 | @@ -181,6 +181,19 @@ configure_busybox() | 29 | @@ -194,6 +194,19 @@ configure_busybox() |
30 | return 1 | 30 | return 1 |
31 | fi | 31 | fi |
32 | 32 | ||
@@ -46,7 +46,7 @@ index 9637a71..45b386f 100644 | |||
46 | # symlink busybox for the commands it supports | 46 | # symlink busybox for the commands it supports |
47 | # it would be nice to just use "chroot $rootfs busybox --install -s /bin" | 47 | # it would be nice to just use "chroot $rootfs busybox --install -s /bin" |
48 | # but that only works right in a chroot with busybox >= 1.19.0 | 48 | # but that only works right in a chroot with busybox >= 1.19.0 |
49 | @@ -189,9 +202,6 @@ configure_busybox() | 49 | @@ -202,9 +215,6 @@ configure_busybox() |
50 | ./busybox --list | grep -v busybox | xargs -n1 ln -s busybox | 50 | ./busybox --list | grep -v busybox | xargs -n1 ln -s busybox |
51 | ) | 51 | ) |
52 | 52 | ||
diff --git a/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch b/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch index 756cddc3..522aab7c 100644 --- a/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch +++ b/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 68b0dd97130ffc5776de9219a42188b4a140d446 Mon Sep 17 00:00:00 2001 | 1 | From 7c1c597592694d1f3e652657b1cc642a8990f8a0 Mon Sep 17 00:00:00 2001 |
2 | From: Mark Asselstine <mark.asselstine@windriver.com> | 2 | From: Mark Asselstine <mark.asselstine@windriver.com> |
3 | Date: Thu, 31 May 2018 16:21:45 -0400 | 3 | Date: Thu, 31 May 2018 16:21:45 -0400 |
4 | Subject: [PATCH] templates: actually create DOWNLOAD_TEMP directory | 4 | Subject: [PATCH] templates: actually create DOWNLOAD_TEMP directory |
@@ -23,10 +23,10 @@ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | |||
23 | 1 file changed, 1 insertion(+), 1 deletion(-) | 23 | 1 file changed, 1 insertion(+), 1 deletion(-) |
24 | 24 | ||
25 | diff --git a/templates/lxc-download.in b/templates/lxc-download.in | 25 | diff --git a/templates/lxc-download.in b/templates/lxc-download.in |
26 | index 973783b..015a679 100644 | 26 | index 58d063f..d7e6128 100644 |
27 | --- a/templates/lxc-download.in | 27 | --- a/templates/lxc-download.in |
28 | +++ b/templates/lxc-download.in | 28 | +++ b/templates/lxc-download.in |
29 | @@ -323,7 +323,7 @@ elif [ -n "${DOWNLOAD_TEMP}" ]; then | 29 | @@ -329,7 +329,7 @@ elif [ -n "${DOWNLOAD_TEMP}" ]; then |
30 | mkdir -p "${DOWNLOAD_TEMP}" | 30 | mkdir -p "${DOWNLOAD_TEMP}" |
31 | DOWNLOAD_TEMP="$(mktemp -p ${DOWNLOAD_TEMP} -d)" | 31 | DOWNLOAD_TEMP="$(mktemp -p ${DOWNLOAD_TEMP} -d)" |
32 | else | 32 | else |
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 4b185bf0..156df82f 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 | |||
@@ -1,4 +1,4 @@ | |||
1 | From dd7b0a2e4542c352456747a45d7eeb11e9fdec26 Mon Sep 17 00:00:00 2001 | 1 | From 07890dd8ffdcd08b7be1ddbd9f56ac55482c76bb Mon Sep 17 00:00:00 2001 |
2 | From: Joakim Roubert <joakimr@axis.com> | 2 | From: Joakim Roubert <joakimr@axis.com> |
3 | Date: Fri, 16 Aug 2019 07:52:48 +0200 | 3 | Date: Fri, 16 Aug 2019 07:52:48 +0200 |
4 | Subject: [PATCH] Use curl instead of wget | 4 | Subject: [PATCH] Use curl instead of wget |
@@ -7,12 +7,13 @@ When curl's MIT license is preferable to wget's GPLv3. | |||
7 | 7 | ||
8 | Change-Id: I4684ae7569704514fdcc63e0655c556efcaf44f8 | 8 | Change-Id: I4684ae7569704514fdcc63e0655c556efcaf44f8 |
9 | Signed-off-by: Joakim Roubert <joakimr@axis.com> | 9 | Signed-off-by: Joakim Roubert <joakimr@axis.com> |
10 | |||
10 | --- | 11 | --- |
11 | templates/lxc-download.in | 10 +++++----- | 12 | templates/lxc-download.in | 10 +++++----- |
12 | 1 file changed, 5 insertions(+), 5 deletions(-) | 13 | 1 file changed, 5 insertions(+), 5 deletions(-) |
13 | 14 | ||
14 | diff --git a/templates/lxc-download.in b/templates/lxc-download.in | 15 | diff --git a/templates/lxc-download.in b/templates/lxc-download.in |
15 | index b70daaf..9526eae 100644 | 16 | index d7e6128..8a4b567 100644 |
16 | --- a/templates/lxc-download.in | 17 | --- a/templates/lxc-download.in |
17 | +++ b/templates/lxc-download.in | 18 | +++ b/templates/lxc-download.in |
18 | @@ -74,9 +74,9 @@ cleanup() { | 19 | @@ -74,9 +74,9 @@ cleanup() { |
@@ -38,7 +39,7 @@ index b70daaf..9526eae 100644 | |||
38 | if [ "$3" = "noexit" ]; then | 39 | if [ "$3" = "noexit" ]; then |
39 | return 1 | 40 | return 1 |
40 | else | 41 | else |
41 | @@ -266,7 +266,7 @@ while :; do | 42 | @@ -271,7 +271,7 @@ while :; do |
42 | done | 43 | done |
43 | 44 | ||
44 | # Check for required binaries | 45 | # Check for required binaries |
diff --git a/recipes-containers/lxc/files/tests-add-no-validate-when-using-download-template.patch b/recipes-containers/lxc/files/tests-add-no-validate-when-using-download-template.patch index abddef6e..8caeb2ba 100644 --- a/recipes-containers/lxc/files/tests-add-no-validate-when-using-download-template.patch +++ b/recipes-containers/lxc/files/tests-add-no-validate-when-using-download-template.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 1b334bdaf598600314a678509a702728721001a2 Mon Sep 17 00:00:00 2001 | 1 | From 1c2506434e744d8c6a86e42c9d8bae4cde7553f6 Mon Sep 17 00:00:00 2001 |
2 | From: Mark Asselstine <mark.asselstine@windriver.com> | 2 | From: Mark Asselstine <mark.asselstine@windriver.com> |
3 | Date: Thu, 31 May 2018 15:14:26 -0400 | 3 | Date: Thu, 31 May 2018 15:14:26 -0400 |
4 | Subject: [PATCH] tests: add '--no-validate' when using download template | 4 | Subject: [PATCH] tests: add '--no-validate' when using download template |
@@ -19,7 +19,7 @@ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | |||
19 | 5 files changed, 5 insertions(+), 5 deletions(-) | 19 | 5 files changed, 5 insertions(+), 5 deletions(-) |
20 | 20 | ||
21 | diff --git a/src/tests/lxc-test-apparmor-mount b/src/tests/lxc-test-apparmor-mount | 21 | diff --git a/src/tests/lxc-test-apparmor-mount b/src/tests/lxc-test-apparmor-mount |
22 | index 56d598f..573cff8 100755 | 22 | index d21c948..9e1969b 100755 |
23 | --- a/src/tests/lxc-test-apparmor-mount | 23 | --- a/src/tests/lxc-test-apparmor-mount |
24 | +++ b/src/tests/lxc-test-apparmor-mount | 24 | +++ b/src/tests/lxc-test-apparmor-mount |
25 | @@ -169,7 +169,7 @@ if [ -f /etc/lsb-release ]; then | 25 | @@ -169,7 +169,7 @@ if [ -f /etc/lsb-release ]; then |
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 e6c71d3d..e5a8011e 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 | |||
@@ -1,4 +1,4 @@ | |||
1 | From 51d88d9741c30ff4a798698514cac831ae61680b Mon Sep 17 00:00:00 2001 | 1 | From 06b2a3054b9526c89d5abc314c7d7cda35ddb6a5 Mon Sep 17 00:00:00 2001 |
2 | From: Mark Asselstine <mark.asselstine@windriver.com> | 2 | From: Mark Asselstine <mark.asselstine@windriver.com> |
3 | Date: Thu, 31 May 2018 15:00:34 -0400 | 3 | Date: Thu, 31 May 2018 15:00:34 -0400 |
4 | Subject: [PATCH] tests: our init is not busybox | 4 | Subject: [PATCH] tests: our init is not busybox |