From a58f99ce80111bce06db8fa515b7221a8d8e8f69 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 9 Aug 2021 23:08:20 +0800 Subject: linux-intel-rt: fix the override syntax Make sure that KCONF_AUDIT_LEVEL value is actually applied. Signed-off-by: Anuj Mittal --- recipes-kernel/linux/linux-intel-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel/linux') diff --git a/recipes-kernel/linux/linux-intel-rt_5.10.bb b/recipes-kernel/linux/linux-intel-rt_5.10.bb index 8803061b..597d3d0d 100644 --- a/recipes-kernel/linux/linux-intel-rt_5.10.bb +++ b/recipes-kernel/linux/linux-intel-rt_5.10.bb @@ -32,4 +32,4 @@ KCONF_BSP_AUDIT_LEVEL = "0" # Disabling CONFIG_SND_SOC_INTEL_SKYLAKE for 32-bit, does not allow to set CONFIG_SND_SOC_INTEL_SST too, which # causes config warning too. -KCONF_AUDIT_LEVEL_core2-32-intel-common = "0" +KCONF_AUDIT_LEVEL:core2-32-intel-common = "0" -- cgit v1.2.3-54-g00ecf