summaryrefslogtreecommitdiffstats
path: root/conf/template.xeon-d/local.conf.sample
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-07-14 22:45:52 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-07-14 22:46:36 +0200
commit5a51cd396d0ef065a3e95fb9e90e424794dc6ec1 (patch)
tree1ec89e8a5bf697e018826ba30ebc79a225680c81 /conf/template.xeon-d/local.conf.sample
parente73962113957e3c83792e3273a071bec9ade6b38 (diff)
parenta56dcb5ce1ec5ea3c9f35c5a902efc03f7bb8118 (diff)
downloadmeta-el-nfv-access-5a51cd396d0ef065a3e95fb9e90e424794dc6ec1.tar.gz
Merge branch 'feature_CPDX-3405'
Change-Id: I1b1576f01045d4be17a18fe5f4a8fb612d38113a
Diffstat (limited to 'conf/template.xeon-d/local.conf.sample')
-rw-r--r--conf/template.xeon-d/local.conf.sample11
1 files changed, 1 insertions, 10 deletions
diff --git a/conf/template.xeon-d/local.conf.sample b/conf/template.xeon-d/local.conf.sample
index 5cfebf5..a1a874d 100644
--- a/conf/template.xeon-d/local.conf.sample
+++ b/conf/template.xeon-d/local.conf.sample
@@ -153,6 +153,7 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks"
153# - 'image-swab' to perform host system intrusion detection 153# - 'image-swab' to perform host system intrusion detection
154# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink 154# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
155# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended 155# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
156# NOTE: image-prelink is removed by sota.conf.inc
156USER_CLASSES ?= "buildstats image-mklibs image-prelink" 157USER_CLASSES ?= "buildstats image-mklibs image-prelink"
157 158
158# 159#
@@ -239,16 +240,6 @@ CONF_VERSION = "1"
239 240
240SKIP_META_VIRT_SANITY_CHECK = "1" 241SKIP_META_VIRT_SANITY_CHECK = "1"
241 242
242#
243# OSTree integration
244#
245
246SOTA_MACHINE ?= "${MACHINE}"
247
248DISTRO_FEATURES_append = " sota"
249DISTRO_FEATURES_NATIVE_append = " sota"
250INHERIT += " sota"
251
252# Various packages dynamically add users and groups to the system at package 243# Various packages dynamically add users and groups to the system at package
253# install time. For programs that do not care what the uid/gid is of the 244# install time. For programs that do not care what the uid/gid is of the
254# resulting users/groups, the order of the install will determine the final 245# resulting users/groups, the order of the install will determine the final