From 64bb014ea6314d1f373fa6b52cdf8aaead1fafcb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 17 Oct 2010 01:18:48 -0400 Subject: 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 --- meta/recipes-kernel/linux/linux-wrs_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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" # functionality flags force_revisions = "t" +KERNEL_FEATURES=features/netfilter do_patch() { cd ${S} -- cgit v1.2.3-54-g00ecf