diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-21 14:36:46 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-21 18:43:23 +0000 |
commit | c33f8d5f8cc1d702ce9ed59ceb19e4f7a45f591c (patch) | |
tree | 3a5e9e1d72ea7ad2e0b9ed8767376368b9b30a90 /meta-agl-bsp/recipes-kernel | |
parent | 2a5cc01f18f43827bf8d46305f3db7d9d6973309 (diff) |
Fix: can-bus not applied at kernel configuration
Change-Id: I4ce1cbde8e0df867ac7ba5040dde2df98f13ce40
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10301
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/recipes-kernel')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend index 0363760ab..7915001f1 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend +++ b/meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend @@ -1,5 +1,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" # Extra configuration options for the AGL kernel -SRC_URI += "file://can-bus.cfg \ +SRC_URI_append = " file://can-bus.cfg \ " |