From b0ca2942f2e7abefe45745608400c1ddb7be1a97 Mon Sep 17 00:00:00 2001 From: Yannick Gicquel Date: Wed, 2 Nov 2016 13:53:35 +0100 Subject: recipes-kernel: remove duplicate configuration These are already delivered by another layer as a fragment configuration. Change-Id: I52fbbe0f0bf76767d2d4d2b75f58e756e5fcf715 Signed-off-by: Yannick Gicquel --- meta-rcar-gen2/recipes-kernel/linux/linux.inc | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'meta-rcar-gen2') diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux.inc b/meta-rcar-gen2/recipes-kernel/linux/linux.inc index a5f981f..af8d8ac 100644 --- a/meta-rcar-gen2/recipes-kernel/linux/linux.inc +++ b/meta-rcar-gen2/recipes-kernel/linux/linux.inc @@ -230,22 +230,6 @@ do_configure_bluetooth() { kernel_configure_variable RFKILL m } -do_configure_append_smack() { - # Enable Smack - kernel_configure_variable IP_NF_SECURITY m - kernel_configure_variable IP6_NF_SECURITY m - kernel_configure_variable EXT2_FS_SECURITY y - kernel_configure_variable EXT3_FS_SECURITY y - kernel_configure_variable EXT4_FS_SECURITY y - kernel_configure_variable SECURITY y - kernel_configure_variable SECURITY_SMACK y - kernel_configure_variable TMPFS_XATTR y - - kernel_configure_variable DEFAULT_SECURITY "smack" - kernel_configure_variable DEFAULT_SECURITY_SMACK y - yes '' | oe_runmake -C ${S} O=${B} oldconfig -} - # Automatically depend on lzop-native if CONFIG_KERNEL_LZO is enabled python () { try: -- cgit 1.2.3-korg