Skip to content

Commit

Permalink
Merge pull request #891 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers
  • Loading branch information
cbrake authored Jan 17, 2024
2 parents 7300493 + 45a20e5 commit f55b485
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ and this project adheres to
- Disable mongodb build until its ported to python 3.12
- Add udev-bash-completion package to systemd
- Upgrade reference u-boot to 2024.01
- Use pkg-config in the meson cross files
- Backport opkg fix to drop --numeric-owner parameter
- don't exclude gtkdocize in autotools class, fix several recipes
to inherit gtk-doc
- Distable incompatible-function-pointer-types warning as error
with clang 17 on python3-lxml and python3-kivy
- Update VisionFive2 u-boot to JH7110_VF2_6.1_v5.10.3

### Added

Expand Down
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 43 files
+38 −0 meta-gnome/recipes-gnome/gtksourceview/files/0001-remove-pointless-check.patch
+2 −14 meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb
+1 −1 meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb
+1 −1 meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb
+1 −1 meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb
+22 −0 meta-gnome/recipes-support/libuser/libuser/gtkdoc.patch
+1 −5 meta-gnome/recipes-support/libuser/libuser_0.64.bb
+1 −1 meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb
+1 −1 meta-multimedia/recipes-multimedia/schroedinger/schroedinger_1.0.11.bb
+1 −1 meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb
+8 −1 meta-networking/recipes-protocols/frr/frr_9.1.bb
+122 −0 meta-oe/recipes-bsp/i2cdev/i2cdev/fix-musl.patch
+1 −0 meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb
+1 −1 meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb
+2 −5 meta-oe/recipes-devtools/glade/glade_3.22.2.bb
+1 −1 meta-oe/recipes-devtools/grpc/grpc_1.60.0.bb
+33 −0 meta-oe/recipes-extended/flatpak/flatpak/0001-meson.build-require-native-gtkdoc.patch
+1 −0 meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb
+1 −1 meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb
+1 −1 meta-oe/recipes-gnome/gmime/gmime_3.2.13.bb
+0 −46 meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0001-Revert-media-ctl-Don-t-install-libmediactl-and-libv4.patch
+46 −0 meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0001-keytable-meson-Restrict-the-installation-of-50-rc_ke.patch
+0 −23 meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0002-original-patch-mediactl-pkgconfig.patch
+0 −26 meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0003-original-patch-export-mediactl-headers.patch
+12 −16 meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.26.1.bb
+4 −1 meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb
+1 −1 meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
+1 −0 meta-oe/recipes-support/rng-tools/rng-tools/default
+42 −0 meta-oe/recipes-support/rng-tools/rng-tools/init
+32 −0 meta-oe/recipes-support/rng-tools/rng-tools/rng-tools.service
+69 −0 meta-oe/recipes-support/rng-tools/rng-tools_6.16.bb
+0 −91 meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools/0001-Replace-LFS-functions.patch
+0 −1 meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.0.9.bb
+2 −2 meta-python/recipes-devtools/python/python3-apispec_6.4.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-engineio_4.8.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-eth-hash_0.6.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-google-api-python-client_2.113.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-google-auth_2.26.2.bb
+3 −7 meta-python/recipes-devtools/python/python3-marshmallow_3.20.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-protobuf_4.25.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-socketio_5.11.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-web3_6.14.0.bb
+1 −1 meta-xfce/recipes-xfce/thunar/thunar_4.19.0.bb
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 @@ -108,7 +108,7 @@ require conf/distro/include/no-static-libs.inc
require conf/distro/include/yocto-uninative.inc
require conf/distro/include/security_flags.inc

INHERIT += "${@bb.utils.contains('BUILD_ARCH', 'ppc64le', '', 'uninative', d)}"
INHERIT += "${@bb.utils.contains_any('BUILD_ARCH', 'ppc64le riscv64', '', 'uninative', d)}"

# Add /etc/build to every image
INHERIT += "image-buildinfo"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
From fdcd8fbf23983d33327967f3e4249bba7c5a1b93 Mon Sep 17 00:00:00 2001
From: Khem Raj <[email protected]>
Date: Tue, 9 Jan 2024 11:15:21 -0800
Subject: [PATCH] tls/tests/connection.c: Disable unclean-close-by-server with
openssl backend

This test does not work when using openssl backend as reported here [1]

Fixes

not ok /tls/openssl/connection/unclean-close-by-server - GLib-Net:ERROR:../tls/tests/connection.c:2374:test_unclean_close_by_server: assertion failed (test->read_error == (g-tls-error-quark, 6)): Error reading data from TLS socket: error:00000005:lib(0)::reason(5) (g-tls-error-quark, 1) Bail out!
stderr:
**
GLib-Net:ERROR:../tls/tests/connection.c:2374:test_unclean_close_by_server: assertion failed (test->read_error == (g-tls-error-quark, 6)): Error reading data from TLS socket: error:00000005:lib(0)::reason(5) (g-tls-error-quark, 1)

[1] https://gitlab.gnome.org/GNOME/glib-networking/-/issues/219

Upstream-Status: Inappropriate [ Disabled test as a workaround until fixed ]
Signed-off-by: Khem Raj <[email protected]>
---
tls/tests/connection.c | 2 ++
1 file changed, 2 insertions(+)

--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -3466,8 +3466,10 @@ main (int argc,
setup_connection, test_simultaneous_sync_rehandshake, teardown_connection);
g_test_add ("/tls/" BACKEND "/connection/close-immediately", TestConnection, NULL,
setup_connection, test_close_immediately, teardown_connection);
+ #ifndef BACKEND_IS_OPENSSL
g_test_add ("/tls/" BACKEND "/connection/unclean-close-by-server", TestConnection, NULL,
setup_connection, test_unclean_close_by_server, teardown_connection);
+ #endif
g_test_add ("/tls/" BACKEND "/connection/async-implicit-handshake", TestConnection, NULL,
setup_connection, test_async_implicit_handshake, teardown_connection);
g_test_add ("/tls/" BACKEND "/connection/output-stream-close", TestConnection, NULL,
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

PACKAGECONFIG:remove = "gnutls"
PACKAGECONFIG:append = " openssl"

SRC_URI:append = " file://0001-tls-tests-connection.c-Disable-unclean-close-by-serv.patch"
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 71 files
+24 −18 bitbake/lib/bb/runqueue.py
+1 −1 documentation/contributor-guide/submit-changes.rst
+4 −0 documentation/dev-manual/building.rst
+1 −1 documentation/dev-manual/licenses.rst
+22 −11 documentation/dev-manual/start.rst
+1 −0 documentation/migration-guides/release-4.3.rst
+247 −0 documentation/migration-guides/release-notes-4.3.2.rst
+8 −0 documentation/overview-manual/development-environment.rst
+20 −0 documentation/overview-manual/yp-intro.rst
+30 −11 documentation/ref-manual/classes.rst
+5 −0 documentation/ref-manual/resources.rst
+7 −10 documentation/ref-manual/system-requirements.rst
+23 −16 documentation/ref-manual/variables.rst
+7 −0 documentation/what-i-wish-id-known.rst
+4 −3 meta/classes-global/insane.bbclass
+1 −1 meta/classes-recipe/autotools.bbclass
+2 −19 meta/classes-recipe/gtk-doc.bbclass
+2 −2 meta/classes-recipe/meson.bbclass
+4 −0 meta/classes-recipe/siteinfo.bbclass
+6 −2 meta/classes-recipe/xmlcatalog.bbclass
+1 −1 meta/classes/chrpath.bbclass
+0 −1 meta/conf/distro/include/maintainers.inc
+5 −0 meta/conf/distro/include/no-static-libs.inc
+3 −3 meta/lib/oe/package.py
+19 −15 meta/lib/oeqa/selftest/cases/sstatetests.py
+1 −1 meta/recipes-connectivity/iw/iw_6.7.bb
+6 −0 meta/recipes-core/coreutils/coreutils_9.4.bb
+21 −0 meta/recipes-core/glib-2.0/glib-2.0/native-gtkdoc.patch
+1 −0 meta/recipes-core/glib-2.0/glib-2.0_2.78.3.bb
+0 −2 meta/recipes-core/glib-2.0/glib.inc
+2 −0 meta/recipes-core/glibc/glibc-version.inc
+5 −2 meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces
+3 −0 meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb
+1 −2 meta/recipes-core/util-linux/util-linux_2.39.3.bb
+34 −0 meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-remove-numeric-owner-parameter-overzealou.patch
+1 −0 meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb
+1 −1 meta/recipes-devtools/tcltk/tcl_8.6.13.bb
+2 −0 meta/recipes-extended/mdadm/mdadm_4.2.bb
+0 −52 meta/recipes-extended/shadow/files/0001-Disable-use-of-syslog-for-sysroot.patch
+0 −41 meta/recipes-extended/shadow/files/0001-Fix-can-not-print-full-login.patch
+0 −65 meta/recipes-extended/shadow/files/0001-Overhaul-valid_field.patch
+0 −53 meta/recipes-extended/shadow/files/CVE-2023-29383.patch
+0 −147 meta/recipes-extended/shadow/files/CVE-2023-4641.patch
+9 −7 meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch
+17 −13 meta/recipes-extended/shadow/shadow.inc
+0 −0 meta/recipes-extended/shadow/shadow_4.14.2.bb
+24 −0 meta/recipes-gnome/gtk-doc/files/0001-Don-t-use-docdir-from-environment.patch
+2 −1 meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb
+0 −34 meta/recipes-graphics/cairo/cairo/CVE-2018-19876.patch
+0 −20 meta/recipes-graphics/cairo/cairo/CVE-2019-6461.patch
+0 −40 meta/recipes-graphics/cairo/cairo/CVE-2019-6462.patch
+0 −60 meta/recipes-graphics/cairo/cairo/CVE-2020-35492.patch
+1 −1 meta/recipes-graphics/cairo/cairo/cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff
+26 −47 meta/recipes-graphics/cairo/cairo_1.18.0.bb
+1 −1 meta/recipes-graphics/drm/libdrm_2.4.120.bb
+0 −0 meta/recipes-graphics/mesa/mesa-gl_23.3.3.bb
+1 −1 meta/recipes-graphics/mesa/mesa.inc
+0 −0 meta/recipes-graphics/mesa/mesa_23.3.3.bb
+33 −0 meta/recipes-kernel/kmod/kmod/gtkdocdir.patch
+1 −2 meta/recipes-kernel/kmod/kmod_31.bb
+27 −3 meta/recipes-kernel/linux-firmware/linux-firmware_20231211.bb
+21 −0 meta/recipes-sato/webkit/webkitgtk/no-musttail-arm.patch
+1 −0 meta/recipes-sato/webkit/webkitgtk_2.42.2.bb
+6 −1 meta/recipes-support/bmap-tools/bmap-tools_git.bb
+36 −0 meta/recipes-support/bmap-tools/files/0001-BmapCopy.py-fix-error-message.patch
+83 −0 meta/recipes-support/bmap-tools/files/0002-CLI.py-fix-block-device-udev-race-condition.patch
+43 −0 meta/recipes-support/bmap-tools/files/0003-BmapCopy.py-tweak-suggested-udev-rule.patch
+0 −1 meta/recipes-support/rng-tools/rng-tools/default
+0 −42 meta/recipes-support/rng-tools/rng-tools/init
+0 −32 meta/recipes-support/rng-tools/rng-tools/rng-tools.service
+0 −69 meta/recipes-support/rng-tools/rng-tools_6.16.bb

0 comments on commit f55b485

Please sign in to comment.