diff options
Diffstat (limited to 'conf/sanity.conf')
-rw-r--r-- | conf/sanity.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/sanity.conf b/conf/sanity.conf new file mode 100644 index 0000000000..df2ec3e82a --- /dev/null +++ b/conf/sanity.conf @@ -0,0 +1,8 @@ +# Sanity checks for common user misconfigurations +# +# See sanity.bbclass +# +# Expert users can confirm their sanity with "touch conf/sanity.conf" + +INHERIT += "sanity" + |