diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2019-08-09 16:37:48 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-08-27 21:18:10 +0000 |
commit | 73b849c0d72f94eb1c0db582a9dc684123793960 (patch) | |
tree | bab911da14f5cb8ad4111f7550a7123382228d9c /templates/feature | |
parent | 7e9162d8af55b4a74dc2288900daa3ba2277a4a1 (diff) |
50_local.conf.inc: Extend DISTRO_FEATURES for sota
Extend DISTRO_FEATURES with sota and usrmerge to successfully
build AGL image with feature agl-sota.
Bug-AGL: SPEC-2736, SPEC-2729
Change-Id: Ie056d233f1c528719361a8c958233a2ba58f7345
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-sota/50_local.conf.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc index 0624303ed..509cf6125 100644 --- a/templates/feature/agl-sota/50_local.conf.inc +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -1,2 +1,4 @@ #see meta-updater/conf/distro/sota.conf.inc INHERIT += "sota" +DISTRO_FEATURES_append = " sota usrmerge" +DISTRO_FEATURES_NATIVE_append = " sota" |