aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/conf
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2023-02-06 15:55:46 +0800
committerKhem Raj <raj.khem@gmail.com>2023-02-06 07:59:29 -0800
commit927b9b8487662833362537fc15e56d55809ac756 (patch)
treee542f0443190b263be0ae9a1d6d4f8ffe493cd5d /meta-networking/conf
parent4b3e6289cd4c3615266e5d99476772096d88df42 (diff)
downloadmeta-openembedded-927b9b8487662833362537fc15e56d55809ac756.tar.gz
crda: remove recipe
CRDA is no longer needed as of kernel v4.15 since commit 007f6c5e6eb45 ("cfg80211: support loading regulatory database as firmware file") added support to use the kernel's firmware request API which looks for the firmware on /lib/firmware. Because of this CRDA is legacy software for older kernels, remove the recipe. It could change regulatory domains with iw and wpa_supplicant. Refs 1. https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/crda.git/tree/README#n8 2. https://wireless.wiki.kernel.org/en/developers/Regulatory/CRDA Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/conf')
-rw-r--r--meta-networking/conf/layer.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index c643e889c0..5716eb3f22 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -22,7 +22,6 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
wireguard-tools->wireguard-module \
- wireless-regdb->crda \
"
BBFILES_DYNAMIC += " \
meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \