Skip to content

Commit

Permalink
Merge pull request #914 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers
  • Loading branch information
cbrake authored Mar 21, 2024
2 parents 8a65d71 + b9bb13d commit 6c9884c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and this project adheres to
- Upgrade systemd from 255.1 -> 255.4
- Bump Go compiler to 1.22
- Upgrade GDB to 14.2
- Update linux-yocto to v6.6.20
- Update linux-yocto to v6.6.22
- Add ptests to several python recipes
- Upgrade LVGL to 9.0 major release
- Upgrade to using QT 6.7.1 in yoe-kiosk-browser
Expand All @@ -35,6 +35,7 @@ and this project adheres to
- Upgrade golang compiler to 1.22.1
- Update to LLVM 18.1.1
- Fix vala to work with gtk < 4.14
- Use +nocrypto with -mcpu compiler options for rpi3/rpi4

### Added

Expand All @@ -44,6 +45,7 @@ and this project adheres to
python3-tomli-w, python3-invoke, python3-icecream
python3-types-python-dateutil, python3-freezegun
buildtools-imagemagick, spandsp, sngrep, bluez-tools
freerdp3

- Add genericarm64 MACHINE

Expand Down
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 110 files
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 51 files
+2 −0 documentation/.gitignore
+7 −0 documentation/.vale.ini
+13 −2 documentation/Makefile
+14 −0 documentation/README
+1 −1 documentation/contributor-guide/submit-changes.rst
+3 −4 documentation/dev-manual/building.rst
+3 −3 documentation/dev-manual/custom-template-configuration-directory.rst
+10 −3 documentation/dev-manual/debugging.rst
+1 −0 documentation/migration-guides/index.rst
+105 −0 documentation/migration-guides/migration-5.0.rst
+1 −0 documentation/migration-guides/release-4.0.rst
+9 −0 documentation/migration-guides/release-5.0.rst
+238 −0 documentation/migration-guides/release-notes-4.0.17.rst
+66 −0 documentation/migration-guides/release-notes-5.0.rst
+367 −367 documentation/profile-manual/usage.rst
+7 −3 documentation/ref-manual/classes.rst
+4 −3 documentation/ref-manual/structure.rst
+6 −1 documentation/ref-manual/variables.rst
+6 −2 documentation/sdk-manual/extensible.rst
+15 −0 documentation/standards.md
+20 −0 documentation/styles/config/vocabularies/OpenSource/accept.txt
+5 −0 documentation/styles/config/vocabularies/Yocto/accept.txt
+2 −0 meta-poky/conf/distro/poky-altcfg.conf
+11 −14 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend
+2 −2 meta/classes-global/uninative.bbclass
+1 −0 meta/recipes-devtools/elfutils/elfutils_0.191.bb
+36 −0 meta/recipes-devtools/elfutils/files/0001-srcfiles-fix-unused-variable-BUFFER_SIZE.patch
+1 −0 meta/recipes-devtools/flex/flex_2.6.4.bb
+0 −1 meta/recipes-devtools/python/python3_3.12.2.bb
+1 −0 meta/recipes-extended/bash/bash.inc
+39 −0 meta/recipes-extended/shadow/files/0001-lib-copydir-copy_entry-use-temporary-stat-buffer.patch
+1 −0 meta/recipes-extended/shadow/shadow.inc
+5 −1 meta/recipes-graphics/mesa/mesa.inc
+69 −14 meta/recipes-graphics/piglit/piglit/0001-utils-Include-libgen.h-on-musl-linux-systems.patch
+1 −1 meta/recipes-graphics/wayland/wayland-protocols_1.33.bb
+1 −1 meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb
+1 −1 meta/recipes-graphics/wayland/wayland_1.22.0.bb
+1 −1 meta/recipes-graphics/wayland/weston_13.0.0.bb
+2 −2 meta/recipes-kernel/linux/cve-exclusion_6.6.inc
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
+14 −14 meta/recipes-kernel/linux/linux-yocto_6.6.bb
+52 −0 meta/recipes-kernel/lttng/lttng-modules/0006-Fix-ext4_discard_preallocations-changed-in-linux-6.8.patch
+1 −0 meta/recipes-kernel/lttng/lttng-modules_2.13.11.bb
+15 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0/run-ptest
+0 −35 meta/recipes-multimedia/gstreamer/gstreamer1.0/skip-aggregator-test.patch
+0 −1 meta/recipes-multimedia/gstreamer/gstreamer1.0_1.22.10.bb
+18 −0 meta/recipes-support/curl/curl/no-test-timeout.patch
+9 −4 meta/recipes-support/curl/curl/run-ptest
+2 −0 meta/recipes-support/curl/curl_8.6.0.bb
+2 −2 meta/recipes-support/libsoup/libsoup_3.4.4.bb

0 comments on commit 6c9884c

Please sign in to comment.