summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-renesas
diff options
context:
space:
mode:
authorDominig ar Foll <dominig.arfoll@fridu.net>2016-12-09 10:46:50 +0100
committerDominig ar Foll <dominig.arfoll@fridu.net>2016-12-09 10:46:50 +0100
commitaf4a375df6e4eced05ddd547a9dc5e2aea389a73 (patch)
treec86d659ccc3a1cf362b4e34a8ada8aeafb760331 /meta-agl-bsp/meta-renesas
parent1b4ccafee173eb94dcba9d2a744d86de0daebe91 (diff)
Adding more drivers as modules for USB devices on Intel
Change-Id: Ie854777d28f455082bafdee07f36ab21c025dc68 Signed-off-by: Dominig ar Foll <dominig.arfoll@fridu.net>
Diffstat (limited to 'meta-agl-bsp/meta-renesas')
-rw-r--r--meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-yocto_4.4%.bbappend13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-yocto_4.4%.bbappend b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-yocto_4.4%.bbappend
new file mode 100644
index 000000000..5a17c08cd
--- /dev/null
+++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-yocto_4.4%.bbappend
@@ -0,0 +1,13 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+#
+# adding most supported CAN devices
+SRC_URI_append = " file://can-bus.cfg"
+KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/can-bus.cfg"
+
+# adding most supported USB Bluetooth, Wifiand Ehternet devices
+SRC_URI_append = " file://usb-devices.cfg"
+
+# adding support for other graphic cards to work on more PC HW
+KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/usb-devices.cfg"
+SRC_URI_append = " file://extra-graphic-devices.cfg"
+KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/extra-graphic-devices.cfg"