summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-11-28 14:49:45 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-11-29 12:05:18 -0500
commit885e8770585d4010f19a5b462764e8cc8455c2fd (patch)
treeb28df8a9b1ed27990dfc14fc662161fb1f2dbc97
parent4ef7f8b758a5c5f105cdf5724e4cf567f968867f (diff)
downloadmeta-virtualization-885e8770585d4010f19a5b462764e8cc8455c2fd.tar.gz
lxc: uprev from 3.0.2 to 3.0.3
Update to the just released v3.0.3. This release is a collection of minor changes, bug fixes, logging updates, documentation cleanup, code cleanup and some new tests. We have an improved outlook as far as ptests is concerned as well: ### Starting LXC ptest ### FAIL: lxc-test-api-reboot SKIPPED: lxc-test-apparmor PASS: lxc-test-attach PASS: lxc-test-automount FAIL: lxc-test-autostart PASS: lxc-test-basic PASS: lxc-test-cgpath PASS: lxc-test-cloneconfig PASS: lxc-test-clonetest PASS: lxc-test-concurrent PASS: lxc-test-config-jump-table PASS: lxc-test-console PASS: lxc-test-console-log PASS: lxc-test-containertests PASS: lxc-test-createconfig PASS: lxc-test-createtest PASS: lxc-test-criu-check-feature PASS: lxc-test-destroytest PASS: lxc-test-device-add-remove PASS: lxc-test-get_item PASS: lxc-test-getkeys PASS: lxc-test-list PASS: lxc-test-locktests PASS: lxc-test-lxcpath PASS: lxc-test-may-control FAIL: lxc-test-no-new-privs PASS: lxc-test-parse-config-file PASS: lxc-test-raw-clone PASS: lxc-test-reboot PASS: lxc-test-rootfs PASS: lxc-test-saveconfig PASS: lxc-test-share-ns PASS: lxc-test-shortlived SKIPPED: lxc-test-shutdowntest PASS: lxc-test-snapshot PASS: lxc-test-startone SKIPPED: lxc-test-state-server PASS: lxc-test-utils Results: PASSED = 32 FAILED = 3 SKIPPED = 3 (for details check individual test log in ./logs directory) ### LXC ptest complete ### Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
-rw-r--r--recipes-containers/lxc/lxc_3.0.3.bb (renamed from recipes-containers/lxc/lxc_3.0.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_3.0.2.bb b/recipes-containers/lxc/lxc_3.0.3.bb
index 9bb28663..f3924e46 100644
--- a/recipes-containers/lxc/lxc_3.0.2.bb
+++ b/recipes-containers/lxc/lxc_3.0.3.bb
@@ -48,8 +48,8 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
48 file://lxc-net \ 48 file://lxc-net \
49 " 49 "
50 50
51SRC_URI[md5sum] = "72e2f1e718c7ddf3ffa9b18ec0328d8f" 51SRC_URI[md5sum] = "0aa1a982f7dfa4c7b8ce87b7047b0b6e"
52SRC_URI[sha256sum] = "6ab7117b17066220da450c55ed77953998cf2336d415143b879554364af12f5c" 52SRC_URI[sha256sum] = "620cb832cc02c63bf4d330657bf6176544e145da281ee384a34d689635a19841"
53 53
54S = "${WORKDIR}/${BPN}-${PV}" 54S = "${WORKDIR}/${BPN}-${PV}"
55 55