diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-18 17:29:32 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:12 -0800 |
commit | 3172c415d55450d90f1522d939f761fc6dc4e446 (patch) | |
tree | 34b7335d2fd0266f2c179127826403023c401ef6 | |
parent | 873515c6bd993d9077ff5dcd6d3181e1d105277a (diff) | |
download | meta-openembedded-3172c415d55450d90f1522d939f761fc6dc4e446.tar.gz |
ostree: upgrade 2024.8 -> 2024.9
Changelog:
===========
- deploy: Don't recompute verity checksums if not enabled
- prepare-root: allow sysroot.readonly=true with kernel cmdline ro
- rust-bindings: Fix readthedocs.io link
- curl: Add more assertions for curl return values
- checkout: Add commentary around whiteout "quoting"
- commit: Give a better error message for unhandled file type
- deploy: Don't copy xattrs for devicetree
- tests: Skip checking for immutable bit on composefs
- tests: Work around GPG 2.2.45 error behaviour when revoking an expired key
- checkout: Only verify digest if repo requires fsverity
- prepare-root: Fix composefs docs
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/ostree/ostree_2024.9.bb (renamed from meta-oe/recipes-extended/ostree/ostree_2024.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.8.bb b/meta-oe/recipes-extended/ostree/ostree_2024.9.bb index 4fd7a14178..863d8e46a5 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2024.8.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2024.9.bb | |||
@@ -22,7 +22,7 @@ GITHUB_BASE_URI = "https://github.com/ostreedev/ostree/releases" | |||
22 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \ | 22 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \ |
23 | file://run-ptest \ | 23 | file://run-ptest \ |
24 | " | 24 | " |
25 | SRC_URI[sha256sum] = "e2136e116669f114ff7349f12e299f63c0bece733451649414a8dcd85b863c3f" | 25 | SRC_URI[sha256sum] = "4356170ec5f7a09428b6add77e2c6f31d4049ab765ee67cf929bfa3b750d3e1b" |
26 | 26 | ||
27 | S = "${WORKDIR}/libostree-${PV}" | 27 | S = "${WORKDIR}/libostree-${PV}" |
28 | 28 | ||