blob: 8019022c4842a182c9a8cb24ec464be8c2e0bbda (
plain)
1
2
3
4
5
6
7
8
|
# 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"
|