summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-01-26 21:59:22 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-01-27 10:32:05 -0500
commitc3bd7a21d4e01357eb18dbea2da6a6e3e054c577 (patch)
treeca11f1ee424e3f5035c48e47e1535a2223f08755 /recipes-kernel
parent31954471605ae3b41627a0ab7b0dcfe8c5851bd7 (diff)
downloadmeta-virtualization-c3bd7a21d4e01357eb18dbea2da6a6e3e054c577.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-yocto-dev.bbappend1
1 files changed, 0 insertions, 1 deletions
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 @@
1require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', 'linux-yocto_virtualization.inc', '', d)}