]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/3.8: qemumips boot fixes and netfilter kernel features
authorBruce Ashfield <bruce.ashfield@windriver.com>
Thu, 11 Apr 2013 03:45:25 +0000 (03:45 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Apr 2013 07:27:00 +0000 (08:27 +0100)
commit0271dec64591c4d91933b3a8db875a374a63640b
treef334004fa0b6d1ec1cbdda6fc61e9470dca8302e
parentb7b7ebe57bd6fd248e80be0b7e517a3ceb7cfd11
linux-yocto/3.8: qemumips boot fixes and netfilter kernel features

Updating the linux-yocto-3.8 recipes to fix two issues:

1) qemumips boot

This is fixed by:

  Revert "Input: i8042-io - fix up region handling on MIPS"

And by disabling ftrace for qemumips boards

2) netfilter options being dropped

When KERNEL_EXTRA_FEATURES was introduced, and allowed to be
inhibited, the variable was only applied to qemux86 machines. It
should be applied ot all machine types (unless inhibited), so we
restore that functionality.

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.8.bb
meta/recipes-kernel/linux/linux-yocto-tiny_3.8.bb
meta/recipes-kernel/linux/linux-yocto_3.8.bb