From 60709af72d127f8f758a11f1e538fc6870d909e7 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/9825 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend new file mode 100644 index 000000000..0363760ab --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" + +# Extra configuration options for the AGL kernel +SRC_URI += "file://can-bus.cfg \ + " -- cgit 1.2.3-korg