summaryrefslogtreecommitdiffstats
path: root/meta/classes/sanity.bbclass
AgeCommit message (Expand)Author
2013-04-13classes/sanity: fix handling of bblayers.conf updatingPaul Eggleton
2013-03-22fix march sanity check issueZhenhua Luo
2013-03-07sanity.bbclass:check if necessary to add march to BUILD_CFLAGSHongxu Jia
2013-03-02sanity.bbclass: always use oe.lsb.distro_identifier methodMartin Jansa
2013-03-01sanity: use lsb distro_identifierMartin Jansa
2013-02-19sanity: check_path_length: replace tab with 8 spacesMartin Jansa
2013-02-15sanity.bbclass: when bblayers.conf is updated, it invokes a reparseCristiana Voicu
2013-02-07sanity.bbclass: Check for DISPLAY for qemutests in BB_ORIGENV nowRichard Purdie
2013-01-24sanity.bbclass: Ensure tmpdir exists when running the checkRichard Purdie
2012-12-31multilib: fix allarch/kernel/module-base multilib issuesConstantin Musca
2012-11-19bitbake.conf/sanity: Separate versions and PN stamp components into separate ...Richard Purdie
2012-10-18sanity.bbclass: trigger network tests explicitlyBogdan Marinescu
2012-10-02sanity.bbclass: Fix invalid test for network errorBogdan Marinescu
2012-09-28sanity: Added explicit network error status in SanityCheckFailed eventBogdan Marinescu
2012-09-28sanity.bbclass: bblayers.conf should be updated automaticallyConstantin Musca
2012-09-12classes/sanity: remove obsolete codePaul Eggleton
2012-09-12classes/sanity: skip tune checks if machine is invalidPaul Eggleton
2012-09-05sanity.bbclass: Move back to running at ConfigParsed timeRichard Purdie
2012-08-21meta/classes: Various python whitespace fixesRichard Purdie
2012-08-20classes/sanity: remove texi2html from required host utilitiesPaul Eggleton
2012-07-20sanity: display the parsed BBPATH when complaining about CWD elementsRoss Burton
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
2012-07-18sanity: display the parsed PATH when complaining about CWD elementsRoss Burton
2012-07-18bitbake.conf: Add git-native to ASSUME_PROVIDEDRichard Purdie
2012-07-09sanity.bbclass: the tmpdir can't be longer than 410Robert Yang
2012-06-13sanity.bbclass: warn the user if BBPATH contains wrong entriesLaurentiu Palcu
2012-05-30classes/sanity: fix a couple of grammatical errors in messagesPaul Eggleton
2012-05-30classes/sanity: send sanity check failure as a separate event for HobPaul Eggleton
2012-05-30classes/sanity: remove broken TARGET_ARCH checkPaul Eggleton
2012-05-30meta: replace os.system with subprocess.callRobert Yang
2012-05-24sanity.bbclass: check sanity at BuildStarted rather than ConfigParsedJoshua Lock
2012-05-24sanity.bbclass: catch an extra exception in check_create_long_filenameJoshua Lock
2012-05-24sanity.bbclass: add extra information when SSTATE_CACHE unusableJoshua Lock
2012-05-24sanity.bbclass: add newline to check_create_long_filename failure messageJoshua Lock
2012-05-24sanity.bbclass: data.getVar(VAR, obj, exp) -> obj.getVar(VAR, exp)Joshua Lock
2012-05-24sanity.bbclass: copy the data store and finalise before running checksJoshua Lock
2012-05-24Revert "sanity.bbclass: check user can read and write to SSTATE_DIR"Joshua Lock
2012-05-17sanity.bbclass: check user can read and write to SSTATE_DIRJoshua Lock
2012-05-11sanity.bbclass: Detect empty $PATH components tooPeter Seebach
2012-05-09sanity.bbclass: Implement initial toolchain sanity checksPeter Seebach
2012-04-24sanity.bbclass: Add a new case to issue sanity_check()Dongxiao Xu
2012-04-23sanity.bbclass: add variable to disable the sanity checksJoshua Lock
2012-04-18classes/sanity: import regular expression module in SuSE distro checkPaul Eggleton
2012-04-18classes/sanity: trim trailing newline when reading /etc/redhat-releasePaul Eggleton
2012-04-17sanity.bbclass: If the sanity tests fail, don't mark them as completeRichard Purdie
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie
2012-02-22sanity.bbclass: Add ABI version 8, used for transition from the OEBasic to OE...Richard Purdie
2012-02-01classes: replace 'Poky' with 'OE-core'Koen Kooi
2011-11-16sanity.bbclass: No need to check for cvs any moreRichard Purdie
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie