blob: 3ceb04df729e22f01b797fd40f4c064034d363ec (
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"
|