Skip to content

Commit

Permalink
Merge pull request #966 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers
  • Loading branch information
kraj committed Aug 26, 2024
2 parents 2c5aa28 + 036b628 commit 869bc72
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@ and this project adheres to
- Fix reproducibility issues in several meta-openembedded recipes
- Set umask to 0022 on build directories on bitbake invocation
- Upgrade binutils to 2.43.1
- Fix QT 6.7 builds with Clang-19
- Upgrade libxml2 to 2.13.3 and address ABI breakges due to it in meta-oe

### Added

- Introduce 6.10 reference kernel
- Added vex class for CVE management

- Added recipes:
- drgn, vdpauinfo, python3-psycopg

## [2024.07] - 2024-07-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.7.4"
IMG_VERSION = "24.7.5"
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 35 files
+105 −0 meta-gnome/recipes-gnome/libgsf/libgsf/0001-Compilation-attempt-fixes-for-libxml-2.13.patch
+2 −1 meta-gnome/recipes-gnome/libgsf/libgsf_1.14.52.bb
+88 −0 meta-multimedia/recipes-multimedia/bluealsa/bluealsa/0001-Use-basename-implementation-from-glib-2.0.patch
+26 −13 meta-multimedia/recipes-multimedia/bluealsa/bluealsa_4.3.0.bb
+2 −2 meta-networking/recipes-protocols/frr/frr_10.1.bb
+1 −1 meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/android-tools-adbd.service
+207 −0 meta-oe/recipes-connectivity/krb5/krb5/CVE-2024-26458_CVE-2024-26461.patch
+1 −0 meta-oe/recipes-connectivity/krb5/krb5_1.21.3.bb
+5 −2 meta-oe/recipes-dbs/mysql/mariadb.inc
+71 −15 meta-oe/recipes-devtools/nodejs/nodejs/libatomic.patch
+55 −30 meta-oe/recipes-devtools/nodejs/nodejs_20.16.0.bb
+14 −0 meta-oe/recipes-devtools/python/python3-psycopg_3.2.1.bb
+92 −0 meta-oe/recipes-extended/libblockdev/files/0001-libext2fs-unused-parameters-fix.patch
+1 −0 meta-oe/recipes-extended/libblockdev/libblockdev_3.1.1.bb
+1 −1 meta-oe/recipes-graphics/ftgl/ftgl/0001-Fix-type-mismatch-with-latest-FreeType.patch
+2 −2 meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb
+16 −0 meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb
+80 −0 meta-oe/recipes-kernel/drgn/python3-drgn_0.0.27.bb
+29 −0 ...ipes-navigation/libspatialite/libspatialite/0001-wfs-Cover-xmlNanoHTTPCleanup-with-LIBXML_HTTP_ENABLE.patch
+0 −14 meta-oe/recipes-navigation/libspatialite/libspatialite/libspatialite_macros.patch
+6 −6 meta-oe/recipes-navigation/libspatialite/libspatialite/libspatialite_pkgconfig.patch
+2 −3 meta-oe/recipes-navigation/libspatialite/libspatialite_5.1.0.bb
+0 −60 meta-oe/recipes-shells/zsh/zsh/CVE-2021-45444_1.patch
+0 −140 meta-oe/recipes-shells/zsh/zsh/CVE-2021-45444_2.patch
+0 −77 meta-oe/recipes-shells/zsh/zsh/CVE-2021-45444_3.patch
+13 −13 meta-oe/recipes-shells/zsh/zsh_5.9.bb
+73 −0 meta-oe/recipes-support/raptor2/raptor2/raptor-2.0.16-dont_use_curl-config.patch
+3 −3 meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
+2 −7 meta-python/recipes-devtools/python/python3-automat_24.8.1.bb
+27 −0 ...ython/recipes-devtools/python/python3-pandas/0001-pyproject.toml-Downgrade-numpy-version-needs-to-1.x.patch
+37 −0 meta-python/recipes-devtools/python/python3-pandas/0001-pyproject.toml-don-t-pin-dependency-versions.patch
+7 −2 meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb
+26 −0 meta-python/recipes-devtools/python/python3-pycocotools/0001-downgrade-numpy-version-to-1.26.4.patch
+7 −1 meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb
+1 −0 meta-python/recipes-devtools/python/python3-twisted_24.7.0.bb
2 changes: 1 addition & 1 deletion sources/meta-qcom
2 changes: 1 addition & 1 deletion sources/meta-rockchip
2 changes: 1 addition & 1 deletion sources/meta-tegra
2 changes: 1 addition & 1 deletion sources/meta-ti
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 181 files

0 comments on commit 869bc72

Please sign in to comment.