diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-25 12:06:46 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-25 18:20:58 +0000 |
commit | 3759dc5c2655b505247a3f9908d7621fd70dc7d9 (patch) | |
tree | afdeaa572e38f9e05b15c15be25910df943b084c /meta-agl-bsp/conf/include/agl_qemux86-64.inc | |
parent | cfdfe1d2a280ec472ab71def2cdfb4b5abb15dce (diff) |
Change require to include to unbreak builds without ag-sota feature
Bug-AGL: SPEC-557
Bug-AGL: SPEC-558
Change-Id: I06e9dfc28adef4be0fcbe104c9458395dc8efa1d
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9239
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_qemux86-64.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_qemux86-64.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_qemux86-64.inc b/meta-agl-bsp/conf/include/agl_qemux86-64.inc index 341e9ad74..a9d320c9d 100644 --- a/meta-agl-bsp/conf/include/agl_qemux86-64.inc +++ b/meta-agl-bsp/conf/include/agl_qemux86-64.inc @@ -18,4 +18,4 @@ APPEND += "console=ttyS0,115200n8" # All boot message will be off APPEND += "quiet" -require conf/include/local/sota_qemux86-64.inc +include conf/include/local/sota_qemux86-64.inc |