From patchwork Wed May 13 10:52:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 88028 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 ECAE7CD4F24 for ; Wed, 13 May 2026 10:52:18 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.4835.1778669535683104917 for ; Wed, 13 May 2026 03:52:15 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=WBULs9kD; 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 AEB9B1655 for ; Wed, 13 May 2026 03:52:09 -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 87DBD3F7B4 for ; Wed, 13 May 2026 03:52:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1778669534; bh=LIYKBdJ2AdGK2s8YTy2htgGFXs3qeQCYIlSGkgSqc8s=; h=From:To:Subject:Date:From; b=WBULs9kDELkSqrFKQ+JlTshIr9sNiE9oJN37+OJz+7DSJlz6BWH6w44vD6XJv4y9H B99GPD4tX36Wpo0wR5Q8EovC78kwtjYSUDJnCd/UGcFomOesQVrBKkwXnbP31pbM87 h21JhBPLjrWQf+ZOnObApLTF/HiEF50gktvhHZwQ= From: Ross Burton To: openembedded-devel@lists.openembedded.org Subject: [PATCH v2 1/7] iwd: depend on the regulatory database Date: Wed, 13 May 2026 11:52:04 +0100 Message-ID: <20260513105210.2109216-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 ; Wed, 13 May 2026 10:52:18 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/126965 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 \ "