diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-02-18 10:34:54 +0200 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-03-31 21:47:09 +0000 |
commit | b803c02425123eec9ad22c8c632197bcaab4980a (patch) | |
tree | de7784a102687d5c08d9a2265641ffe34f6dbe4a /templates/feature | |
parent | 2b15f731d81ba7923e436036688656d639ecfe09 (diff) |
agl-sota: Add netboot to CONFLICT_DISTRO_FEATURES
Netboot is not obeying usrmerge distro feature therefore it is
not compatible with agl-sota.
Bug-AGL: SPEC-3097, SPEC-3130
Change-Id: I8beda358df90b5fc052b68964f4c27379622f2d3
Suggested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/feature/agl-sota/50_local.conf.inc b/templates/feature/agl-sota/50_local.conf.inc index 477694aed..3ceb04df7 100644 --- a/templates/feature/agl-sota/50_local.conf.inc +++ b/templates/feature/agl-sota/50_local.conf.inc @@ -1,5 +1,8 @@ -#see meta-updater/conf/distro/sota.conf.inc +# See meta-updater/conf/distro/sota.conf.inc INHERIT += "sota" DISTRO_FEATURES_append = " sota usrmerge" DISTRO_FEATURES_NATIVE_append = " sota" AGL_DEFAULT_INITRAMFS_FSTYPES = "cpio.gz" +# Netboot is not obeying usrmerge distro feature +# therefore it is not compatible with agl-sota +CONFLICT_DISTRO_FEATURES += "netboot" |