| Commit message (Expand) | Author | Age | Files | Lines |
* | sanity/patch.py: Remove commands module usage | Richard Purdie | 2013-05-09 | 1 | -4/+3 |
* | classes/lib: Update to use print as a function call | Richard Purdie | 2013-05-09 | 1 | -2/+4 |
* | sanity.bbclass: Use open(), not file() | Richard Purdie | 2013-05-09 | 1 | -12/+12 |
* | clases/lib: Use modern exception syntax | Richard Purdie | 2013-05-09 | 1 | -2/+4 |
* | classes/sanity: fix handling of bblayers.conf updating | Paul Eggleton | 2013-04-13 | 1 | -25/+52 |
* | fix march sanity check issue | Zhenhua Luo | 2013-03-22 | 1 | -3/+6 |
* | sanity.bbclass:check if necessary to add march to BUILD_CFLAGS | Hongxu Jia | 2013-03-07 | 1 | -0/+29 |
* | sanity.bbclass: always use oe.lsb.distro_identifier method | Martin Jansa | 2013-03-02 | 1 | -32/+4 |
* | sanity: use lsb distro_identifier | Martin Jansa | 2013-03-01 | 1 | -4/+1 |
* | sanity: check_path_length: replace tab with 8 spaces | Martin Jansa | 2013-02-19 | 1 | -1/+1 |
* | sanity.bbclass: when bblayers.conf is updated, it invokes a reparse | Cristiana Voicu | 2013-02-15 | 1 | -9/+9 |
* | sanity.bbclass: Check for DISPLAY for qemutests in BB_ORIGENV now | Richard Purdie | 2013-02-07 | 1 | -2/+4 |
* | sanity.bbclass: Ensure tmpdir exists when running the check | Richard Purdie | 2013-01-24 | 1 | -0/+1 |
* | multilib: fix allarch/kernel/module-base multilib issues | Constantin Musca | 2012-12-31 | 1 | -0/+4 |
* | bitbake.conf/sanity: Separate versions and PN stamp components into separate ... | Richard Purdie | 2012-11-20 | 1 | -0/+2 |
* | sanity.bbclass: trigger network tests explicitly | Bogdan Marinescu | 2012-10-18 | 1 | -0/+3 |
* | sanity.bbclass: Fix invalid test for network error | Bogdan Marinescu | 2012-10-02 | 1 | -1/+1 |
* | sanity: Added explicit network error status in SanityCheckFailed event | Bogdan Marinescu | 2012-09-28 | 1 | -7/+13 |
* | sanity.bbclass: bblayers.conf should be updated automatically | Constantin Musca | 2012-09-28 | 1 | -1/+60 |
* | classes/sanity: remove obsolete code | Paul Eggleton | 2012-09-12 | 1 | -7/+2 |
* | classes/sanity: skip tune checks if machine is invalid | Paul Eggleton | 2012-09-12 | 1 | -3/+7 |
* | sanity.bbclass: Move back to running at ConfigParsed time | Richard Purdie | 2012-09-05 | 1 | -5/+5 |
* | meta/classes: Various python whitespace fixes | Richard Purdie | 2012-08-21 | 1 | -2/+2 |
* | classes/sanity: remove texi2html from required host utilities | Paul Eggleton | 2012-08-20 | 1 | -1/+1 |
* | sanity: display the parsed BBPATH when complaining about CWD elements | Ross Burton | 2012-07-20 | 1 | -0/+1 |
* | Remove a number of unneeded import os/bb calls | Richard Purdie | 2012-07-19 | 1 | -5/+2 |
* | sanity: display the parsed PATH when complaining about CWD elements | Ross Burton | 2012-07-18 | 1 | -1/+2 |
* | bitbake.conf: Add git-native to ASSUME_PROVIDED | Richard Purdie | 2012-07-18 | 1 | -1/+1 |
* | sanity.bbclass: the tmpdir can't be longer than 410 | Robert Yang | 2012-07-09 | 1 | -0/+8 |
* | sanity.bbclass: warn the user if BBPATH contains wrong entries | Laurentiu Palcu | 2012-06-13 | 1 | -0/+11 |
* | classes/sanity: fix a couple of grammatical errors in messages | Paul Eggleton | 2012-05-30 | 1 | -2/+2 |
* | classes/sanity: send sanity check failure as a separate event for Hob | Paul Eggleton | 2012-05-30 | 1 | -3/+13 |
* | classes/sanity: remove broken TARGET_ARCH check | Paul Eggleton | 2012-05-30 | 1 | -4/+0 |
* | meta: replace os.system with subprocess.call | Robert Yang | 2012-05-30 | 1 | -6/+7 |
* | sanity.bbclass: check sanity at BuildStarted rather than ConfigParsed | Joshua Lock | 2012-05-24 | 1 | -1/+1 |
* | sanity.bbclass: catch an extra exception in check_create_long_filename | Joshua Lock | 2012-05-24 | 1 | -0/+2 |
* | sanity.bbclass: add extra information when SSTATE_CACHE unusable | Joshua Lock | 2012-05-24 | 1 | -0/+7 |
* | sanity.bbclass: add newline to check_create_long_filename failure message | Joshua Lock | 2012-05-24 | 1 | -1/+1 |
* | sanity.bbclass: data.getVar(VAR, obj, exp) -> obj.getVar(VAR, exp) | Joshua Lock | 2012-05-24 | 1 | -30/+30 |
* | sanity.bbclass: copy the data store and finalise before running checks | Joshua Lock | 2012-05-24 | 1 | -60/+69 |
* | Revert "sanity.bbclass: check user can read and write to SSTATE_DIR" | Joshua Lock | 2012-05-24 | 1 | -14/+3 |
* | sanity.bbclass: check user can read and write to SSTATE_DIR | Joshua Lock | 2012-05-17 | 1 | -3/+14 |
* | sanity.bbclass: Detect empty $PATH components too | Peter Seebach | 2012-05-11 | 1 | -2/+3 |
* | sanity.bbclass: Implement initial toolchain sanity checks | Peter Seebach | 2012-05-09 | 1 | -0/+73 |
* | sanity.bbclass: Add a new case to issue sanity_check() | Dongxiao Xu | 2012-04-24 | 1 | -0/+3 |
* | sanity.bbclass: add variable to disable the sanity checks | Joshua Lock | 2012-04-23 | 1 | -1/+1 |
* | classes/sanity: import regular expression module in SuSE distro check | Paul Eggleton | 2012-04-18 | 1 | -0/+1 |
* | classes/sanity: trim trailing newline when reading /etc/redhat-release | Paul Eggleton | 2012-04-18 | 1 | -1/+1 |
* | sanity.bbclass: If the sanity tests fail, don't mark them as complete | Richard Purdie | 2012-04-17 | 1 | -1/+1 |
* | meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx) | Richard Purdie | 2012-03-05 | 1 | -9/+9 |