From 5fd37dbe1c0460362b70885241d04df8e3a47eaf Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 18 Mar 2019 09:50:11 -0400 Subject: kernel: add 5.0 bbappend Althought the bbappends are currently empty, lets stick with the versioned (versus wildcard) bbappend. They serve as an explicit reference to which kernels have been tested with meta-virt Signed-off-by: Bruce Ashfield --- recipes-kernel/linux/linux-yocto_5.0.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-kernel/linux/linux-yocto_5.0.bbappend (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-yocto_5.0.bbappend b/recipes-kernel/linux/linux-yocto_5.0.bbappend new file mode 100644 index 00000000..617caccb --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_5.0.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('DISTRO_FEATURES', 'virtualization', '${BPN}_virtualization.inc', '', d)} -- cgit v1.2.3-54-g00ecf