diff options
| author | Ross Burton <ross.burton@arm.com> | 2026-05-13 11:52:04 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-05-17 10:16:13 +0530 |
| commit | b2657486b3af5472e3268361296da5092aa9dca7 (patch) | |
| tree | e75096aed5a0089729d747108012f81f7bcd4584 /meta-oe | |
| parent | 3abfbefd4fb552fffb81c5ba844cd9054e79d71e (diff) | |
| download | meta-openembedded-b2657486b3af5472e3268361296da5092aa9dca7.tar.gz | |
iwd: depend on the regulatory database
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>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_3.12.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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} = "\ | |||
| 59 | kernel-module-pkcs7-message \ | 59 | kernel-module-pkcs7-message \ |
| 60 | kernel-module-pkcs8-key-parser \ | 60 | kernel-module-pkcs8-key-parser \ |
| 61 | kernel-module-x509-key-parser \ | 61 | kernel-module-x509-key-parser \ |
| 62 | wireless-regdb-static \ | ||
| 62 | " | 63 | " |
