From b92e544b936c7bfee1ff9edfeb3555c6cfeb4cb1 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Mon, 29 May 2017 14:10:19 +0800 Subject: [PATCH] Add Kernel FHANDLE config that is required for systemd --- recipes-kernel/linux/linux-smarcfimx6-4.1.15/defconfig | 2 +- recipes-kernel/linux/linux-smarcfimx6_4.1.15.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-smarcfimx6-4.1.15/defconfig b/recipes-kernel/linux/linux-smarcfimx6-4.1.15/defconfig index bb9c083..d84b809 100644 --- a/recipes-kernel/linux/linux-smarcfimx6-4.1.15/defconfig +++ b/recipes-kernel/linux/linux-smarcfimx6-4.1.15/defconfig @@ -51,7 +51,7 @@ CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y # CONFIG_POSIX_MQUEUE is not set CONFIG_CROSS_MEMORY_ATTACH=y -# CONFIG_FHANDLE is not set +CONFIG_FHANDLE=y CONFIG_USELIB=y # CONFIG_AUDIT is not set CONFIG_HAVE_ARCH_AUDITSYSCALL=y diff --git a/recipes-kernel/linux/linux-smarcfimx6_4.1.15.bb b/recipes-kernel/linux/linux-smarcfimx6_4.1.15.bb index 637cf86..c916371 100644 --- a/recipes-kernel/linux/linux-smarcfimx6_4.1.15.bb +++ b/recipes-kernel/linux/linux-smarcfimx6_4.1.15.bb @@ -17,7 +17,7 @@ SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH} \ file://defconfig \ " -SRCREV = "8c33a85f8e62ff899bf92d30b4cf240e3eae2ab5" +SRCREV = "1ac9573579204902fc9144d0b73e55f2da60a94a" PV = "4.1.15" LOCALVERSION = "-1.0.1_smarc" -- 1.9.1