summaryrefslogtreecommitdiffstats
path: root/openembedded/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-20 15:06:33 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-20 15:06:33 +0000
commit3cd47ad235d54a9c539ae6fe4a5a2b4b5f7e5621 (patch)
tree36f8d8fec79a664ba060803f77cefe9b2e23ab61 /openembedded/conf
parent78c5069d658152181870174362d90f6bf9ef59d7 (diff)
downloadpoky-3cd47ad235d54a9c539ae6fe4a5a2b4b5f7e5621.tar.gz
Add new sanity checking infrstructure and class
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@308 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf')
-rw-r--r--openembedded/conf/bitbake.conf1
-rw-r--r--openembedded/conf/sanity.conf8
2 files changed, 9 insertions, 0 deletions
diff --git a/openembedded/conf/bitbake.conf b/openembedded/conf/bitbake.conf
index 71dc101f0f..9d8ce784b3 100644
--- a/openembedded/conf/bitbake.conf
+++ b/openembedded/conf/bitbake.conf
@@ -393,3 +393,4 @@ include conf/target/${TARGET_SYS}.conf
393include conf/machine/${MACHINE}.conf 393include conf/machine/${MACHINE}.conf
394include conf/distro/${DISTRO}.conf 394include conf/distro/${DISTRO}.conf
395include conf/documentation.conf 395include conf/documentation.conf
396require conf/sanity.conf
diff --git a/openembedded/conf/sanity.conf b/openembedded/conf/sanity.conf
new file mode 100644
index 0000000000..df2ec3e82a
--- /dev/null
+++ b/openembedded/conf/sanity.conf
@@ -0,0 +1,8 @@
1# Sanity checks for common user misconfigurations
2#
3# See sanity.bbclass
4#
5# Expert users can confirm their sanity with "touch conf/sanity.conf"
6
7INHERIT += "sanity"
8