summaryrefslogtreecommitdiffstats
path: root/meta/classes/sanity.bbclass
Commit message (Expand)AuthorAgeFilesLines
* sanity.bbclass: Fix invalid test for network errorBogdan Marinescu2012-10-021-1/+1
* sanity: Added explicit network error status in SanityCheckFailed eventBogdan Marinescu2012-09-281-7/+13
* sanity.bbclass: bblayers.conf should be updated automaticallyConstantin Musca2012-09-281-1/+60
* classes/sanity: remove obsolete codePaul Eggleton2012-09-121-7/+2
* classes/sanity: skip tune checks if machine is invalidPaul Eggleton2012-09-121-3/+7
* sanity.bbclass: Move back to running at ConfigParsed timeRichard Purdie2012-09-051-5/+5
* meta/classes: Various python whitespace fixesRichard Purdie2012-08-211-2/+2
* classes/sanity: remove texi2html from required host utilitiesPaul Eggleton2012-08-201-1/+1
* sanity: display the parsed BBPATH when complaining about CWD elementsRoss Burton2012-07-201-0/+1
* Remove a number of unneeded import os/bb callsRichard Purdie2012-07-191-5/+2
* sanity: display the parsed PATH when complaining about CWD elementsRoss Burton2012-07-181-1/+2
* bitbake.conf: Add git-native to ASSUME_PROVIDEDRichard Purdie2012-07-181-1/+1
* sanity.bbclass: the tmpdir can't be longer than 410Robert Yang2012-07-091-0/+8
* sanity.bbclass: warn the user if BBPATH contains wrong entriesLaurentiu Palcu2012-06-131-0/+11
* classes/sanity: fix a couple of grammatical errors in messagesPaul Eggleton2012-05-301-2/+2
* classes/sanity: send sanity check failure as a separate event for HobPaul Eggleton2012-05-301-3/+13
* classes/sanity: remove broken TARGET_ARCH checkPaul Eggleton2012-05-301-4/+0
* meta: replace os.system with subprocess.callRobert Yang2012-05-301-6/+7
* sanity.bbclass: check sanity at BuildStarted rather than ConfigParsedJoshua Lock2012-05-241-1/+1
* sanity.bbclass: catch an extra exception in check_create_long_filenameJoshua Lock2012-05-241-0/+2
* sanity.bbclass: add extra information when SSTATE_CACHE unusableJoshua Lock2012-05-241-0/+7
* sanity.bbclass: add newline to check_create_long_filename failure messageJoshua Lock2012-05-241-1/+1
* sanity.bbclass: data.getVar(VAR, obj, exp) -> obj.getVar(VAR, exp)Joshua Lock2012-05-241-30/+30
* sanity.bbclass: copy the data store and finalise before running checksJoshua Lock2012-05-241-60/+69
* Revert "sanity.bbclass: check user can read and write to SSTATE_DIR"Joshua Lock2012-05-241-14/+3
* sanity.bbclass: check user can read and write to SSTATE_DIRJoshua Lock2012-05-171-3/+14
* sanity.bbclass: Detect empty $PATH components tooPeter Seebach2012-05-111-2/+3
* sanity.bbclass: Implement initial toolchain sanity checksPeter Seebach2012-05-091-0/+73
* sanity.bbclass: Add a new case to issue sanity_check()Dongxiao Xu2012-04-241-0/+3
* sanity.bbclass: add variable to disable the sanity checksJoshua Lock2012-04-231-1/+1
* classes/sanity: import regular expression module in SuSE distro checkPaul Eggleton2012-04-181-0/+1
* classes/sanity: trim trailing newline when reading /etc/redhat-releasePaul Eggleton2012-04-181-1/+1
* sanity.bbclass: If the sanity tests fail, don't mark them as completeRichard Purdie2012-04-171-1/+1
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-051-9/+9
* sanity.bbclass: Add ABI version 8, used for transition from the OEBasic to OE...Richard Purdie2012-02-221-0/+2
* classes: replace 'Poky' with 'OE-core'Koen Kooi2012-02-011-1/+1
* sanity.bbclass: No need to check for cvs any moreRichard Purdie2011-11-161-1/+1
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-5/+5
* Allow use of dash as /bin/shRichard Purdie2011-11-101-3/+0
* bitbake.conf: Drop remaining TERMCMD pieces and document OE_TERMINAL usage in...Richard Purdie2011-11-041-13/+0
* sanity.bbclass: add a sanity check for KDE 4.x konsole in TERMCMDPaul Eggleton2011-09-191-0/+6
* sanity: disable mirrors for connectivity checkJoshua Lock2011-09-161-2/+6
* sanity.bbclass: re-enable DISTRO checkPaul Eggleton2011-09-071-3/+5
* sanity.bbclass: fix splitting on newlines of SANITY_TESTED_DISTROSPaul Eggleton2011-09-021-1/+1
* sanity.bbclass: Clean up various MACHINE checksRichard Purdie2011-08-311-37/+50
* sanity.bbclass: Fix broken whitespaceRichard Purdie2011-08-311-6/+6
* sanity.bbclass: Fix broken indentation leading to code being skipped unintent...Richard Purdie2011-08-311-19/+19
* classes/sanity: enhance the network connectivity testJoshua Lock2011-08-251-12/+2
* sanity.bbclass: add optional untested host distro warningPaul Eggleton2011-08-191-0/+48
* sanity: shift the required utils into a variableChris Larson2011-08-121-1/+3