Skip to content

Commit

Permalink
Merge pull request #665 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Layer Updates:  sources/meta-arm sources/meta-clang sources/meta-free…
  • Loading branch information
cbrake authored Mar 30, 2022
2 parents 2ad76d2 + 801789e commit d2832d8
Show file tree
Hide file tree
Showing 16 changed files with 120,739 additions and 17 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
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).

## [Unreleased]
## [2022.03] - 2022-03-30
### Changed
- Update clang to 14.0.0
- Fix multilib support in clang based toolchain
Expand Down Expand Up @@ -60,6 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgrade libtool to 2.4.7, needed few recipes to re-generate macros
- Update musl to latest master
- Fix rust toolchain for SDK environment
- Fix weston 10.x build for TI socs using sgx driver
- Add GLES3/GL headers to SGX DDK

### Added
- Add poetry_core helper class for supporting poetry for python packages
Expand Down
9 changes: 4 additions & 5 deletions conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ PREFERRED_PROVIDER_virtual/libgbm:ti-soc = "ti-sgx-ddk-um"
DISTRO_FEATURES:remove:ti-soc = "vulkan x11"
# ti-sgx-ddk-um has 19.1.6 version compatiblity of mesa and this
# feature needs 21.1.x and renderer-gl needs GLES3 which is also
# missing in ti-sgx-ddk-um
PACKAGECONFIG:remove:pn-weston:ti-soc = "clients egl"

# missing in ti-sgx-ddk-um ( but added in meta-yoe as a patch )
SIMPLECLIENTS:ti-soc = "damage,im,egl,shm,touch,dmabuf-v4l,dmabuf-egl"
IMG_VERSION = "0.0.1"
#####################################################################
# add project specific configuration below this line
Expand All @@ -112,6 +111,6 @@ IMG_VERSION = "0.0.1"
#EXTRA_IMAGE_FEATURES:remove = "debug-tweaks"

# For running oe-selftest uncomment below lines
#USER_CLASSES:remove = "buildhistory"
#PRSERV_HOST = ""
USER_CLASSES:remove = "buildhistory"
PRSERV_HOST = ""

2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-freescale
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 39 files
+1 −1 meta-gnome/recipes-gimp/babl/babl_0.1.92.bb
+1 −1 meta-gnome/recipes-gnome/libgsf/libgsf_1.14.49.bb
+1 −1 meta-gnome/recipes-support/libwacom/libwacom_2.2.0.bb
+1 −5 meta-multimedia/recipes-support/crossguid/crossguid_0.2.2.bb
+11 −18 meta-networking/recipes-connectivity/blueman/blueman/0001-Search-for-cython3.patch
+15 −15 meta-networking/recipes-connectivity/blueman/blueman_2.2.4.bb
+0 −54 meta-oe/licenses/wxWidgets
+1 −1 meta-oe/recipes-connectivity/iwd/iwd_1.26.bb
+1 −1 meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.10.bb
+42 −11 meta-oe/recipes-dbs/mysql/mariadb/mariadb-openssl3.patch
+4 −1 meta-oe/recipes-devtools/grpc/grpc_1.45.0.bb
+1 −1 meta-oe/recipes-extended/duktape/duktape_2.7.0.bb
+1 −1 meta-oe/recipes-extended/libqb/libqb_2.0.6.bb
+5 −5 meta-oe/recipes-extended/wxwidgets/wxwidgets/fix-libdir-for-multilib.patch
+28 −0 meta-oe/recipes-extended/wxwidgets/wxwidgets/not-append-system-name-to-lib-name.patch
+10 −5 meta-oe/recipes-extended/wxwidgets/wxwidgets_3.1.5.bb
+1 −1 meta-oe/recipes-gnome/libjcat/libjcat_0.1.11.bb
+1 −1 meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.8.bb
+18 −2 meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb
+1 −8 meta-oe/recipes-security/usbguard/usbguard_1.1.1.bb
+1 −1 meta-oe/recipes-support/monit/monit_5.32.0.bb
+2 −1 meta-oe/recipes-support/openldap/openldap_2.5.9.bb
+0 −4 meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb
+1 −1 meta-oe/recipes-support/stm32flash/stm32flash_0.7.bb
+1 −1 meta-python/recipes-devtools/python/python3-astroid_2.11.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-autobahn_22.3.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-evdev_1.4.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-pylint_2.13.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-pymisp_2.4.157.bb
+1 −1 meta-python/recipes-devtools/python/python3-pytest-metadata_2.0.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-redis_4.2.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-robotframework_5.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-tqdm_4.63.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-watchdog_2.1.7.bb
+22 −0 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/add-back-option-build-base.patch
+35 −0 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/sip-fix-override-functions.patch
+53 −0 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/wxgtk-fixup-build-scripts.patch
+32 −0 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb
+1 −0 meta-webserver/recipes-httpd/nginx/nginx.inc
2 changes: 1 addition & 1 deletion sources/meta-riscv
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.03-rc.1"
DISTRO_VERSION = "2022.03"
DISTRO_CODENAME = "Orkney"
SDK_VERSION := "${DISTRO_VERSION}"

Expand Down
Loading

0 comments on commit d2832d8

Please sign in to comment.