aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-03-19 18:34:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-19 18:34:37 +0000
commit63e9b71a88c9cebec1bff318c7854d64bc7d41d4 (patch)
treea7bfa05fe5464af3b0530d32ce87bdf5e3d52042 /conf/bitbake.conf
parent0e411760a86e6bf483cc75af5d0962d5770422a4 (diff)
downloadopenembedded-63e9b71a88c9cebec1bff318c7854d64bc7d41d4.tar.gz
Add sanity.conf/sanity.bbclass. This checks for common user misconfigurations and gives helpful information about fixing them. The checks can be expanded over time. It can be disabled by following the slightly cryptic instructions in sanity.conf.
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index a2ba5e6382..cd435a9cad 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -394,3 +394,4 @@ include conf/target/${TARGET_SYS}.conf
include conf/machine/${MACHINE}.conf
include conf/distro/${DISTRO}.conf
include conf/documentation.conf
+require conf/sanity.conf