From 9dfddcc8bfc9ba13e24c264305f0cdc0194b38b8 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Tue, 12 Jan 2016 18:37:34 +0000 Subject: QEMU kernel: add and fix fanotify API (SPEC-89) fanotify API is currently enabled on meta-renesas kernel, and is required by our LTP tests (see mention on https://jira.automotivelinux.org/browse/SPEC-89), but was not available on QEMU kernel. This creates a gap which may break client applications. We also add the patch to fix issue described at https://jira.automotivelinux.org/browse/SPEC-89. Change-Id: Ic201eec7d91553db75f5a5783c47fe1a7d8f7c86 Signed-off-by: Manuel Bachmann --- meta-agl-bsp/recipes-kernel/linux/linux-yocto/fanotify.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-agl-bsp/recipes-kernel/linux/linux-yocto/fanotify.cfg (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-yocto/fanotify.cfg') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto/fanotify.cfg b/meta-agl-bsp/recipes-kernel/linux/linux-yocto/fanotify.cfg new file mode 100644 index 000000000..de5dd8d31 --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto/fanotify.cfg @@ -0,0 +1,3 @@ +# Enable the fanotify API (notification/interception of FS events) +CONFIG_FANOTIFY=y +CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y -- cgit 1.2.3-korg