diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-10-17 01:18:48 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2010-10-18 01:17:46 -0400 |
commit | 64bb014ea6314d1f373fa6b52cdf8aaead1fafcb (patch) | |
tree | da0eb822e8f15b9c5d98eaf23ddba495d5826bcf /meta | |
parent | 1dc2a4c17ba261c3ffaf1820a5543a6a55b10335 (diff) | |
download | poky-64bb014ea6314d1f373fa6b52cdf8aaead1fafcb.tar.gz |
linux-wrs: pass netfilter options as an addon feature
Fixes [BUGID #199]
Although an optional feature to a base BSP, most of the machines
currently supported want/need the netfilter options. To enforce
this configuration, it is temporarily forced in the kernel
recipe itself, but can move to machine configurations in the
future.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-wrs_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-wrs_git.bb b/meta/recipes-kernel/linux/linux-wrs_git.bb index 763eaf1559..c43ae11226 100644 --- a/meta/recipes-kernel/linux/linux-wrs_git.bb +++ b/meta/recipes-kernel/linux/linux-wrs_git.bb | |||
@@ -35,6 +35,7 @@ B = "${WORKDIR}/linux-${WRMACHINE}-${LINUX_KERNEL_TYPE}-build" | |||
35 | 35 | ||
36 | # functionality flags | 36 | # functionality flags |
37 | force_revisions = "t" | 37 | force_revisions = "t" |
38 | KERNEL_FEATURES=features/netfilter | ||
38 | 39 | ||
39 | do_patch() { | 40 | do_patch() { |
40 | cd ${S} | 41 | cd ${S} |