Forward port local-arm-futex patch to poky morty HEAD
[AGL/meta-agl.git] / meta-agl-bsp / meta-intel / recipes-kernel / linux / linux-yocto_4.4%.bbappend
index e81e6db..2606347 100644 (file)
@@ -1,14 +1,10 @@
 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
+# adding most supported USB Bluetooth, Wifi, and Ethernet 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"
+
+# adding support for other graphic cards to work on more PC HW
 SRC_URI_append = " file://extra-graphic-devices.cfg"
 KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/extra-graphic-devices.cfg"