X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fmeta-boundary%2Frecipes-kernel%2Flinux%2Flinux-boundary_4.1.15.bbappend;h=5dbd457df5aa2a0899210ee58589366de80732f8;hb=6f6cfc38e424a55cea120327d0c365caa00cb8ce;hp=e2996f95cc0a89ea227310e742be96e93e4b1484;hpb=f5794165ee538ce1afc60b944b2836d7e763c9f4;p=AGL%2Fmeta-agl.git 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)