diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-25 15:22:20 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-28 07:51:26 +0000 |
commit | d9a02b96ebbf689395521d95f712107bf2631867 (patch) | |
tree | d4a08486f89d4960e33302d5c4c6eac0281758cc /templates/feature | |
parent | ae8716ec9f68db75782a1cbdd57e156555e19d52 (diff) |
Remove sota-related includes from meta-agl-bsp
Bug-AGL: SPEC-557
Change-Id: Id126559e4114b191c923477e7dd04147cb1ec770
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9257
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-sota/50_local.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc index 42ff6bc1c..29548aefa 100644 --- a/templates/feature/agl-sota/50_local.conf.inc +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -1,2 +1,2 @@ #see meta-updater/conf/distro/sota.conf.inc -require conf/distro/sota.conf.inc +INHERIT += " sota" |