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=88ac94b15e15705d299b946d7125aea22293df3d;hb=refs%2Fchanges%2F63%2F12063%2F3;hp=5dbd457df5aa2a0899210ee58589366de80732f8;hpb=5692de99c4e04d51a6c5da86fea1710d55420873;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 5dbd457df..88ac94b15 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,33 +1 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -DEPENDS += "kern-tools-native" - -# Enable support for AR9271 -SRC_URI_append = " file://ath9k_htc.cfg" - -# Enable support for Bluetooth HCI USB devices -SRC_URI_append = " file://btusb.cfg" - -# Enable support for Bluetooth HCI USB devices -SRC_URI_append = " file://btusb.cfg" - -# Enable support for HID multitouch -SRC_URI_append = " file://hid.cfg" - -# Enable support for RTLSDR -SRC_URI_append = " file://rtl_sdr.cfg" - -# returns all the elements from the src uri that are .cfg files -def find_cfgs(d): - sources=src_patches(d, True) - sources_list=[] - for s in sources: - if s.endswith('.cfg'): - sources_list.append(s) - - return sources_list - -do_configure_prepend () { - cp -a ${WORKDIR}/defconfig .config - merge_config.sh -m .config ${@" ".join(find_cfgs(d))} -} \ No newline at end of file +require recipes-kernel/linux/linux-agl.inc