Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update layers #548

Merged
merged 7 commits into from
May 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Improve ptests for libpam and bash and valgrind
- Switch clang to use Dwarf-5 by default like GCC 11
- use 0x80008000 as the UBOOT_ENTRYPOINT for mx6ul, mx6ull and mx6ulz
- Update linux-fslc-imx to v5.4.119 and linux-fslc-lts to v5.10.37
- Add linux-fslc 5.12.4
- Update linux-fslc-imx to v5.4.122 and linux-fslc-lts to v5.10.40
- Add linux-fslc 5.12.7
- Enable serial and usbhost machine features for NanoPi-M4
- Bump linux-ti-mainline to 5.12
- Fix reproducibility for busybox
- Update linux-yocto trains to v5.4.119 and v5.10.37
- Update linux-yocto trains to v5.4.119 and v5.10.38
- Fix kernel configs for qemuriscv32 to support only 1GB physical mem
- Fix SVN fetcher's parsing revision of SVN repos with redirects
- Update external-arm-toolchains to latest
Expand Down Expand Up @@ -64,6 +64,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Upgrade uninative to 3.2 (gcc11 support)
- Fix `__NR_fstatat` syscall name for riscv/musl
- Upgrade U-Boot to 2021.04
- Fix clang static analyzer viewer for missing python module
- Update arm trusted-firmare-a to version 2.5
- Update gcc11 to latest on upstream GCC 11 release branch
- Update glibc to 2.33.1
- Enable memory tagging in glibc on aarch64
- Update systemd to 248.3
- Allow using gold linker with gcc-cross-canadian in SDK
- Various recipe version upgrades

## [2021.04] - 2021-04-27
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 84 files
+18 −0 meta-gnome/classes/clutter.bbclass
+2 −2 meta-gnome/recipes-gnome/gexiv2/gexiv2_0.12.2.bb
+2 −2 meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb
+2 −2 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb
+2 −2 meta-gnome/recipes-gnome/libgweather/libgweather_3.36.2.bb
+1 −1 meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
+49 −0 meta-gnome/recipes-graphics/clutter/clutter-1.0.inc
+143 −0 ...-gnome/recipes-graphics/clutter/clutter-1.0/0001-Remove-clutter.types-as-it-is-build-configuration-sp.patch
+19 −0 meta-gnome/recipes-graphics/clutter/clutter-1.0/install-examples.patch
+30 −0 meta-gnome/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch
+3 −0 meta-gnome/recipes-graphics/clutter/clutter-1.0/run-ptest
+10 −0 meta-gnome/recipes-graphics/clutter/clutter-1.0_1.26.4.bb
+23 −0 meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc
+33 −0 ...me/recipes-graphics/clutter/clutter-gst-3.0/0001-Install-example-binary-needed-for-core-image-clutter.patch
+7 −0 meta-gnome/recipes-graphics/clutter/clutter-gst-3.0_3.0.27.bb
+23 −0 meta-gnome/recipes-graphics/clutter/clutter-gtk-1.0.inc
+37 −0 ...me/recipes-graphics/clutter/clutter-gtk-1.0/0001-Add-a-config-variable-for-enabling-disabling-introsp.patch
+7 −0 meta-gnome/recipes-graphics/clutter/clutter-gtk-1.0_1.8.4.bb
+84 −0 meta-gnome/recipes-graphics/cogl/cogl-1.0.inc
+92 −0 meta-gnome/recipes-graphics/cogl/cogl-1.0/0001-configure.ac-don-t-require-eglmesaext.h.patch
+6 −0 meta-gnome/recipes-graphics/cogl/cogl-1.0_1.22.8.bb
+22 −0 meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb
+3 −4 meta-multimedia/recipes-multimedia/juce/projucer.inc
+0 −83 meta-multimedia/recipes-multimedia/juce/projucer/0001-Disable-webkit-component.patch
+68 −0 meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2.bb
+30 −0 meta-networking/recipes-connectivity/dhcp/files/0001-Makefile.am-only-build-dhcrelay.patch
+12 −0 meta-networking/recipes-connectivity/dhcp/files/default-relay
+10 −0 meta-networking/recipes-connectivity/dhcp/files/dhcrelay.service
+44 −0 meta-networking/recipes-connectivity/dhcp/files/init-relay
+2 −2 ...king/recipes-connectivity/libiec61850/files/0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch
+0 −33 meta-networking/recipes-connectivity/libiec61850/files/0001-use-poll.h-instead-of-sys-poll.h.patch
+0 −32 ...tworking/recipes-connectivity/libiec61850/files/0002-serial_port_linux-Add-missing-include-sys-time.h.patch
+3 −5 meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb
+1 −0 meta-networking/recipes-support/wireshark/wireshark_3.4.5.bb
+1 −1 meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.4.bb
+13 −0 meta-oe/licenses/Bellcore
+2 −2 meta-oe/recipes-connectivity/libndp/libndp_1.8.bb
+1 −0 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+44 −0 meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/0001-Do-not-download-gtest-automatically.patch
+41 −0 meta-oe/recipes-core/sdbus-c++/sdbus-c++-0.8.3/0001-test-Check-for-googletest-on-system-first.patch
+7 −1 meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb
+0 −47 meta-oe/recipes-devtools/uftrace/uftrace/0001-aarch64-Fix-a-plthook-crash-on-aarch64-with-binutils.patch
+1 −2 meta-oe/recipes-devtools/uftrace/uftrace_0.10.bb
+36 −0 meta-oe/recipes-extended/minifi-cpp/files/0001-Fix-build-with-libc.patch
+1 −0 meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb
+25 −0 meta-oe/recipes-extended/p7zip/files/change_numMethods_from_bool_to_unsigned.patch
+19 −2 meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
+71 −0 meta-oe/recipes-extended/snappy/snappy/0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch
+4 −3 meta-oe/recipes-extended/snappy/snappy_1.1.9.bb
+17 −0 meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb
+0 −31 meta-oe/recipes-graphics/renderdoc/renderdoc/0001-Remove-glslang-pool_allocator-setAllocator.patch
+5 −5 meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
+51 −0 meta-oe/recipes-kernel/pm-graph/pm-graph/0001-sleepgraph.py-parse-unfished-cpu-exec-line.patch
+1 −0 meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb
+12 −10 meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb
+5 −0 meta-oe/recipes-shells/zsh/zsh_5.8.bb
+1 −1 meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb
+2 −0 meta-oe/recipes-support/libtinyxml2/libtinyxml2_8.1.0.bb
+18 −17 meta-oe/recipes-support/mime-support/mime-support_3.62.bb
+0 −2 meta-oe/recipes-support/opencv/opencv_4.5.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb
+2 −1 meta-python/recipes-devtools/python/python3-alembic_1.6.4.bb
+11 −0 meta-python/recipes-devtools/python/python3-bidict_0.21.2.bb
+3 −2 meta-python/recipes-devtools/python/python3-can_3.3.4.bb
+1 −1 meta-python/recipes-devtools/python/python3-flask-migrate_3.0.0.bb
+1 −2 meta-python/recipes-devtools/python/python3-flask-restful_0.3.9.bb
+1 −1 meta-python/recipes-devtools/python/python3-flask-socketio_5.0.3.bb
+1 −2 meta-python/recipes-devtools/python/python3-flask-wtf_0.15.1.bb
+1 −2 meta-python/recipes-devtools/python/python3-flask_2.0.1.bb
+2 −1 meta-python/recipes-devtools/python/python3-prettytable_2.1.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-pyscaffold_4.0.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-pysonos_0.0.50.bb
+1 −1 meta-python/recipes-devtools/python/python3-robotframework_4.0.3.bb
+2 −1 meta-python/recipes-devtools/python/python3-socketio_5.3.0.bb
+3 −1 meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.15.bb
+1 −1 meta-python/recipes-devtools/python/python3-tqdm_4.61.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-urllib3_1.26.5.bb
+1 −1 meta-python/recipes-devtools/python/python3-websocket-client_1.0.1.bb
+1 −2 meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb
+2 −1 meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb
+1 −1 meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.9.bb
+97 −0 meta-xfce/recipes-xfce/thunar/thunar/CVE-2021-32563-1.patch
+208 −0 meta-xfce/recipes-xfce/thunar/thunar/CVE-2021-32563-2.patch
+4 −0 meta-xfce/recipes-xfce/thunar/thunar_4.16.6.bb
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 145 files