diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-04-09 11:43:41 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-04-09 11:43:43 -0400 |
commit | 69288b17c099e7949527f29aeb4d7fce749e1ab8 (patch) | |
tree | 72819835559aaa5fefaf010bd726081f522693a4 | |
parent | 261cdbefcbaa56d27fcf53f2bd140a8f0d63c6f3 (diff) | |
download | meta-virtualization-69288b17c099e7949527f29aeb4d7fce749e1ab8.tar.gz |
kernel: drop 4.18 bbappend
4.18 has been removed from oe-core master, so we no longer need
this bbappend.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-yocto_4.18.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-yocto_4.18.bbappend b/recipes-kernel/linux/linux-yocto_4.18.bbappend deleted file mode 100644 index 617caccb..00000000 --- a/recipes-kernel/linux/linux-yocto_4.18.bbappend +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', '${BPN}_virtualization.inc', '', d)} | ||