From b678c686af5962c8ceec4517aa27992c9ba2d47b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 21 Nov 2016 19:30:27 +0200 Subject: meta-agl-bsp: More CES 2017 demo hardware support for TI Vayu Tweaked the rtl_sdr.cfg fragment for linux-ti-staging to add CONFIG_I2C_MUX, as it is required by the RTL28xx driver Kconfig in newer kernels. As well, added another fragment to linux-ti-staging to enable USB Bluetooth HCI devices so that USB Bluetooth adapters will work on Vayu. Change-Id: Ifd40f25e2159066fea4707a7915ba9b6dee52e0c Signed-off-by: Scott Murray --- .../meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend') diff --git a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend index 611675503..799c81e70 100644 --- a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend +++ b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bbappend @@ -5,16 +5,20 @@ KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ramblock_nbd.cfg" SRC_URI_append = " file://smack.cfg" SRC_URI_append = " file://smack-default-lsm.cfg" -KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/smack.cfg ${WORKDIR}/smack-default-lsm.cfg " +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/smack.cfg ${WORKDIR}/smack-default-lsm.cfg" # Enable support for TP-Link TL-W722N USB Wifi adapter -SRC_URI_append = " file://ath9k_htc.cfg " +SRC_URI_append = " file://ath9k_htc.cfg" KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/ath9k_htc.cfg" # Enable support for RTLSDR -SRC_URI_append = " file://rtl_sdr.cfg " +SRC_URI_append = " file://rtl_sdr.cfg" KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/rtl_sdr.cfg" +# Enable support for Bluetooth HCI USB devices +SRC_URI_append = " file://btusb.cfg" +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/btusb.cfg" + SRCREV = "${AUTOREV}" PV = "4.4.30+git${SRCPV}" -- cgit 1.2.3-korg