diff mbox series

[wrynose,meta-oe,21/29] iwd: depend on the regulatory database

Message ID b2657486b3af5472e3268361296da5092aa9dca7.1779004358.git.anuj.mittal@oss.qualcomm.com
State New
Headers show
Series [wrynose,meta-networking,01/29] libcoap: mark CVE-2026-29013 patched | expand

Commit Message

Anuj Mittal May 17, 2026, 8:19 a.m. UTC
From: Ross Burton <ross.burton@arm.com>

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 <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
(cherry picked from commit 51ed0fcecd3c3a7138319b3e3bcb6315add30356)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
---
 meta-oe/recipes-connectivity/iwd/iwd_3.12.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 \
 "