| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake/siggen.py: Don't backtrace if the taskhash data isn't present | Richard Purdie | 2011-11-25 | 1 | -2/+2 |
* | bitbake: Update and fix bitbake-runtask | Robert Yang | 2011-11-25 | 1 | -66/+65 |
* | Nothing uses USERNAME, remove it - can cause sstate-cache conflicts | Matthew McClintock | 2011-11-25 | 1 | -1/+0 |
* | data/siggen: Add vardepvalue mechanism to allow the variable dependency code ... | Richard Purdie | 2011-11-24 | 2 | -11/+15 |
* | fetch2: Improve uri_replace to handle paths with no trailing '/' | Richard Purdie | 2011-11-24 | 1 | -3/+10 |
* | knotty: Add support for logging the console to logfile | Richard Purdie | 2011-11-24 | 1 | -0/+6 |
* | runqueue.py: Fix debug message to reference the correct task | Richard Purdie | 2011-11-24 | 1 | -1/+2 |
* | fetch2/local: Don't default to files in DL_DIR for file:// urls | Richard Purdie | 2011-11-24 | 1 | -3/+1 |
* | siggen.py: sort task hash depedencies with basepath | Matthew McClintock | 2011-11-23 | 1 | -11/+14 |
* | bitbake: print out symmetric difference when comparing sigs | Matthew McClintock | 2011-11-23 | 1 | -0/+4 |
* | runqueue.py: Ensure we fully process the covered list | Richard Purdie | 2011-11-23 | 1 | -3/+4 |
* | runqueue.py: Ensure setscene tasks don't break dependency order | Richard Purdie | 2011-11-23 | 1 | -4/+7 |
* | bitbake/runqueue.py: Add BB_SETSCENE_VERIFY_FUNCTION hook | Richard Purdie | 2011-11-22 | 1 | -11/+9 |
* | bitbake/runqueue.py: Sort the list of skipped tasks as it makes searching the... | Richard Purdie | 2011-11-21 | 1 | -1/+1 |
* | bitbake/runqueue.py: Fix incorrect task number reference in debug message | Richard Purdie | 2011-11-21 | 1 | -1/+1 |
* | parse_py: Use absolute paths for FILE | Richard Purdie | 2011-11-18 | 2 | -2/+2 |
* | siggen.py: Include list of variables in hashes | Richard Purdie | 2011-11-18 | 1 | -0/+1 |
* | siggen.py: Fix diffsigs output for filename comparisions | Richard Purdie | 2011-11-18 | 1 | -3/+15 |
* | lib/bb/runqueue: avoid marking runtime dependencies as covered | Paul Eggleton | 2011-11-15 | 1 | -1/+6 |
* | data_smart: Add appendVar/prependVar functions | Richard Purdie | 2011-11-10 | 1 | -0/+16 |
* | Add FAKEROOTNOENV variable | Richard Purdie | 2011-11-10 | 2 | -0/+9 |
* | cooker.py: Ensure only one copy of bitbake executes at once | Richard Purdie | 2011-11-10 | 1 | -0/+7 |
* | utils.py: Fix lockfile retry handling | Richard Purdie | 2011-11-10 | 1 | -1/+1 |
* | codeparser: silence non-literal warnings for vardeps | Christopher Larson | 2011-11-10 | 3 | -11/+39 |
* | codeparser: drop expand tracking | Christopher Larson | 2011-11-10 | 1 | -11/+0 |
* | codeparser: accept a name for better messages | Christopher Larson | 2011-11-10 | 3 | -13/+15 |
* | codeparser: simplify how we compare the called node names | Christopher Larson | 2011-11-10 | 1 | -52/+20 |
* | codeparser: merge the nested python parsing classes | Christopher Larson | 2011-11-10 | 1 | -102/+87 |
* | Increment version post release | Richard Purdie | 2011-11-04 | 2 | -2/+2 |
* | Release 1.14.0 | Richard Purdie | 2011-11-04 | 2 | -2/+2 |
* | codeparser: make var_expands actually hold useful information | Christopher Larson | 2011-11-04 | 1 | -1/+1 |
* | doc: update manual for checksum changes | Joshua Lock | 2011-10-24 | 1 | -1/+1 |
* | fetch2: enable checksum definition as SRC_URI parameter | Joshua Lock | 2011-10-24 | 1 | -2/+8 |
* | fetch2: improve usability of checksums | Joshua Lock | 2011-10-24 | 1 | -34/+38 |
* | hob: fix backtrace when dismissing open dialog | Joshua Lock | 2011-10-24 | 1 | -2/+2 |
* | Fix typos in local.conf.sample and local.conf.sample.extended | Robert Yang | 2011-10-11 | 2 | -2/+1 |
* | fetch2: Export additional variables to the fetchers | Matthew McClintock | 2011-10-06 | 1 | -1/+2 |
* | fetch2/git: Make git fetch run with -f so rebased branches don't fail | Matthew McClintock | 2011-10-04 | 1 | -1/+1 |
* | bitbake/lib/bb/msg.py: fix setting debug and verbosity levels | Paul Eggleton | 2011-09-25 | 2 | -4/+4 |
* | hob: store recipe path at load time | Joshua Lock | 2011-09-25 | 1 | -1/+3 |
* | hob: fix building with current selections after reparse | Joshua Lock | 2011-09-25 | 1 | -2/+0 |
* | ui/crumbs/hobeventhandler: fix variable name typo | Joshua Lock | 2011-09-25 | 1 | -1/+1 |
* | ui/crumbs/hobeventhandler: move remaining getVariable calls to init | Joshua Lock | 2011-09-25 | 1 | -4/+5 |
* | Fix mercurial fetcher in fetch21.1_M4.rc3 | Julian Pidancet | 2011-09-21 | 1 | -1/+1 |
* | hob: fix opening of image output dir on image build completion | Joshua Lock | 2011-09-21 | 2 | -4/+7 |
* | ui/crumbs/runningbuild: fix log messages right-click menu | Joshua Lock | 2011-09-21 | 1 | -1/+1 |
* | hob: enable package only builds even if an image has been built | Joshua Lock | 2011-09-20 | 1 | -0/+1 |
* | hob: fix build again when building packages only | Joshua Lock | 2011-09-20 | 2 | -12/+12 |
* | ui/crumbs/hobprefs: re-enable reloading of data after prefs changes | Joshua Lock | 2011-09-20 | 1 | -1/+1 |
* | fetch2/git: fix subpath destination directory | Paul Eggleton | 2011-09-20 | 1 | -1/+3 |