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-renesas/recipes-kernel/linux/linux-renesas_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl-bsp/meta-renesas/recipes-kernel/linux') diff --git a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend index 8a164235e..368f1ba1c 100755 --- a/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend +++ b/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux-renesas_%.bbappend @@ -39,3 +39,6 @@ SRC_URI_append_agl-porter-hibernate = " file://hibernation/0001-Add-Hibernation- " KERNEL_CONFIG_FRAGMENTS_append_agl-porter-hibernate += " ${WORKDIR}/hibernation/hibernation.cfg" + +# file comes out of meta-agl-bsp/recipes-kernel/linux/linux_%.bbappend +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/can-bus.cfg" -- cgit 1.2.3-korg