diff options
author | Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net> | 2016-12-12 16:58:48 +0100 |
---|---|---|
committer | Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net> | 2016-12-12 16:58:48 +0100 |
commit | 3cfccc1d60b1d4384b8af16610bed7d74005bf09 (patch) | |
tree | cdcdae7ee6f7118ffb10c93159f8ec0e57e0542e /meta-agl-bsp | |
parent | af4a375df6e4eced05ddd547a9dc5e2aea389a73 (diff) |
correcting bbappend localisation for Intel USB wifi support
Change-Id: Ic60a3d8271a14729032f0757df8aa2f8108b7798
Signed-off-by: Dominig ar Foll (Intel Open Source) <dominig.arfoll@fridu.net>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-yocto_4.4%.bbappend | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index 5a17c08cd..000000000 --- a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-yocto_4.4%.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -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" |