diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-06 17:06:05 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-07 09:11:55 -0700 |
commit | b6e5565ebdbcbbd1d0f64d7517636ace056d0757 (patch) | |
tree | 8282f6798b9827a026dec6aeddbbcfcea6b916cb | |
parent | f016f77796504de03a4148a13383fd9fd5754a73 (diff) | |
download | meta-openembedded-b6e5565ebdbcbbd1d0f64d7517636ace056d0757.tar.gz |
composefs: upgrade 1.0.3 -> 1.0.4
Changelog:
==========
- Added LCFS_MOUNT_FLAGS_TRY_VERITY/tryverity mount option to do best-effort fs-verity
- Use the new loewerdir+ and datadir+ overlayfs mount options from linux 6.6
- mkcomposefs is now multi-threaded when computing digests and copying files
- mkcomposefs now uses copy_file_range when copying files
- Added some initial rust crates to handle composefs dump files
- Added fuzz tests
- Documentation updates
- Fix some crashes and leaks
- Improve error reporting
- Fix build on various libc types and versions
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/composefs/composefs_1.0.4.bb (renamed from meta-oe/recipes-support/composefs/composefs_1.0.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/composefs/composefs_1.0.3.bb b/meta-oe/recipes-support/composefs/composefs_1.0.4.bb index 38fc8d2675..aaf33b40ec 100644 --- a/meta-oe/recipes-support/composefs/composefs_1.0.3.bb +++ b/meta-oe/recipes-support/composefs/composefs_1.0.4.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "\ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | PV .= "+git${SRCPV}" | 16 | PV .= "+git${SRCPV}" |
17 | SRCREV = "ecef20c18c81943bd17b489ad1484f361b99c792" | 17 | SRCREV = "7623e4dc89f62ada5724d4e41d0a16d2671312f5" |
18 | SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main" | 18 | SRC_URI = "git://github.com/containers/composefs.git;protocol=https;branch=main" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |