From patchwork Tue May 12 16:37:25 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 87910 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2069CD343F for ; Tue, 12 May 2026 16:37:34 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.79914.1778603851709672280 for ; Tue, 12 May 2026 09:37:31 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=AwTO080m; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D63DA1655 for ; Tue, 12 May 2026 09:37:25 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 850E53F836 for ; Tue, 12 May 2026 09:37:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1778603851; bh=LIYKBdJ2AdGK2s8YTy2htgGFXs3qeQCYIlSGkgSqc8s=; h=From:To:Subject:Date:From; b=AwTO080mZiWQ66CyPGK9VbJ/W2W9rSZAhHNps4jC04xC8V51mu+6DqGS+p2OshKE2 DtyuDS6723rKCFyc4beIxf4Q7ZwKRHR0zhOn/H4ntvJONdhKQjvD9ofA4thHsGMqOU Ua68q3NYHTnfDxcfc9DWyczWrCQcyFZ5MpgX4LqI= From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 1/3] iwd: depend on the regulatory database Date: Tue, 12 May 2026 17:37:25 +0100 Message-ID: <20260512163727.3832144-1-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 12 May 2026 16:37:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126872 Doing wifi without the regulatory database is not good, so add a runtime dependency to iwd to ensure that it gets pulled into the image for the kernel drivers to use. Signed-off-by: Ross Burton --- meta-oe/recipes-connectivity/iwd/iwd_3.12.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb b/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb index a53137537e..073814d89d 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb @@ -59,4 +59,5 @@ RRECOMMENDS:${PN} = "\ kernel-module-pkcs7-message \ kernel-module-pkcs8-key-parser \ kernel-module-x509-key-parser \ + wireless-regdb-static \ " From patchwork Tue May 12 16:37:26 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 87909 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1DA5BCD4F25 for ; Tue, 12 May 2026 16:37:35 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.79916.1778603852836286475 for ; Tue, 12 May 2026 09:37:32 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=QQsJj3Fm; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1502B1655 for ; Tue, 12 May 2026 09:37:27 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 974923F836 for ; Tue, 12 May 2026 09:37:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1778603852; bh=0SxkOJVvHKMVbJhzi36csz+ZEwiDzdZmHyDKYqqa37U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QQsJj3Fm0m3ItfXxP8yjy+A6GVG70WfM2AwSymmLX/J7RlehjxG8HZzDwasQkNRjA jHbjb0J/z8Gh8wEDYEeuzXgkUAFfpDOuuo27EuKk92GLTlMsMPUcXgIeQJp7la3Hvk Q7450VecEdC/h95XceDDHKimPN5a/OeZHou5vJeA= From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 2/3] libdazzle: add recipe (from oe-core) Date: Tue, 12 May 2026 17:37:26 +0100 Message-ID: <20260512163727.3832144-2-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260512163727.3832144-1-ross.burton@arm.com> References: <20260512163727.3832144-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 12 May 2026 16:37:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126873 This was previously in oe-core but is being removed as it is no longer used by anything in that layer. Signed-off-by: Ross Burton --- .../libdazzle/libdazzle_3.44.0.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-gnome/recipes-support/libdazzle/libdazzle_3.44.0.bb diff --git a/meta-gnome/recipes-support/libdazzle/libdazzle_3.44.0.bb b/meta-gnome/recipes-support/libdazzle/libdazzle_3.44.0.bb new file mode 100644 index 0000000000..9bca7e9dce --- /dev/null +++ b/meta-gnome/recipes-support/libdazzle/libdazzle_3.44.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "The libdazzle library is a companion library to GObject and Gtk+." +DESCRIPTION = "A wide range of components from utilities for GIO, widgets for \ +GTK+, an animation framework, state machines, paneling and high-performance \ +counters are included." +LICENSE = "GPL-3.0-or-later" +HOMEPAGE = "https://gitlab.gnome.org/GNOME/libdazzle" +BUGTRACKER = "https://gitlab.gnome.org/GNOME/libdazzle/issues" +LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" + +inherit gnomebase upstream-version-is-even vala features_check gobject-introspection + +DEPENDS = "glib-2.0-native glib-2.0 gtk+3" + +SRC_URI[archive.sha256sum] = "3cd3e45eb6e2680cb05d52e1e80dd8f9d59d4765212f0e28f78e6c1783d18eae" + +GIR_MESON_OPTION = 'with_introspection' + +ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" From patchwork Tue May 12 16:37:27 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 87911 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2CCF6CD4F24 for ; Tue, 12 May 2026 16:37:35 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.80303.1778603853880917594 for ; Tue, 12 May 2026 09:37:34 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=T0gZowdE; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DE29F1655 for ; Tue, 12 May 2026 09:37:27 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id A37BD3F836 for ; Tue, 12 May 2026 09:37:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1778603853; bh=7P4HjEDDZ5YjvnU/dehe3qcK7dSgpdIUAc+MbkycKiM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T0gZowdEi6MIAKvVgO+7km3f/DdXesTheYcMer8B25yxMJjpnqaZ23uaK1h8E63JW KmPhaktLifHnwstqyrqqWVRwIdHtZt+cqwjwbczw4h5QC5PPRmXYDiVKLOgN/URDgf 5z6ZNXTbKK3tNbgRvg62ByfkZWk2mHV3in6X2lOY= From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH 3/3] libhandy: add recipe (from oe-core) Date: Tue, 12 May 2026 17:37:27 +0100 Message-ID: <20260512163727.3832144-3-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260512163727.3832144-1-ross.burton@arm.com> References: <20260512163727.3832144-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 12 May 2026 16:37:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126874 This was previously in oe-core but is being removed as it is no longer used by anything in that layer. Signed-off-by: Ross Burton --- .../libhandy/libhandy_1.8.3.bb | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-gnome/recipes-support/libhandy/libhandy_1.8.3.bb diff --git a/meta-gnome/recipes-support/libhandy/libhandy_1.8.3.bb b/meta-gnome/recipes-support/libhandy/libhandy_1.8.3.bb new file mode 100644 index 0000000000..cf2c64f8d0 --- /dev/null +++ b/meta-gnome/recipes-support/libhandy/libhandy_1.8.3.bb @@ -0,0 +1,26 @@ +SUMMARY = "A library full of GTK+ widgets for mobile phones" +DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \ +GTK widgets and GObjects to ease developing applications for mobile phones. \ +It was developed by Purism (and used by several official GNOME projects) \ +to extend Gtk by providing mobile-friendly widgets and make the creation of \ +responsive apps easier." +HOMEPAGE = "https://gitlab.gnome.org/GNOME/libhandy" +BUGTRACKER = "https://gitlab.gnome.org/GNOME/libhandy/-/issues" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-8" +SRCREV = "9b0071408ce86a3ef843806fddd723a85f6f2416" + +UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.(\d*[02468])+(\.\d+))" +GIR_MESON_ENABLE_FLAG = 'enabled' +GIR_MESON_DISABLE_FLAG = 'disabled' + +inherit meson gobject-introspection vala gettext gi-docgen features_check pkgconfig + +ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" + +DEPENDS += "gtk+3" + +PACKAGES =+ "${PN}-examples" +FILES:${PN}-examples = "${bindir}"