]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/3.10: enable CONFIG_FHANDLE for standard and preempt-rt kernels
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 14 Feb 2014 19:13:57 +0000 (14:13 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Feb 2014 22:52:56 +0000 (22:52 +0000)
commit63d5be8f7fec74a7e4bac36b28e93071119cdf6d
tree4df6473dad2cb9d22d88ce402209479ab7da75b8
parent8569e2488e45fc7cabbdafe240ca404b2b2e8519
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.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
meta/recipes-kernel/linux/linux-yocto_3.10.bb