Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-11-04 | sanity.bbclass: Show all errors in one error message (from poky). Also add ↵ | Richard Purdie | 1 | |
dependency on gawk | ||||
2006-10-13 | sanity.bbclass: improve error reporting for missing utilities. thanks nicholas | Michael Lauer | 1 | |
2006-10-12 | sanity.bbclass: loop over required utilities | Michael Lauer | 1 | |
2006-09-03 | classes/sanity.bbclass: Check for bzip2 in the path as well | Holger Freyther | 1 | |
2006-07-15 | sanity.bbclass: relax the DISTRO check a bit, taking into account that some ↵ | Michael Lauer | 1 | |
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-25 | sanity.bbclass: improve error message, check for cvs and svn | Michael Lauer | 1 | |
2006-05-21 | sanity.bbclass: make it work even when distutils is not available | Michael Lauer | 1 | |
2006-04-30 | conf/bitbake.conf: | Holger Freyther | 1 | |
Save a magic cookie in the OE version of bitbake.conf classes/sanity.bbclass: Check the OE cookie for bitbake.conf | ||||
2006-04-23 | sanity.bbclass: fixed typo in error message (utilits -> utility) | Frans Meulenbroeks | 1 | |
2006-04-07 | conf/sanity.conf: | Holger Freyther | 1 | |
Set BB_MIN_VERSION here classes/sanity.bbclass: -Run the sanitycheck exactly once (on BuildStart) -Check for common utilities/executables as well | ||||
2006-03-19 | Add sanity.conf/sanity.bbclass. This checks for common user ↵ | Richard Purdie | 1 | |
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. |