summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-06-25 16:31:52 +0200
committerMartin Borg <martin.borg@enea.com>2018-06-26 16:10:36 +0200
commit6ebd75d0eb49d9f92b40e19f4ab67c21829f1c30 (patch)
treef46895ee47f69fa75d37bdd7ea85ae2a4f17f1aa
parent347f4cdbe1bf619393f7c2de01348c002de20e4c (diff)
downloadmeta-el-nfv-access-6ebd75d0eb49d9f92b40e19f4ab67c21829f1c30.tar.gz
template/qemux86-64-esdk: Set IMAGE_CONTAINER_NO_DUMMY
This is needed to build Docker containers with the eSDK. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/template.qemux86-64-esdk/local.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/template.qemux86-64-esdk/local.conf.sample b/conf/template.qemux86-64-esdk/local.conf.sample
index 727b247..5891f28 100644
--- a/conf/template.qemux86-64-esdk/local.conf.sample
+++ b/conf/template.qemux86-64-esdk/local.conf.sample
@@ -239,3 +239,5 @@ CONF_VERSION = "1"
239LAYERDEPENDS_el-nfv-access = "" 239LAYERDEPENDS_el-nfv-access = ""
240 240
241SKIP_META_VIRT_SANITY_CHECK = "1" 241SKIP_META_VIRT_SANITY_CHECK = "1"
242
243IMAGE_CONTAINER_NO_DUMMY = "1"