From db2fae4724880a43e5942bf770bc8e6e200012b4 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 26 Jun 2017 12:37:11 +0000 Subject: Add CAN drivers by default to AGL boards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v2 (jsmoeller): Add append files for boards that need special handling. Change-Id: I172b71be6e825aa6399f22899e9b6eaacc86e72b Signed-off-by: Romain Forlot Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9791 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Stéphane Desneux --- .../meta-intel/recipes-kernel/linux/linux-yocto_4.4%.bbappend | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.4%.bbappend') 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" -- cgit 1.2.3-korg