diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-14 14:13:57 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-14 22:58:45 +0000 |
commit | 4b967d90ea4e4b5862c550da44439b7e3b9e19a8 (patch) | |
tree | ab42a46ddc265bf5decbfd23ab1244fb6de09e9b /meta/recipes-kernel | |
parent | 9be7accfecfdbf0677598055f70d11c7e0fe0681 (diff) | |
download | poky-4b967d90ea4e4b5862c550da44439b7e3b9e19a8.tar.gz |
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 <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb index b5bde68cfd..5e56b4c161 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | |||
@@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | |||
5 | 5 | ||
6 | SRCREV_machine ?= "f17f18f928d3af8b18b69fdf224b3e4ed86dbfbf" | 6 | SRCREV_machine ?= "f17f18f928d3af8b18b69fdf224b3e4ed86dbfbf" |
7 | SRCREV_machine_qemuppc ?= "82c9f3bfe1c97ba8b653bff8d4e030cf54bc1de7" | 7 | SRCREV_machine_qemuppc ?= "82c9f3bfe1c97ba8b653bff8d4e030cf54bc1de7" |
8 | SRCREV_meta ?= "d57f7367a5f44a47b84425bb48601b41c6d0ed8a" | 8 | SRCREV_meta ?= "8f8af5a3b1cd4ea4ec76e0db763efeb3807ad76c" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
11 | 11 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb index 48d6082a6b..a987022ddc 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | |||
@@ -10,7 +10,7 @@ LINUX_VERSION ?= "3.10.28" | |||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "3e0a296fae952d8d93eb0f96566bf6d4a978c8ee" | 12 | SRCREV_machine ?= "3e0a296fae952d8d93eb0f96566bf6d4a978c8ee" |
13 | SRCREV_meta ?= "d57f7367a5f44a47b84425bb48601b41c6d0ed8a" | 13 | SRCREV_meta ?= "8f8af5a3b1cd4ea4ec76e0db763efeb3807ad76c" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 32d5fee021..efbf24d3b3 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" | |||
18 | SRCREV_machine_qemux86-64 ?= "3e0a296fae952d8d93eb0f96566bf6d4a978c8ee" | 18 | SRCREV_machine_qemux86-64 ?= "3e0a296fae952d8d93eb0f96566bf6d4a978c8ee" |
19 | SRCREV_machine_qemumips64 ?= "fe1fab7061b8369deca03b2ec59f186bdbe2b8d9" | 19 | SRCREV_machine_qemumips64 ?= "fe1fab7061b8369deca03b2ec59f186bdbe2b8d9" |
20 | SRCREV_machine ?= "3e0a296fae952d8d93eb0f96566bf6d4a978c8ee" | 20 | SRCREV_machine ?= "3e0a296fae952d8d93eb0f96566bf6d4a978c8ee" |
21 | SRCREV_meta ?= "d57f7367a5f44a47b84425bb48601b41c6d0ed8a" | 21 | SRCREV_meta ?= "8f8af5a3b1cd4ea4ec76e0db763efeb3807ad76c" |
22 | 22 | ||
23 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 23 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
24 | 24 | ||