summaryrefslogtreecommitdiff
path: root/bitbake/bin
Commit message (Expand)AuthorAgeFilesLines
* Display python warnings via bb.msgChris Larson2010-07-021-2/+18
* Use __import__ for the ui rather than execChris Larson2010-07-021-6/+6
* Initialize pkgs_to_build in the BBConfiguration constructorChris Larson2010-07-021-1/+1
* bitbake: create cooker object after cleaning the environmentJeff Dike2010-06-291-2/+2
* bitbake: Move the logger initialization from cooker to utilsJeff Dike2010-06-291-0/+3
* bitbake: Don't import xmlrpc server unless neededRichard Purdie2010-01-221-1/+2
* bin/bitbake: Add import serverRichard Purdie2010-01-221-0/+1
* bitbake: Fix UI failure exception handling with python 2.6Richard Purdie2010-01-211-1/+1
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-202-24/+75
* bitbake: Add a --revisions-changed commandline option to indicate when floati...Richard Purdie2009-07-291-0/+3
* bitbake: Sync with upstream after 2.8.12 releaseRichard Purdie2009-01-021-1/+1
* bitbake: Add tryaltconfigs option to disable the alternative configuration at...Richard Purdie2008-10-281-0/+3
* bitbake: Refactor the environment variable handlingRobert Bradford2008-10-171-9/+3
* bitbake/bitbake-dev: Allow much better control of which variable influence bi...Richard Purdie2008-09-301-0/+10
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-09-301-0/+2
* Drop bbimageRichard Purdie2008-05-211-160/+0
* bitbake: Sync bbimage with upstreamRichard Purdie2008-03-041-0/+5
* bitbake: Update to 1.8.10 releaseRichard Purdie2008-01-201-1/+1
* bin/bitbake: Fix help typoRichard Purdie2007-11-161-1/+1
* bitbake: Sync with 1.8.8 releaseRichard Purdie2007-08-201-1/+1
* bitbake: Sync with upstreamRichard Purdie2007-08-111-1/+18
* bitbake: Update along 1.8 branchRichard Purdie2007-08-031-1/+1
* bitbake: Sync manual updates and version info with bitbake svnRichard Purdie2007-06-121-1/+1
* bitbake: Merge bugfixes from bitbake-1.8 svnRichard Purdie2007-05-221-1/+1
* bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)Richard Purdie2007-04-011-10/+4
* bitbake: Sync with upstream. Richard Purdie2007-01-083-690/+41
* Fix typoRoss Burton2006-12-051-1/+1
* bitbake: Fix a couple of typos in the bitbake shellRichard Purdie2006-11-301-1/+1
* bitbake: Sync with bitbake trunk for bugfixes and improved dot file generatio...Richard Purdie2006-11-291-156/+67
* bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie2006-11-163-588/+311
* bitbake: Update against upstream stable branch (includes srcdate='now' support)Richard Purdie2006-06-101-4/+12
* Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...Richard Purdie2006-05-092-143/+129
* Update to latest bitbakeRichard Purdie2006-03-202-30/+56
* bitbake: Fix a couple of VAR_${PN} errors reported by rossRichard Purdie2006-03-201-1/+2
* Fix an bitbake RDEPENDS bug and add a hack to work around quilt-native issues...Richard Purdie2006-02-131-0/+1
* Update to 1.3.3 release of bitbakeRichard Purdie2006-02-101-3/+2
* Update bitbake to latest bitbake svnRichard Purdie2006-02-102-28/+216
* Update bitbake to use package name as an override when working out PREFERRED_...Richard Purdie2005-11-031-1/+7
* Initial populationRichard Purdie2005-08-314-0/+1610
420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554