summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2024-05-17 15:18:02 +0100
committerKhem Raj <raj.khem@gmail.com>2024-05-17 07:49:15 -0700
commit50ad1a1d3e7ea968df524af04d07f4b896fa4d98 (patch)
tree04edee6c513aadb3bf4d870b20ea7510899fb527
parent7e98eb9dcd22815c90d17a798982663d0657309a (diff)
downloadmeta-openembedded-50ad1a1d3e7ea968df524af04d07f4b896fa4d98.tar.gz
ostree: Upgrade 2024.5 -> 2024.6
- Add composefs packageconfig knob $ git --no-pager log --oneline v2024.5...v2024.6 d4a7a8d9 (tag: v2024.6) Release 2024.6 4ed4d618 Merge pull request #3245 from cgwalters/doc-offline-deltas 37b3c767 docs: Describe offline updates with static deltas 664116f0 Merge pull request #3244 from alexlarsson/fix-fsverity-supported 92f2abcb Merge pull request #3243 from cgwalters/loaded_ts_fix 083eacd6 Fix _ostree_ensure_fsverity reporting of supports in early exit ee066d79 sysroot: Handle `/ostree/deploy` having epoch 0 f911d40b Merge pull request #3234 from jmarrero/state-root cb70e406 ostree-sysroot-deploy: check if deployments are in the same stateroot. a00062bf Merge pull request #3238 from cgwalters/force-container-env 3d3f0b8d ci: Also skip if we detect /run/.containerenv 64ab0982 Merge pull request #3236 from cgwalters/clang-format a33c7d23 ci: Only run clang-format on ubuntu-stable GH runner cb13977a Merge pull request #3232 from ericcurtin/aboot-bootloader fa720d15 Merge pull request #3233 from dbnicholson/sync-summary-times 60f4592b repo: Make summary and signature mtime match ffbeff6c tests: Correctly skip single fsverity test 9e51fb16 docs: Fix spelling and grammer 998a0ab5 docs: More accurate diagram in bootloaders documentation for aboot c8c436e5 Merge pull request #3231 from alexlarsson/fix-aboot-non-ab 6ac8c49a prepare-root: Handle non-AB aboot properly 99ef9806 Merge pull request #3230 from cgwalters/initfs-epoch-2 818af91d Merge pull request #3108 from cgwalters/use-external-composefs eb54a441 Switch to external composefs 8a9f067d ci: Drop `SKIP_INSTALLDEPS=1` 3647395f tests: Skip composefs tests without the feature 74a3d2da init-fs: Add --epoch=2 0c0b6cee Merge pull request #3229 from cgwalters/init-deploy-0700 38f6b9b3 init-fs: Add --epoch 3c2e9d09 Merge pull request #3227 from alexlarsson/fix-fsverity-error-check 374fb05d _ostree_ensure_fsverity: Properly check for errors d05c48b7 Merge pull request #3226 from ericcurtin/rm-rhivos 24c0c1c4 README & docs: Remove "RHIVOS" acronym 3c25a93b Merge pull request #3220 from jlebon/pr/on-failure-isolate 05b3b662 ostree-prepare-root.service: add OnFailureJobMode=isolate dc4d4b55 Merge pull request #3218 from cgwalters/policy-allow-none b96b4ff4 Merge pull request #3216 from cgwalters/mirrorlist-retries 45453b73 sepolicy: Add missing `(nullable)` 76ab8621 curl: Also map HTTP errors for retries 7fdc792f Merge pull request #3215 from cgwalters/release 1bc7d207 configure: post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/ostree/ostree_2024.6.bb (renamed from meta-oe/recipes-extended/ostree/ostree_2024.5.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/ostree/ostree_2024.5.bb b/meta-oe/recipes-extended/ostree/ostree_2024.6.bb
index 2ea92f190..fcfc5401e 100644
--- a/meta-oe/recipes-extended/ostree/ostree_2024.5.bb
+++ b/meta-oe/recipes-extended/ostree/ostree_2024.6.bb
@@ -22,7 +22,7 @@ GITHUB_BASE_URI = "https://github.com/ostreedev/ostree/releases"
22SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \ 22SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libostree-${PV}.tar.xz \
23 file://run-ptest \ 23 file://run-ptest \
24 " 24 "
25SRC_URI[sha256sum] = "bc12d8493db64152093ee5be77cf62a29cc67a4a9e430dc987103e78aada4a6f" 25SRC_URI[sha256sum] = "8b61c856697aa412f2f1724322ada40bdd7b1bf9e7783e2c594faa7a594f868f"
26 26
27S = "${WORKDIR}/libostree-${PV}" 27S = "${WORKDIR}/libostree-${PV}"
28 28
@@ -69,6 +69,7 @@ PACKAGECONFIG:class-nativesdk ??= " \
69 69
70PACKAGECONFIG[avahi] = "--with-avahi, --without-avahi, avahi" 70PACKAGECONFIG[avahi] = "--with-avahi, --without-avahi, avahi"
71PACKAGECONFIG[builtin-grub2-mkconfig] = "--with-builtin-grub2-mkconfig, --without-builtin-grub2-mkconfig" 71PACKAGECONFIG[builtin-grub2-mkconfig] = "--with-builtin-grub2-mkconfig, --without-builtin-grub2-mkconfig"
72PACKAGECONFIG[composefs] = "--with-composefs, --without-composefs, composefs"
72PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl" 73PACKAGECONFIG[curl] = "--with-curl, --without-curl, curl"
73PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut" 74PACKAGECONFIG[dracut] = "--with-dracut, --without-dracut"
74PACKAGECONFIG[ed25519-libsodium] = "--with-ed25519-libsodium, --without-ed25519-libsodium, libsodium" 75PACKAGECONFIG[ed25519-libsodium] = "--with-ed25519-libsodium, --without-ed25519-libsodium, libsodium"