aboutsummaryrefslogtreecommitdiffstats
path: root/classes/sanity.bbclass
AgeCommit message (Collapse)Author
2006-11-04sanity.bbclass: Show all errors in one error message (from poky). Also add ↵Richard Purdie
dependency on gawk
2006-10-13sanity.bbclass: improve error reporting for missing utilities. thanks nicholasMichael Lauer
2006-10-12sanity.bbclass: loop over required utilitiesMichael Lauer
2006-09-03classes/sanity.bbclass: Check for bzip2 in the path as wellHolger Freyther
2006-07-15sanity.bbclass: relax the DISTRO check a bit, taking into account that some ↵Michael Lauer
DISTRO configurations override DISTRO before sanity.bbclass gets a chance to see it. By definition, in this case $RENAMED_DISTRO needs to be present in distro/include/ though, so we have a second chance for the test to succeed.
2006-05-25sanity.bbclass: improve error message, check for cvs and svnMichael Lauer
2006-05-21sanity.bbclass: make it work even when distutils is not availableMichael Lauer
2006-04-30conf/bitbake.conf:Holger Freyther
Save a magic cookie in the OE version of bitbake.conf classes/sanity.bbclass: Check the OE cookie for bitbake.conf
2006-04-23sanity.bbclass: fixed typo in error message (utilits -> utility)Frans Meulenbroeks
2006-04-07conf/sanity.conf:Holger Freyther
Set BB_MIN_VERSION here classes/sanity.bbclass: -Run the sanitycheck exactly once (on BuildStart) -Check for common utilities/executables as well
2006-03-19Add sanity.conf/sanity.bbclass. This checks for common user ↵Richard Purdie
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.