diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-10 04:21:52 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-15 18:24:13 +0000 |
commit | 8e1a34f5501714db49d68c404edecdaedca2005d (patch) | |
tree | 5e898fb77f4c67ec5b250540095521f1089d7d63 | |
parent | ade1182494d1211b358e3881e156ae5fde0dadf6 (diff) | |
download | meta-virtualization-8e1a34f5501714db49d68c404edecdaedca2005d.tar.gz |
kernel: drop 5.15 inc file
5.15 hasn't been in master for quite some time, so we drop
our version matching .inc
Support for 5.15 can be found on release branches.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-yocto_5.15_virtualization.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-yocto_5.15_virtualization.inc b/recipes-kernel/linux/linux-yocto_5.15_virtualization.inc deleted file mode 100644 index 59311487..00000000 --- a/recipes-kernel/linux/linux-yocto_5.15_virtualization.inc +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | # include the baseline meta virtualization configuration options | ||
2 | # after this include, we can do version specific things | ||
3 | |||
4 | include linux-yocto_virtualization.inc | ||