diff options
author | Richard Purdie <richard@openedhand.com> | 2006-03-20 15:06:33 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-03-20 15:06:33 +0000 |
commit | 3cd47ad235d54a9c539ae6fe4a5a2b4b5f7e5621 (patch) | |
tree | 36f8d8fec79a664ba060803f77cefe9b2e23ab61 /openembedded/conf | |
parent | 78c5069d658152181870174362d90f6bf9ef59d7 (diff) | |
download | poky-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.conf | 1 | ||||
-rw-r--r-- | openembedded/conf/sanity.conf | 8 |
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 | |||
393 | include conf/machine/${MACHINE}.conf | 393 | include conf/machine/${MACHINE}.conf |
394 | include conf/distro/${DISTRO}.conf | 394 | include conf/distro/${DISTRO}.conf |
395 | include conf/documentation.conf | 395 | include conf/documentation.conf |
396 | require 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 | |||
7 | INHERIT += "sanity" | ||
8 | |||