From 4b967d90ea4e4b5862c550da44439b7e3b9e19a8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 14 Feb 2014 14:13:57 -0500 Subject: linux-yocto/3.10: enable CONFIG_FHANDLE for standard and preempt-rt kernels CONFIG_FHANDLE is now a requirement for systemd support: http://cgit.freedesktop.org/systemd/systemd/commit/README?id=c2cb7cbbd526e572b1caa1d7f70be68195b513a9 So we add it into our default standard and preempt-rt kernel types, the overhead is small and having this always configured allows init system switching, without a kernel rebuild. (From OE-Core rev: 63d5be8f7fec74a7e4bac36b28e93071119cdf6d) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_3.10.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 32d5fee..efbf24d 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb @@ -18,7 +18,7 @@ SRCREV_machine_qemux86 ?= "3e0a296fae952d8d93eb0f96566bf6d4a978c8ee" SRCREV_machine_qemux86-64 ?= "3e0a296fae952d8d93eb0f96566bf6d4a978c8ee" SRCREV_machine_qemumips64 ?= "fe1fab7061b8369deca03b2ec59f186bdbe2b8d9" SRCREV_machine ?= "3e0a296fae952d8d93eb0f96566bf6d4a978c8ee" -SRCREV_meta ?= "d57f7367a5f44a47b84425bb48601b41c6d0ed8a" +SRCREV_meta ?= "8f8af5a3b1cd4ea4ec76e0db763efeb3807ad76c" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" -- cgit v1.1