From 927b9b8487662833362537fc15e56d55809ac756 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 6 Feb 2023 15:55:46 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/conf/layer.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-networking/conf') 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 \ -- cgit 1.2.3-korg