From 70652e1bf32ae5d5854c1e4e29ad2b921819ab69 Mon Sep 17 00:00:00 2001 From: Nathan Illerbrun Date: Tue, 21 Feb 2017 13:07:11 -0800 Subject: These config fragments are already include through meta-intel-iot-security. Also fix HID config fragment. Change-Id: Ic14d0dffac93173e0b840294b0edeaee69be1ca7 Signed-off-by: Nathan Illerbrun --- .../recipes-kernel/linux/linux-boundary_4.1.15.bbappend | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta-agl-bsp/meta-boundary/recipes-kernel/linux/linux-boundary_4.1.15.bbappend') diff --git a/meta-agl-bsp/meta-boundary/recipes-kernel/linux/linux-boundary_4.1.15.bbappend b/meta-agl-bsp/meta-boundary/recipes-kernel/linux/linux-boundary_4.1.15.bbappend index ab9db0183..8cadbbaf0 100644 --- a/meta-agl-bsp/meta-boundary/recipes-kernel/linux/linux-boundary_4.1.15.bbappend +++ b/meta-agl-bsp/meta-boundary/recipes-kernel/linux/linux-boundary_4.1.15.bbappend @@ -1,5 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +DEPENDS += "kern-tools-native" + # Enable support for AR9271 SRC_URI_append = " file://ath9k_htc.cfg" @@ -15,10 +17,6 @@ SRC_URI_append = " file://hid.cfg" # Enable support for RTLSDR SRC_URI_append = " file://rtl_sdr.cfg" -# Set security default to SMACK -SRC_URI_append = " file://smack.cfg" -SRC_URI_append = " file://smack-default-lsm.cfg" - # returns all the elements from the src uri that are .cfg files def find_cfgs(d): sources=src_patches(d, True) -- cgit