summaryrefslogtreecommitdiffstats
path: root/conf/distro/sota.conf.inc
blob: 8de9597bb22e5cc150e9f1bb1b555b0d7d770e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Common settings to enable SOTA
# This can be pulled into a custom distribution, or included in
# local.conf directly with:
#
# require conf/distro/sota.conf.inc

DISTRO_FEATURES_append = " sota usrmerge"
DISTRO_FEATURES_NATIVE_append = " sota"
INHERIT += " sota"
# Prelinking increases the size of downloads and causes build errors
USER_CLASSES_remove = "image-prelink"

HOSTTOOLS_append = " sync sha256sum"