diff options
author | Paul Barker <pbarker@toganlabs.com> | 2017-10-12 16:49:54 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-10-12 21:59:51 -0400 |
commit | 1e4530c283015d0874765b7dd69c55b843b9bee2 (patch) | |
tree | 65a0ae19f3fa831123b5a33107218802ae113b04 /conf | |
parent | 89a1121656aaf04966b79756c6967f7a5ada02d5 (diff) | |
download | meta-virtualization-1e4530c283015d0874765b7dd69c55b843b9bee2.tar.gz |
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 <pbarker@toganlabs.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
24 | PREFERRED_PROVIDER_virtual/containerd ?= "containerd-docker" | 24 | PREFERRED_PROVIDER_virtual/containerd ?= "containerd-docker" |
25 | 25 | ||
26 | # Sanity check for meta-virtualization layer. | 26 | # Sanity check for meta-virtualization layer. |
27 | # Setting SKIP_SANITY_BBAPPEND_CHECK to "1" would skip the bbappend files check. | 27 | # Setting SKIP_META_VIRT_SANITY_CHECK to "1" would skip the bbappend files check. |
28 | INHERIT += "sanity-meta-virt" | 28 | INHERIT += "sanity-meta-virt" |