summaryrefslogtreecommitdiff
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
...
* build.py: Add support for cleaning directories before a task in the form: do...Richard Purdie2007-09-052-2/+7
* bitbake: Sync with 1.8 upstream branchRichard Purdie2007-09-054-0/+169
* bitbake: Update to latest bitbake-1.8 branchRichard Purdie2007-09-028-30/+130
* bitbake: use Psyco only on x86 (no support for other archs)Marcin Juszkiewicz2007-08-231-8/+10
* bitbake: Sync with 1.8.8 releaseRichard Purdie2007-08-2011-82/+159
* git.py: Fix reference to tagRichard Purdie2007-08-161-1/+1
* bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...Richard Purdie2007-08-165-27/+65
* bitbake fetch/git.py: Don't use master as a tagRichard Purdie2007-08-161-1/+1
* bitbake: Sync with upstream 1.8 branchRichard Purdie2007-08-154-69/+98
* bitbake: Sync with upstream 1.8 branch for fixesRichard Purdie2007-08-126-17/+58
* bitbake: Sync with upstreamRichard Purdie2007-08-115-84/+92
* bitbake fetch/__init__.py: Don't print double newlinesRichard Purdie2007-08-091-1/+1
* bitbake runqueue.py: Improve the progress indicator by skipping tasks that ha...Richard Purdie2007-08-091-0/+12
* providers.py: Also add pn-PN syntax to overrides when evalutating PREFERRED_V...Richard Purdie2007-08-081-1/+1
* bitbake lib/bb/runqueue.py: Make sure intertask depends get processed correct...Richard Purdie2007-08-051-1/+17
* bitbake persist_data: Fix for python 2.4Richard Purdie2007-08-041-2/+2
* bitbake persist_data: Fix for python 2.4Richard Purdie2007-08-041-1/+1
* bitbake persist_data: Fix module referenceRichard Purdie2007-08-041-1/+1
* bitbake persist_data: Add own retry logicRichard Purdie2007-08-041-5/+16
* bitbake persist_data: Use immediate connection modeRichard Purdie2007-08-041-1/+2
* bitbake: Try to fix cache locking issueRichard Purdie2007-08-041-5/+7
* bitbake BBHandler: Disable creation of A variableRichard Purdie2007-08-041-15/+17
* bitbake: Update along 1.8 branchRichard Purdie2007-08-0316-187/+541
* build.py: Start to fix path quotingRichard Purdie2007-07-062-2/+3
* bitbake: Sync with upstreamRichard Purdie2007-06-262-1/+4
* bitbake/taskdata: Exit from the providers loop when the first match is found,...Richard Purdie2007-06-141-0/+1
* bitbake: Sync manual updates and version info with bitbake svnRichard Purdie2007-06-124-3/+58
* runqueue.py: Correctly use /dev/null as stdinRichard Purdie2007-06-121-1/+2
* bitbake: Exit if parsing errors occurRichard Purdie2007-05-311-1/+5
* bitbake: Merge bugfixes from bitbake-1.8 svnRichard Purdie2007-05-227-11/+26
* build.py: Sync with bitbake 1.8 branchRichard Purdie2007-04-031-0/+2
* bitbake: Update to 1.8.1 (inc. various bug fixes, epoch support)Richard Purdie2007-04-0118-538/+532
* bitbake: merge upstream fixes and fix bug in recrdeptask handlingRichard Purdie2007-02-211-7/+7
* bitbake: Sync with upstream. Richard Purdie2007-01-0839-1344/+1815
* bitbake svn fetcher: Don't use a date when a revision is specifiedRichard Purdie2007-01-021-0/+3
* fetch/__init__.py: Allow srcdate to be overridden in SRC_URIRichard Purdie2006-12-061-2/+5
* runqueue.py: Send SIGINT upon Ctrl+C, not SIGNTERMRichard Purdie2006-12-061-3/+3
* Fix typoRoss Burton2006-12-052-2/+2
* bitbake runqueue.py: Set children as process group leaders and send SIGTERM t...Richard Purdie2006-12-041-1/+3
* bitbake: Fix a couple of typos in the bitbake shellRichard Purdie2006-11-302-2/+2
* bitbake: Sync with bitbake trunk for bugfixes and improved dot file generatio...Richard Purdie2006-11-296-227/+155
* data_smart.py: micro optimisation from bitbake trunkRichard Purdie2006-11-271-1/+1
* Confhandler.py: Add cleanup from bitbake trunkRichard Purdie2006-11-271-6/+3
* svn.py, git.py: Sync with bitbake trunk - comment changesRichard Purdie2006-11-272-1/+5
* fetch/__init__.py: Store url data per .bb file fixing urldata contamination b...Richard Purdie2006-11-271-6/+11
* bitbake/lib/bb/data.py: Add unexport flag for variables, add speedup for expa...Richard Purdie2006-11-251-0/+6
* bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie2006-11-1644-1809/+3720
* bitbake build.py: Add interactive flag for tasks to allow i/o redirection to ...Richard Purdie2006-08-301-21/+29
* Bitbake: add the ssh fetcher to the MANIFEST.Chris Larson2006-07-211-0/+1
* Add initial SSH fetcher to bitbake.Chris Larson2006-07-212-0/+124
541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714