From 780038798bb56bcf94c272836afc78ada15c7b89 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 20 Mar 2019 07:59:22 +0800 Subject: linux-yocto: add bbappend for kernel 5.0 Signed-off-by: Yi Zhao Signed-off-by: Joe MacDonald --- recipes-kernel/linux/linux-yocto_5.%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-kernel/linux/linux-yocto_5.%.bbappend diff --git a/recipes-kernel/linux/linux-yocto_5.%.bbappend b/recipes-kernel/linux/linux-yocto_5.%.bbappend new file mode 100644 index 0000000..7719d3b --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_5.%.bbappend @@ -0,0 +1 @@ +require ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', '${BPN}_selinux.inc', '', d)} -- cgit v1.2.3-54-g00ecf