summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-boundary/recipes-kernel/linux/linux-boundary_4.1.15.bbappend
diff options
context:
space:
mode:
authorNathan Illerbrun <nillerbrun@gmail.com>2017-02-23 08:09:59 -0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-02-25 05:45:16 +0000
commit8230ee25555631bd61d3c4f2e3156c6af1b23978 (patch)
tree8561e588e28b164d6c9f6f61b1ffe1c7991b3740 /meta-agl-bsp/meta-boundary/recipes-kernel/linux/linux-boundary_4.1.15.bbappend
parentbf5393b15afac747f35d1d38393622cb977255ea (diff)
remove smack config frags (contained in intel-iot), fix hid.cfg
Change-Id: Iece0d626725dcb218029c58b3772933eb5e93999 Signed-off-by: Nathan Illerbrun <nillerbrun@gmail.com>
Diffstat (limited to 'meta-agl-bsp/meta-boundary/recipes-kernel/linux/linux-boundary_4.1.15.bbappend')
-rw-r--r--meta-agl-bsp/meta-boundary/recipes-kernel/linux/linux-boundary_4.1.15.bbappend6
1 files changed, 2 insertions, 4 deletions
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 e2996f95c..5dbd457df 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)