From 8797894b69864072a7f55d1f1d63431320d47cf5 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 29 Nov 2021 23:04:46 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../ostree/{ostree_2021.5.bb => ostree_2021.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/ostree/{ostree_2021.5.bb => ostree_2021.6.bb} (99%) diff --git a/meta-oe/recipes-extended/ostree/ostree_2021.5.bb b/meta-oe/recipes-extended/ostree/ostree_2021.6.bb similarity index 99% rename from meta-oe/recipes-extended/ostree/ostree_2021.5.bb rename to 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\d+\.\d+)"