From a70f782663ba7b90fe4f9f703075f3ac7d6dfa90 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 7 Feb 2023 09:44:24 +0800 Subject: [PATCH] linux-yocto: make the bbappend generic Dont keep linux-yocto bbappends tied to versions so we don't need to keep them in sync. Signed-off-by: Anuj Mittal --- .../{linux-yocto-rt_5.%.bbappend => linux-yocto-rt_%.bbappend} | 0 recipes-kernel/linux/linux-yocto-rt_6.%.bbappend | 1 - recipes-kernel/linux/linux-yocto_%.bbappend | 2 ++ recipes-kernel/linux/linux-yocto_5.%.bbappend | 1 - recipes-kernel/linux/linux-yocto_6.%.bbappend | 1 - 5 files changed, 2 insertions(+), 3 deletions(-) rename recipes-kernel/linux/{linux-yocto-rt_5.%.bbappend => linux-yocto-rt_%.bbappend} (100%) delete mode 100644 recipes-kernel/linux/linux-yocto-rt_6.%.bbappend delete mode 100644 recipes-kernel/linux/linux-yocto_5.%.bbappend delete mode 100644 recipes-kernel/linux/linux-yocto_6.%.bbappend diff --git a/recipes-kernel/linux/linux-yocto-rt_5.%.bbappend b/recipes-kernel/linux/linux-yocto-rt_%.bbappend similarity index 100% rename from recipes-kernel/linux/linux-yocto-rt_5.%.bbappend rename to recipes-kernel/linux/linux-yocto-rt_%.bbappend diff --git a/recipes-kernel/linux/linux-yocto-rt_6.%.bbappend b/recipes-kernel/linux/linux-yocto-rt_6.%.bbappend deleted file mode 100644 index daa7dd6b..00000000 --- a/recipes-kernel/linux/linux-yocto-rt_6.%.bbappend +++ /dev/null @@ -1 +0,0 @@ -require meta-intel-compat-kernel.inc diff --git a/recipes-kernel/linux/linux-yocto_%.bbappend b/recipes-kernel/linux/linux-yocto_%.bbappend index 7657b02f..9f3d43e3 100644 --- a/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/recipes-kernel/linux/linux-yocto_%.bbappend @@ -1,3 +1,5 @@ +require meta-intel-compat-kernel.inc + # The kernel build is 64-bit regardless, so include both common overrides. # Without this, the kernel will be missing vars that make it buildable for the # intel-corei7-64 machine. diff --git a/recipes-kernel/linux/linux-yocto_5.%.bbappend b/recipes-kernel/linux/linux-yocto_5.%.bbappend deleted file mode 100644 index daa7dd6b..00000000 --- a/recipes-kernel/linux/linux-yocto_5.%.bbappend +++ /dev/null @@ -1 +0,0 @@ -require meta-intel-compat-kernel.inc diff --git a/recipes-kernel/linux/linux-yocto_6.%.bbappend b/recipes-kernel/linux/linux-yocto_6.%.bbappend deleted file mode 100644 index daa7dd6b..00000000 --- a/recipes-kernel/linux/linux-yocto_6.%.bbappend +++ /dev/null @@ -1 +0,0 @@ -require meta-intel-compat-kernel.inc