$ 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 < 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 <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta-oe
This layer depends on:
URI: git://github.com/openembedded/openembedded-core.git branch: master
luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed packages to fullfit this might have different names on different host distributions e.g. on archlinux based distributions install prerequisites like below
pacman -S lib32-gcc-libs lib32-glibc
Ubuntu sudo apt-get install gcc-multilib linux-libc-dev:i386
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
When sending single patches, please use something like: 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'
You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch.
Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, 'git fetch ' works the same on all of them. We recommend GitHub because it is free, easy to use, has been proven to be reliable and has a really good web GUI.
layer maintainer: Khem Raj raj.khem@gmail.com