Skip to content

Commit

Permalink
Merge pull request #707 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers and prepare for 2020.08 release
  • Loading branch information
cbrake authored Aug 31, 2022
2 parents 1c3cb97 + 03492ce commit b697758
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 9 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,25 @@ and this project adheres to
- Fix rng-tools to drop wrong dependencies which delayed boot
- Fix several recipes for musl builds missing -D_GNU_SOURCE
- Several fixes for clang-15 found errors
- Enable SDL backend for host QEMU to allow UI option along with vnc
- Disable O2 in systemd when using clang for now
- Do not use llvm-strip system-wide for now due to bugs
- Enable installing libc++.so as linker script
- Fix libgcrypt ptests and install
- Update glibc to have mount.h conflicts solved on 2.36 release branch
- Fix several recipes to compile with clang-15 on musl

### Added

- Add recipe for mdio-tools
- Add recipe for mdio-tools, usbmuxd, libusbmuxd, libimobiledevice,
libplist, gst-editing-services, uutils-coreutils, python3-asgiref
- Added clang-native class to build native compoennts with clang
- Add test for debuginfod

### Removed

- Drop has-elf-tls option from rust-target-config

## [2022.07] - 2022-08-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-freescale
Submodule meta-freescale updated 29 files
+2 −1 conf/machine/include/imx-base.inc
+38 −0 recipes-bsp/imx-atf/imx-atf/rwx-segments.patch
+7 −5 recipes-bsp/imx-atf/imx-atf_2.6.bb
+1 −1 recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.07.bb
+2 −2 recipes-graphics/drm/libdrm_2.4.109.imx.bb
+1 −0 recipes-graphics/glew/glew_%.bbappend
+3 −3 recipes-graphics/imx-g2d/imx-dpu-g2d_2.1.0.bb
+6 −4 recipes-graphics/imx-g2d/imx-g2d-samples_git.bb
+5 −5 recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.2.bb
+19 −14 recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc
+0 −6 recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.0-aarch64.bb
+2 −2 recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch32.bb
+6 −0 recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2-aarch64.bb
+1 −0 recipes-graphics/mesa/libglu_%.bbappend
+0 −84 recipes-graphics/mesa/mesa-demos/Add-OpenVG-demos-to-support-wayland.patch
+14 −17 recipes-graphics/mesa/mesa-demos_%.bbappend
+4 −0 recipes-graphics/piglit/piglit_%.bbappend
+8 −0 recipes-graphics/wayland/required-distro-features.inc
+4 −4 recipes-graphics/wayland/weston/0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch
+0 −102 recipes-graphics/wayland/weston/0001-g2d-renderer-Add-vsync-to-cloned-displays.patch
+0 −52 recipes-graphics/wayland/weston/0001-libweston-backend-drm-Re-order-gbm-destruction-at-DR.patch
+0 −32 recipes-graphics/wayland/weston/0001-meson.build-fix-incorrect-header.patch
+0 −199 recipes-graphics/wayland/weston/0001-weston-launch-Provide-a-default-version-that-doesn-t.patch
+38 −34 recipes-graphics/wayland/weston_10.0.0.imx.bb
+5 −7 recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb
+0 −55 recipes-kernel/kernel-modules/kernel-module-isp-vvcam/0001-dwe_isr.c-fix-error-found-by-gcc12.patch
+4 −8 recipes-kernel/kernel-modules/kernel-module-isp-vvcam_4.2.2.18.0.bb
+64 −0 recipes-security/optee-imx/optee-os/0008-no-warn-rwx-segments.patch
+4 −0 recipes-security/optee-imx/optee-os_3.17.0.imx.bb
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 148 files
2 changes: 1 addition & 1 deletion sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
TARGET_VENDOR = "-yoe"
SDK_VENDOR = "-yoesdk"
# Distro version is YYYY.MM
DISTRO_VERSION = "2022.08-rc.1"
DISTRO_VERSION = "2022.08"
DISTRO_CODENAME = "Targhee"
SDK_VERSION := "${DISTRO_VERSION}"

Expand Down

0 comments on commit b697758

Please sign in to comment.