summaryrefslogtreecommitdiffstats
path: root/conf/template.xeon-d/local.conf.sample
diff options
context:
space:
mode:
authorCristian Scrieciu <cristian.scrieciu@enea.com>2018-11-20 16:07:25 +0100
committerGerrit Code Review <gerrit2@sestogerrit02>2018-11-20 16:07:25 +0100
commit0d4b7a4eb164a657c7ebde2cc71d6fb764ee6c1c (patch)
treeefc73ca8434ca3f5e07c5a5bec8962eff99c50d8 /conf/template.xeon-d/local.conf.sample
parent27976149d6c445ba12bd100de6f95788a2eebb16 (diff)
parent97244af212f52666a01963d0dc8e20f1eca180fb (diff)
downloadmeta-el-nfv-access-0d4b7a4eb164a657c7ebde2cc71d6fb764ee6c1c.tar.gz
Merge "OSTree: Include sota class and updater layer in templates" into rocko
Diffstat (limited to 'conf/template.xeon-d/local.conf.sample')
-rw-r--r--conf/template.xeon-d/local.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/template.xeon-d/local.conf.sample b/conf/template.xeon-d/local.conf.sample
index 00ad0f4..3b1063e 100644
--- a/conf/template.xeon-d/local.conf.sample
+++ b/conf/template.xeon-d/local.conf.sample
@@ -238,3 +238,13 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
238CONF_VERSION = "1" 238CONF_VERSION = "1"
239 239
240SKIP_META_VIRT_SANITY_CHECK = "1" 240SKIP_META_VIRT_SANITY_CHECK = "1"
241
242#
243# OSTree integration
244#
245
246SOTA_MACHINE ?= "${MACHINE}"
247
248DISTRO_FEATURES_append = " sota"
249DISTRO_FEATURES_NATIVE_append = " sota"
250INHERIT += " sota"