diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-01-12 08:42:43 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-01-12 08:42:43 -0500 |
commit | 22628b76c991f2de8c66dacee4c8c3f00a5a9a14 (patch) | |
tree | 4286fe7a19540df17521cb3bf6d76a50c2c1aa57 | |
parent | 091d654875e05fcbec2990b6ba7c6fcd3ba92e3d (diff) | |
download | meta-virtualization-22628b76c991f2de8c66dacee4c8c3f00a5a9a14.tar.gz |
Revert "kernel: drop 5.14 .inc"
The removal of the .inc was pushed prematurely. We'll remove it
again, once 5.14 is removed from core and 5.15 is the default.
This reverts commit 79e0e4598cbf83ffaf4e8d897353c233d9ec7e1b.
-rw-r--r-- | recipes-kernel/linux/linux-yocto_5.14_virtualization.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto_5.14_virtualization.inc b/recipes-kernel/linux/linux-yocto_5.14_virtualization.inc new file mode 100644 index 00000000..59311487 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_5.14_virtualization.inc | |||
@@ -0,0 +1,4 @@ | |||
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 | ||