diff options
author | wangmy <wangmy@fujitsu.com> | 2021-11-29 23:04:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-29 09:09:03 -0800 |
commit | 8797894b69864072a7f55d1f1d63431320d47cf5 (patch) | |
tree | 890d6060d613bc6f2e66a12f0aa418ed323ea5c1 /meta-oe | |
parent | 833c81d112dcdc3585e6076b1a5af04b8d318efe (diff) | |
download | meta-openembedded-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')
-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 7e21a0ce9..8f37a7f86 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 = " \ | |||
25 | gitsm://github.com/ostreedev/ostree;branch=main;protocol=https \ | 25 | gitsm://github.com/ostreedev/ostree;branch=main;protocol=https \ |
26 | file://run-ptest \ | 26 | file://run-ptest \ |
27 | " | 27 | " |
28 | SRCREV = "63bf5e606b24c7343bfe622bf6af2110ee6beabc" | 28 | SRCREV = "f1155c8d283c3c85d74d5e1050b0dcf8198f750a" |
29 | 29 | ||
30 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+)" | 30 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+)" |
31 | 31 | ||