From 34402b8891e4ef9bd7003360c0209ad924cbe6ec Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Thu, 26 Apr 2018 16:23:41 +0200 Subject: templates: Disable warning from meta-virtualization Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- conf/template.denverton/local.conf.sample | 2 ++ conf/template.inteld1521/local.conf.sample | 2 ++ conf/template.qemux86-64/local.conf.sample | 2 ++ 3 files changed, 6 insertions(+) diff --git a/conf/template.denverton/local.conf.sample b/conf/template.denverton/local.conf.sample index 9837cd6..38c7ad8 100644 --- a/conf/template.denverton/local.conf.sample +++ b/conf/template.denverton/local.conf.sample @@ -235,3 +235,5 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" # track the version of this file when it was generated. This can safely be ignored if # this doesn't mean anything to you. CONF_VERSION = "1" + +SKIP_META_VIRT_SANITY_CHECK = "1" diff --git a/conf/template.inteld1521/local.conf.sample b/conf/template.inteld1521/local.conf.sample index 7ed152c..d3e68ba 100644 --- a/conf/template.inteld1521/local.conf.sample +++ b/conf/template.inteld1521/local.conf.sample @@ -236,3 +236,5 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" # track the version of this file when it was generated. This can safely be ignored if # this doesn't mean anything to you. CONF_VERSION = "1" + +SKIP_META_VIRT_SANITY_CHECK = "1" diff --git a/conf/template.qemux86-64/local.conf.sample b/conf/template.qemux86-64/local.conf.sample index 732cecd..1583652 100644 --- a/conf/template.qemux86-64/local.conf.sample +++ b/conf/template.qemux86-64/local.conf.sample @@ -235,3 +235,5 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" # track the version of this file when it was generated. This can safely be ignored if # this doesn't mean anything to you. CONF_VERSION = "1" + +SKIP_META_VIRT_SANITY_CHECK = "1" -- cgit v1.2.3-54-g00ecf