Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync layers #980

Merged
merged 6 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,20 @@ and this project adheres to
- Fix ptests in meta-filesystems and meta-multimedia
- Upgrade clang to 19.1.2 release
- Fix several recipes to work with python 3.13
- Drop unnecessary SRC_URI md5sum in meta-python
- Fix do_fetch error for vlock and wireguard-tools recipes
- Upgrade musl to latest SHA 047a16398b29d2702a41a0d6d15370d54b9d723c
- Upgrade Qt6.8 recipes to latest on 6.8 release

### Added

- Added recipes for - fastfloat, glad, python3-pytest-codspeed
tomlplusplus
tomlplusplus, snapper

### Removed

- Removed VOLATILE_TMP_DIR and VOLATILE_LOG_DIR
- Drop unnecessary SRC_URI md5sum entries in meta-perl

## [2024.09] - 2024-09-30

Expand Down
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
#YOE_PROFILE = "yoe-musl-systemd-wayland"
#require conf/world.conf

IMG_VERSION = "24.9.4"
IMG_VERSION = "24.9.5"
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 141 files
2 changes: 1 addition & 1 deletion sources/meta-riscv
Submodule meta-riscv updated 1 files
+1 −1 conf/layer.conf
2 changes: 1 addition & 1 deletion sources/meta-variscite-bsp
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 59 files
+2 −7 bitbake/lib/bb/fetch2/wget.py
+12 −0 documentation/migration-guides/migration-5.1.rst
+1 −1 documentation/migration-guides/release-notes-4.2.rst
+1 −1 documentation/migration-guides/release-notes-5.0.rst
+8 −1 documentation/migration-guides/release-notes-5.1.rst
+3 −3 documentation/ref-manual/classes.rst
+3 −2 documentation/ref-manual/features.rst
+33 −2 documentation/ref-manual/structure.rst
+21 −35 documentation/ref-manual/variables.rst
+2 −0 meta/classes-global/sanity.bbclass
+1 −1 meta/classes-recipe/rust-target-config.bbclass
+1 −0 meta/classes/cve-check.bbclass
+1 −1 meta/conf/distro/include/tcmode-default.inc
+1 −1 meta/conf/machine/include/arm/armv8a/tune-cortexa32.inc
+11 −0 meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt
+0 −1 meta/lib/oeqa/selftest/cases/rust.py
+2 −0 meta/lib/patchtest/patchtest_patterns.py
+65 −0 meta/lib/patchtest/selftest/files/TestMbox.test_commit_message_user_tags.fail
+66 −0 meta/lib/patchtest/selftest/files/TestMbox.test_commit_message_user_tags.pass
+9 −0 meta/lib/patchtest/tests/test_mbox.py
+1 −1 meta/recipes-bsp/u-boot/u-boot-common.inc
+0 −0 meta/recipes-bsp/u-boot/u-boot-tools_2024.10.bb
+0 −5 meta/recipes-bsp/u-boot/u-boot_2024.07.bb
+4 −0 meta/recipes-bsp/u-boot/u-boot_2024.10.bb
+4 −4 meta/recipes-connectivity/ppp/ppp_2.5.1.bb
+1 −1 meta/recipes-core/libxml/libxml2_2.13.4.bb
+1 −1 meta/recipes-core/musl/musl.inc
+1 −1 meta/recipes-core/musl/musl_git.bb
+0 −32 meta/recipes-core/udev/udev-extraconf/network.sh
+1 −0 meta/recipes-core/util-linux/util-linux.inc
+252 −0 meta/recipes-core/util-linux/util-linux/libfdisk-cfdisk-and-sfdisk-sector-size-improvements.patch
+1 −1 meta/recipes-core/util-linux/util-linux_2.40.2.bb
+1 −1 meta/recipes-devtools/gcc/libgfortran.inc
+27 −0 meta/recipes-devtools/python/python3-installer/0001-src-installer-utils.py-sort-entries-before-writing-o.patch
+2 −1 meta/recipes-devtools/python/python3-installer_0.7.0.bb
+87 −0 meta/recipes-devtools/python/python3-jinja2/fix-3.13.patch
+1 −0 meta/recipes-devtools/python/python3-jinja2_3.1.4.bb
+4 −4 meta/recipes-devtools/python/python3-markupsafe_3.0.1.bb
+55 −0 meta/recipes-devtools/python/python3-maturin/0001-build_context-improve-wheel-reproducibility-by-sorti.patch
+1 −0 meta/recipes-devtools/python/python3-maturin_1.7.1.bb
+0 −0 meta/recipes-devtools/qemu/qemu-native_9.1.0.bb
+0 −0 meta/recipes-devtools/qemu/qemu-system-native_9.1.0.bb
+1 −2 meta/recipes-devtools/qemu/qemu.inc
+0 −31 meta/recipes-devtools/qemu/qemu/0003-configure-Add-pkg-config-handling-for-libgcrypt.patch
+17 −17 meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch
+0 −0 meta/recipes-devtools/qemu/qemu_9.1.0.bb
+1 −1 meta/recipes-devtools/subversion/subversion_1.14.4.bb
+1 −1 meta/recipes-gnome/libadwaita/libadwaita_1.6.1.bb
+190 −174 meta/recipes-kernel/linux-firmware/linux-firmware_20241017.bb
+0 −62 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-kfree_skb-changed-in-6.11-rc1.patch
+0 −55 meta/recipes-kernel/lttng/lttng-modules/0002-Fix-ext4_da_reserve_space-changed-in-6.11-rc1.patch
+0 −64 meta/recipes-kernel/lttng/lttng-modules/0003-Fix-orig_start-removed-from-btrfs_get_extent-in-6.11.patch
+0 −44 meta/recipes-kernel/lttng/lttng-modules/0004-Fix-block_len-removed-frmo-btrfs_get_extent-in-6.11-.patch
+0 −50 meta/recipes-kernel/lttng/lttng-modules/0005-Fix-block_start-removed-from-btrfs_get_extent-in-6.1.patch
+0 −200 meta/recipes-kernel/lttng/lttng-modules/0006-Fix-scsi-sd-Atomic-write-support-added-in-6.11-rc1.patch
+1 −7 meta/recipes-kernel/lttng/lttng-modules_2.13.15.bb
+2 −0 meta/recipes-multimedia/ffmpeg/ffmpeg_7.0.2.bb
+2 −2 meta/recipes-support/vim/vim.inc
+1 −1 scripts/lib/devtool/ide_sdk.py