<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-extended/ostree, branch whinlatter</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-11-22T17:30:52+00:00</updated>
<entry>
<title>ostree: use "+=" to set PACKAGE_BEFORE_PN</title>
<updated>2025-11-22T17:30:52+00:00</updated>
<author>
<name>Ming Liu</name>
<email>liu.ming50@gmail.com</email>
</author>
<published>2025-11-22T12:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0c29947cea65477b8863da849add263cefd22f80'/>
<id>urn:sha1:0c29947cea65477b8863da849add263cefd22f80</id>
<content type='text'>
This avoid overridding the original PACKAGE_BEFORE_PN value could be
set in bbclasses.

Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ostree: Always use libgcc for runtime with clang on x86</title>
<updated>2025-07-21T04:21:31+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2025-07-19T04:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b8bdee746c4724282d3717b051159abd235ee420'/>
<id>urn:sha1:b8bdee746c4724282d3717b051159abd235ee420</id>
<content type='text'>
compiler-rt does not have 128-bit int support for 32bit x86

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-openembedded/all: adapt to UNPACKDIR changes</title>
<updated>2025-06-25T13:44:52+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex@linutronix.de</email>
</author>
<published>2025-06-20T14:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3'/>
<id>urn:sha1:fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3</id>
<content type='text'>
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ostree: upgrade 2024.9 -&gt; 2024.10</title>
<updated>2024-12-24T16:23:08+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-12-24T09:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=595e25138bd21c975692f4016e340bf857790000'/>
<id>urn:sha1:595e25138bd21c975692f4016e340bf857790000</id>
<content type='text'>
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 &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ostree: upgrade 2024.8 -&gt; 2024.9</title>
<updated>2024-11-20T00:59:12+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-11-18T09:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3172c415d55450d90f1522d939f761fc6dc4e446'/>
<id>urn:sha1:3172c415d55450d90f1522d939f761fc6dc4e446</id>
<content type='text'>
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 &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ostree: Enable static libs when building ptests</title>
<updated>2024-10-13T16:29:42+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-10-13T16:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=92e420dbe1857498edcfa609dc3c5413e302f5e4'/>
<id>urn:sha1:92e420dbe1857498edcfa609dc3c5413e302f5e4</id>
<content type='text'>
Helps run/pass some more ptests

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ostree: upgrade 2024.7 -&gt; 2024.8</title>
<updated>2024-09-30T14:34:23+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2024-09-30T07:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=afd29c17d9caf05affc2ab90eac610c20c839b3f'/>
<id>urn:sha1:afd29c17d9caf05affc2ab90eac610c20c839b3f</id>
<content type='text'>
Changelog:
==========
- repo: NUL terminate readlinkat result
- deploy: Log to journal for boot space, not stderr
- commit/payload-link: Ensure we don't overrun target_checksum size
- sysroot: Make coverity happy with dirname+strdup
- tests: Attempt to update auto-prune test
- grub2: Show output when run in systemd by default
- lib/traverse: Fix minor memory leak
- github/workflows/tests: Update actions/upload-artifact to v4
- Redo pages workflow
- spec: %autorelease can't be resolved by COPR
- bootloader/grub2: Handle empty static configs
- workflow/docs: Fix deployments
- curl: Assert that curl_multi_assign worked
- curl: Make socket callback during cleanup into no-op

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ostree: Upgrade 2024.6 -&gt; 2024.7</title>
<updated>2024-07-29T18:01:43+00:00</updated>
<author>
<name>Jose Quaresma</name>
<email>quaresma.jose@gmail.com</email>
</author>
<published>2024-07-29T17:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=54ed6730ababb4a8c7157965ff07ff8b5d1b954e'/>
<id>urn:sha1:54ed6730ababb4a8c7157965ff07ff8b5d1b954e</id>
<content type='text'>
$ git --no-pager log --oneline v2024.6...v2024.7
4941d9cd (tag: v2024.7) Release 2024.7
4b96359e Merge pull request #3277 from cgwalters/karg-disable-composefs
e226c876 prepare-root: Add `ostree.prepare-root.composefs`
5378fe2a Merge pull request #3276 from cgwalters/parse-bool
65ff4041 prepare-root: Gather kernel cmdline early
26abca71 keyfile-utils: Add API to parse tristate strings
47edd1a2 keyfile-utils: Add API to parse tristate strings
97fb1112 Merge pull request #3275 from ueno/wip/dueno/glib-2.44
a0bd1894 libostree: Remove compatibility code with GLib &lt; 2.44
d7eb9a10 Merge pull request #3273 from cgwalters/drop-library-printf
772801fa sysroot: Use journal rather than printf()
9b977e28 Merge pull request #3265 from lukewarmtemp/2023.8-3-coverity-scan
e99693c7 prepare: Create global var for tmp_sysroot_etc
d528083c repo: Fix `dir_or_file_path` memory leak
20d5bc84 commit: Null terminate `target_buf` var
dc9eaef1 tree: Fix `name` memory leak
0ea7d2e3 Merge pull request #3269 from cgwalters/fix-ordering
1db6911e Merge pull request #3270 from cgwalters/bump-runners
0153abe4 ci: Bump bootc e2e to latest ubuntu, drop docker
1544d205 Merge pull request #3268 from ueno/wip/dueno/composefs-doc-fixes
b0ab531e remount: Drop `Before=systemd-sysusers.service`
371540f9 repo: Remove leftover OpenSSL includes
023888d8 docs/composefs: Fix reference to `ostree sign`
f280b121 Merge pull request #3266 from ericcurtin/if-file-missing-on-relabel-continue
e25ca809 remount: ignore ENOENT error during SELinux relabeling
8f559e94 Merge pull request #3261 from cgwalters/validate-xattrs
e19f7324 core: Validate that xattr names aren't empty
ac6ba439 Merge pull request #3259 from cgwalters/c9s-buildroot
3ef9ae95 ci: Add buildroot to c9s build
114118e4 Merge pull request #3258 from cgwalters/prepare-comments
f63b7512 docs: Describe `/boot/ostree`
b6052306 Merge pull request #3253 from cgwalters/prepare-comments
a2ae2879 Merge pull request #3252 from cgwalters/checkout-cfs
f041e025 prepare-root: Cleanup comments
c0a715f1 checkout: Add API to directly checkout composefs
e84dc966 Merge pull request #3249 from ericcurtin/add-webos
1ab70be7 Merge pull request #3250 from ericcurtin/minor-bootloader-doc-change
bee18edf docs: make /ostree/root.X clearer as symlinks
fef5feca docs: add webOS as users of libostree
64a09da0 Merge pull request #3246 from jmarrero/release-2024.6
32bec27a configure: post-release version bump

Signed-off-by: Jose Quaresma &lt;jose.quaresma@foundries.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ostree: Append to UNKNOWN_CONFIGURE_OPT_IGNORE instead of override</title>
<updated>2024-06-03T19:05:24+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2024-06-03T01:55:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e81ffda3b481f8cf10afb7dc2861f3ed9c3f543e'/>
<id>urn:sha1:e81ffda3b481f8cf10afb7dc2861f3ed9c3f543e</id>
<content type='text'>
Ensures that predefinined values are repsected as well, since some
of them might be needed by distro settings at global context

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ostree: Upgrade 2024.5 -&gt; 2024.6</title>
<updated>2024-05-19T15:28:01+00:00</updated>
<author>
<name>Jose Quaresma</name>
<email>quaresma.jose@gmail.com</email>
</author>
<published>2024-05-17T14:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5d2e783591a304565cd6c8a895e698c4285caf67'/>
<id>urn:sha1:5d2e783591a304565cd6c8a895e698c4285caf67</id>
<content type='text'>
- 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 &amp; 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 &lt;jose.quaresma@foundries.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
