summaryrefslogtreecommitdiffstats
path: root/conf/template.atom-c3000/local.conf.sample
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2018-11-01 18:43:33 +0100
committerGabriel Ionescu <gabriel.ionescu@enea.com>2018-11-09 12:47:39 +0100
commit97244af212f52666a01963d0dc8e20f1eca180fb (patch)
tree020bf82747bc00428d7f04919453a2f93afcd8d0 /conf/template.atom-c3000/local.conf.sample
parent5a8cff5249e9e76e4d5c90483575bfa535c4889d (diff)
downloadmeta-el-nfv-access-97244af212f52666a01963d0dc8e20f1eca180fb.tar.gz
OSTree: Include sota class and updater layer in templates
Change-Id: I92bc5236519fbd9660eb40c981d5de12f6af89f0 Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
Diffstat (limited to 'conf/template.atom-c3000/local.conf.sample')
-rw-r--r--conf/template.atom-c3000/local.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/template.atom-c3000/local.conf.sample b/conf/template.atom-c3000/local.conf.sample
index 38c9e8b..8c24e77 100644
--- a/conf/template.atom-c3000/local.conf.sample
+++ b/conf/template.atom-c3000/local.conf.sample
@@ -237,3 +237,13 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
237CONF_VERSION = "1" 237CONF_VERSION = "1"
238 238
239SKIP_META_VIRT_SANITY_CHECK = "1" 239SKIP_META_VIRT_SANITY_CHECK = "1"
240
241#
242# OSTree integration
243#
244
245SOTA_MACHINE ?= "${MACHINE}"
246
247DISTRO_FEATURES_append = " sota"
248DISTRO_FEATURES_NATIVE_append = " sota"
249INHERIT += " sota"