Skip to content

Commit

Permalink
Merge pull request #952 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Start 2024.07 dev cycle
  • Loading branch information
cbrake authored Jul 4, 2024
2 parents 38167c5 + 8232ecc commit 923a164
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ 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.07] - 2024-07-XX

### Changed

- Fix several packages to build with clang fortify and glibc 2.40
- Add ptest support for unbound
- Stop overriding unprefixed *FLAGS variables for native and nativesdk
- Update linux-yocto/6.6 to v6.6.35
- Use objdump instead of readelf to compute SONAME during image generation
- Adjust metadata to remove True option in getVar calls

### Added

- Added new recipes - libabigail

## [2024.06] - 2024-06-30

### Changed
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-sysvinit-wayland"
#require conf/world.conf

IMG_VERSION = "24.6.0"
IMG_VERSION = "24.6.1"
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 45 files
+0 −28 meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_git.bb
+16 −0 meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_v2024.07.bb
+1 −1 meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.3.bb
+79 −0 meta-multimedia/recipes-multimedia/flite/flite/0001-Remove-defining-const-as-nothing.patch
+3 −0 meta-multimedia/recipes-multimedia/flite/flite_2.2.bb
+6 −2 meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.0.bb
+1 −1 meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.5.bb
+1 −1 meta-networking/recipes-connectivity/networkmanager/networkmanager_1.48.2.bb
+17 −0 meta-networking/recipes-support/unbound/unbound/run-ptest
+21 −2 meta-networking/recipes-support/unbound/unbound_1.20.0.bb
+1 −1 meta-oe/recipes-connectivity/libndp/libndp_1.9.bb
+1 −1 meta-oe/recipes-devtools/ctags/ctags_6.1.20240630.0.bb
+33 −0 meta-oe/recipes-devtools/libabigail/libabigail/0001-Check-for-correct-fts-module.patch
+17 −0 meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb
+1 −1 meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb
+1 −1 meta-oe/recipes-graphics/feh/feh_3.10.3.bb
+43 −0 meta-oe/recipes-graphics/renderdoc/renderdoc/0001-jpeg-compressor-Reorder-stdio.h-include-location.patch
+3 −2 meta-oe/recipes-graphics/renderdoc/renderdoc_1.33.bb
+1 −1 meta-python/recipes-devtools/python/python3-a2wsgi_1.10.6.bb
+1 −1 meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb
+2 −2 meta-python/recipes-devtools/python/python3-alembic_1.13.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-awesomeversion_24.6.0.bb
+2 −3 meta-python/recipes-devtools/python/python3-bleak_0.22.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-dbus-fast_2.22.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-gast_0.6.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-google-api-python-client_2.135.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-imageio_2.34.2.bb
+83 −0 meta-python/recipes-devtools/python/python3-inflate64/0001-Do-not-override-const-qualifier.patch
+1 −0 meta-python/recipes-devtools/python/python3-inflate64_1.0.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb
+1 −1 meta-python/recipes-devtools/python/python3-pdm_2.16.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-pint_0.24.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-pymodbus_3.6.9.bb
+2 −2 meta-python/recipes-devtools/python/python3-rapidjson_1.18.bb
+1 −1 meta-python/recipes-devtools/python/python3-redis_5.0.7.bb
+0 −41 meta-python/recipes-devtools/python/python3-sqlparse/0001-sqlparse-change-shebang-to-python3.patch
+6 −6 meta-python/recipes-devtools/python/python3-sqlparse_0.5.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-twine_5.1.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-types-setuptools_70.1.0.20240627.bb
+4 −0 meta-python/recipes-devtools/python/python3-virtualenv_20.26.3.bb
+1 −1 meta-python/recipes-devtools/python/python3-web3_6.20.0.bb
+1 −1 meta-webserver/recipes-httpd/apache2/apache2_2.4.60.bb
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 238 files

0 comments on commit 923a164

Please sign in to comment.