diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-26 12:37:11 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-06-28 19:48:06 +0000 |
commit | 60709af72d127f8f758a11f1e538fc6870d909e7 (patch) | |
tree | 646da1a71e9653f15dbe7211efec8f5b5e10782a /meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.4%.bbappend | |
parent | 82b5fcf09e88f681a2146a4ff80d09f695a2f612 (diff) |
Add CAN drivers by default to AGL boards
v2 (jsmoeller): Add append files for boards that need special handling.
Change-Id: I172b71be6e825aa6399f22899e9b6eaacc86e72b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9825
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.4%.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.4%.bbappend | 4 |
1 files changed, 0 insertions, 4 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 index e81e6dbf0..f94b638b0 100644 --- 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 @@ -1,9 +1,5 @@ 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" |