From 1e4530c283015d0874765b7dd69c55b843b9bee2 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Thu, 12 Oct 2017 16:49:54 +0000 Subject: sanity-meta-virt: Make skip variable name layer specific The variable used to skip the sanity check should be named in a layer specific way. This will ensure there is no confusion if other layers use a similar sanity check. Signed-off-by: Paul Barker Signed-off-by: Bruce Ashfield --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 51ca8ee2..f71c117d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -24,5 +24,5 @@ PREFERRED_PROVIDER_virtual/runc ?= "runc-docker" PREFERRED_PROVIDER_virtual/containerd ?= "containerd-docker" # Sanity check for meta-virtualization layer. -# Setting SKIP_SANITY_BBAPPEND_CHECK to "1" would skip the bbappend files check. +# Setting SKIP_META_VIRT_SANITY_CHECK to "1" would skip the bbappend files check. INHERIT += "sanity-meta-virt" -- cgit v1.2.3-54-g00ecf