diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:26:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:08 -0800 |
commit | 595e25138bd21c975692f4016e340bf857790000 (patch) | |
tree | 2310689adbb102c471c59a68ba0375cbc20448a3 | |
parent | f7553ec450b1c13dc46bb9e9ca179b5637aea677 (diff) | |
download | meta-openembedded-595e25138bd21c975692f4016e340bf857790000.tar.gz |
ostree: upgrade 2024.9 -> 2024.10
Changelog:
==========
- prepare-root: Add composefs.enabled=verity
- README: Update buildstream URL to new github repo
- composefs: Ensure buffer is suitably aligned for struct fsverity_digest
- core: Always sort incoming xattrs
- Fix ci
- sign-ed25519: Fix error message of validate_length
- rofiles-fuse: when fuse execution fails, rofiles-fuse still returns exit code 0
- libostree/deploy: enable composefs by default
- man: Note semantics combining root.transient with composefs.enabled
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.10.bb (renamed from meta-oe/recipes-extended/ostree/ostree_2024.9.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.9.bb b/meta-oe/recipes-extended/ostree/ostree_2024.10.bb index 863d8e46a5..0667fd670f 100644 --- a/meta-oe/recipes-extended/ostree/ostree_2024.9.bb +++ b/meta-oe/recipes-extended/ostree/ostree_2024.10.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] = "4356170ec5f7a09428b6add77e2c6f31d4049ab765ee67cf929bfa3b750d3e1b" | 25 | SRC_URI[sha256sum] = "54e3387dee1ff16031a0679aca2b60da90ab7f4a26c211822333c7f23000abee" |
26 | 26 | ||
27 | S = "${WORKDIR}/libostree-${PV}" | 27 | S = "${WORKDIR}/libostree-${PV}" |
28 | 28 | ||