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-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl-bsp/meta-qcom') diff --git a/meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend b/meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend index e6a60e584..854b7592f 100644 --- a/meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend +++ b/meta-agl-bsp/meta-qcom/recipes-kernel/linux/linux-linaro-qcomlt_4.9.bbappend @@ -25,3 +25,6 @@ KERNEL_CONFIG_FRAGMENTS_append_smack = "\ ${WORKDIR}/smack.cfg \ ${WORKDIR}/smack-default-lsm.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