Dont keep linux-yocto bbappends tied to versions so we don't need to keep them in sync.
Signed-off-by: Anuj Mittal <[email protected]> --- .../{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 -- 2.39.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7810): https://lists.yoctoproject.org/g/meta-intel/message/7810 Mute This Topic: https://lists.yoctoproject.org/mt/96800861/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/leave/6694807/21656/1869269227/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
