aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/ostree
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-11-29 23:04:46 +0800
committerKhem Raj <raj.khem@gmail.com>2021-11-29 09:09:03 -0800
commit8797894b69864072a7f55d1f1d63431320d47cf5 (patch)
tree890d6060d613bc6f2e66a12f0aa418ed323ea5c1 /meta-oe/recipes-extended/ostree
parent833c81d112dcdc3585e6076b1a5af04b8d318efe (diff)
downloadmeta-openembedded-contrib-8797894b69864072a7f55d1f1d63431320d47cf5.tar.gz
ostree: upgrade 2021.5 -> 2021.6
Changelog: This is a bugfix release. Most of the fixes are related to warnings highlighted by gcc -fanalyzer static source analysis. Performance of pruning logic has been improved, avoiding unnecessary trips through redundant serialization (#2484). A regression has been fixed so that ostree is properly behaving again when used from the initramfs, at a point where /sysroot may not be mounted yet (#2486). A race condition related to sysroot.readonly has been addressed by directly setting up sysroot readonly in initramfs (#2187). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/ostree')
-rw-r--r--meta-oe/recipes-extended/ostree/ostree_2021.6.bb (renamed from meta-oe/recipes-extended/ostree/ostree_2021.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.5.bb b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
index 7e21a0ce90..8f37a7f86f 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2021.5.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb
@@ -25,7 +25,7 @@ SRC_URI = " \
gitsm://github.com/ostreedev/ostree;branch=main;protocol=https \
file://run-ptest \
"
-SRCREV = "63bf5e606b24c7343bfe622bf6af2110ee6beabc"
+SRCREV = "f1155c8d283c3c85d74d5e1050b0dcf8198f750a"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+)"