From 3cd47ad235d54a9c539ae6fe4a5a2b4b5f7e5621 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 20 Mar 2006 15:06:33 +0000 Subject: Add new sanity checking infrstructure and class git-svn-id: https://svn.o-hand.com/repos/poky/trunk@308 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/conf/bitbake.conf | 1 + openembedded/conf/sanity.conf | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 openembedded/conf/sanity.conf (limited to 'openembedded/conf') diff --git a/openembedded/conf/bitbake.conf b/openembedded/conf/bitbake.conf index 71dc101f0..9d8ce784b 100644 --- a/openembedded/conf/bitbake.conf +++ b/openembedded/conf/bitbake.conf @@ -393,3 +393,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 diff --git a/openembedded/conf/sanity.conf b/openembedded/conf/sanity.conf new file mode 100644 index 000000000..df2ec3e82 --- /dev/null +++ b/openembedded/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" + -- cgit v1.2.3