diff options
author | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-11-02 13:53:35 +0100 |
---|---|---|
committer | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-11-02 15:41:21 +0100 |
commit | b0ca2942f2e7abefe45745608400c1ddb7be1a97 (patch) | |
tree | c023e711106b0a5e0e9cc949f7955280fce4ef42 | |
parent | 641df96b3db616c5a79caf9b966cef9639d4ed05 (diff) |
recipes-kernel: remove duplicate configuration
These are already delivered by another layer as a fragment configuration.
Change-Id: I52fbbe0f0bf76767d2d4d2b75f58e756e5fcf715
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
-rw-r--r-- | meta-rcar-gen2/recipes-kernel/linux/linux.inc | 16 |
1 files changed, 0 insertions, 16 deletions
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: |