From c3bd7a21d4e01357eb18dbea2da6a6e3e054c577 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 26 Jan 2023 21:59:22 -0500 Subject: kernel: drop linux-yocto-dev.bbappend The more generic linux-%.bbappend will match on linux-yocto-dev. If we have the version specific .inc files in the layer, then we will have support for linux-yocto-dev. Since we already track the linux-yocto-tested versions, it isn't hard to track the -dev kernel version. Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto-dev.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes-kernel/linux/linux-yocto-dev.bbappend diff --git a/recipes-kernel/linux/linux-yocto-dev.bbappend b/recipes-kernel/linux/linux-yocto-dev.bbappend deleted file mode 100644 index 20eeba95..00000000 --- a/recipes-kernel/linux/linux-yocto-dev.bbappend +++ /dev/null @@ -1 +0,0 @@ -require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', 'linux-yocto_virtualization.inc', '', d)} -- cgit v1.2.3-54-g00ecf