From eabacfd2486bf4cc3cd6adf80e8ef8733f599f02 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 15 Jan 2021 22:50:49 -0500 Subject: [PATCH] kernel: drop 5.8 configs The 5.8 kernel is being dropped in oe-core, which means we don't test the 5.8 integration any more .. so we drop the .inc for the configs. Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto_5.8_virtualization.inc | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto_5.8_virtualization.inc diff --git a/recipes-kernel/linux/linux-yocto_5.8_virtualization.inc b/recipes-kernel/linux/linux-yocto_5.8_virtualization.inc deleted file mode 100644 index 59311487..00000000 --- a/recipes-kernel/linux/linux-yocto_5.8_virtualization.inc +++ /dev/null @@ -1,4 +0,0 @@ -# include the baseline meta virtualization configuration options -# after this include, we can do version specific things - -include linux-yocto_virtualization.inc