summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>2016-12-15 08:52:13 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-12-16 08:56:44 +0000
commita7de28858cc5e542da106f92352ffc792a4104cf (patch)
tree5d72f1619e2af8ca22d35959ac38e0fca4ee3d32
parentcd8de601a7d8463c6f548488ea226ef8933fdb9a (diff)
bbappend to add Intel extra drivers
Change-Id: I11b245aea28b76f17cba3cdc8c964129bbaf906b Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
-rw-r--r--meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.4%.bbappend13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.4%.bbappend b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.4%.bbappend
new file mode 100644
index 000000000..495575b90
--- /dev/null
+++ b/meta-agl-bsp/meta-intel/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"