Skip to content

Commit

Permalink
Merge pull request #887 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
start with 2024 new year !
  • Loading branch information
cbrake authored Jan 2, 2024
2 parents 1fd638d + 33c9063 commit 220d52f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2024.01] - 2024-01-xx

### Changed

- Fix llvm-config to work in cross-compilation environment
- Fix several recipes to work with python 3.12
- Update rust compiler to 1.74.1

### Added

### Removed

- Removed recipes: zvariant, polkit-0.119, mozjs-102

## [2023.12] - 2023-12-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 103 files
4 changes: 2 additions & 2 deletions sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
TARGET_VENDOR = "-yoe"
SDK_VENDOR = "-yoesdk"
# Distro version is YYYY.MM
DISTRO_VERSION = "2023.12"
DISTRO_CODENAME = "Jezerskosolflorinavska"
DISTRO_VERSION = "2024.01-rc.1"
DISTRO_CODENAME = "Katahdin"
SDK_VERSION := "${DISTRO_VERSION}"

SDK_NAME_PREFIX = "yoe"
Expand Down
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 66 files
+7 −0 bitbake/lib/bb/__init__.py
+2 −0 bitbake/lib/toaster/tests/browser/selenium_helpers_base.py
+1 −1 bitbake/lib/toaster/tests/functional/test_create_new_project.py
+44 −43 bitbake/lib/toaster/tests/functional/test_functional_basic.py
+13 −4 bitbake/lib/toaster/tests/functional/test_project_page.py
+1 −1 bitbake/lib/toaster/tests/functional/test_project_page_tab_config.py
+8 −0 meta-selftest/recipes-extended/hello-rs/hello-rs-crates.inc
+24 −0 meta-selftest/recipes-extended/hello-rs/hello-rs/0001-Greet-OE-Core.patch
+22 −0 meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb
+0 −258 meta-selftest/recipes-extended/zvariant/zvariant-crates.inc
+0 −14 meta-selftest/recipes-extended/zvariant/zvariant-git-crates.inc
+0 −1,292 meta-selftest/recipes-extended/zvariant/zvariant/0001-Tweak-zvariant-crate-config.patch
+0 −37 meta-selftest/recipes-extended/zvariant/zvariant_3.12.0.bb
+0 −0 meta-selftest/recipes-test/aspell/aspell_%.bbappend
+1 −0 meta/conf/distro/include/maintainers.inc
+1 −1 meta/conf/distro/include/tcmode-default.inc
+3 −3 meta/lib/oeqa/selftest/cases/devtool.py
+2 −6 meta/lib/oeqa/selftest/cases/sstatetests.py
+1 −1 meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb
+4 −6 meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
+6 −8 meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch
+15 −0 meta/recipes-core/systemd/systemd-boot-native_254.4.bb
+1 −0 meta/recipes-devtools/autoconf/autoconf_2.72d.bb
+1 −1 meta/recipes-devtools/python/python3-dbusmock_0.30.1.bb
+1 −1 meta/recipes-devtools/python/python3-hatchling_1.21.0.bb
+1 −1 meta/recipes-devtools/python/python3-importlib-metadata_7.0.1.bb
+1 −1 meta/recipes-devtools/python/python3-lxml_4.9.4.bb
+4 −4 .../recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
+1 −1 meta/recipes-devtools/python/python3-setuptools_69.0.3.bb
+0 −0 meta/recipes-devtools/rust/cargo_1.74.1.bb
+0 −164 meta/recipes-devtools/rust/files/0001-Do-not-use-LFS64-on-linux-with-musl.patch
+163 −0 meta/recipes-devtools/rust/files/0001-Don-t-use-LFS64-symbols-on-musl.patch
+67 −0 meta/recipes-devtools/rust/files/0001-Revert-Map-source-absolute-paths-to-OUT_DIR-as-relat.patch
+122 −0 meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch
+0 −114 meta/recipes-devtools/rust/files/0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch
+41 −0 meta/recipes-devtools/rust/files/0002-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch
+205 −0 meta/recipes-devtools/rust/files/0003-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch
+32 −0 meta/recipes-devtools/rust/files/0004-musl-Define-O_LARGEFILE-for-riscv32.patch
+115 −0 meta/recipes-devtools/rust/files/0005-musl-Define-SOCK_SEQPACKET-in-common-place.patch
+0 −50 meta/recipes-devtools/rust/files/getrandom-open64.patch
+8 −6 meta/recipes-devtools/rust/files/hardcodepaths.patch
+9 −8 meta/recipes-devtools/rust/files/zlib-off64_t.patch
+0 −0 meta/recipes-devtools/rust/libstd-rs_1.74.1.bb
+0 −0 meta/recipes-devtools/rust/rust-cross-canadian_1.74.1.bb
+0 −0 meta/recipes-devtools/rust/rust-llvm_1.74.1.bb
+30 −34 meta/recipes-devtools/rust/rust-snapshot.inc
+8 −4 meta/recipes-devtools/rust/rust-source.inc
+1 −0 meta/recipes-devtools/rust/rust_1.74.1.bb
+1 −1 meta/recipes-extended/iputils/iputils_20231222.bb
+3 −3 meta/recipes-extended/timezone/timezone.inc
+2 −2 meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb
+1 −1 meta/recipes-graphics/kmscube/kmscube_git.bb
+1 −1 meta/recipes-multimedia/gstreamer/gst-devtools_1.22.8.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.22.8.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.22.8.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.8.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.8.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.8.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.8.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.8.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.22.8.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.22.8.bb
+1 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.8.bb
+2 −5 meta/recipes-support/aspell/aspell_0.60.8.1.bb
+0 −101 meta/recipes-support/aspell/files/CVE-2019-25051.patch
+2 −0 meta/recipes-support/curl/curl/disable-tests

0 comments on commit 220d52f

Please sign in to comment.