| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework the way we handle do_clean and do_mrproper so that the .oeclass that d... | Chris Larson | 2004-12-08 | 1 | -10/+12 |
* | Mention --help when bitbake is called with no arguments. | Chris Larson | 2004-12-08 | 1 | -1/+2 |
* | Update bitbake command usage information: s/bbmake/bitmake/g, and remove the ... | Chris Larson | 2004-12-08 | 1 | -3/+2 |
* | Make bbread spit out a nicer error when it encounters an IOError. | Chris Larson | 2004-12-08 | 1 | -1/+6 |
* | Rename bbmake to bitbake. | Chris Larson | 2004-12-08 | 1 | -0/+0 |
* | Add a 'buildfile' commandline option to bbmake, which makes bbbuild unnecessary. | Chris Larson | 2004-12-08 | 1 | -14/+52 |
* | Update the 'usage' information displayed by --help in bbimage and bbmake. | Chris Larson | 2004-12-08 | 2 | -15/+8 |
* | Initial import. | Chris Larson | 2004-12-07 | 46 | -8309/+248 |
* | support "oemake --world" as a (preferred) alternative for "oemake world". | Phil Blundell | 2004-12-04 | 1 | -23/+32 |
* | if an exception occurs, during parsing, show which file caused it. | Phil Blundell | 2004-12-03 | 1 | -0/+5 |
* | Fix oemake 'world' logic bug. | Chris Larson | 2004-12-03 | 1 | -1/+8 |
* | Add an 'EXCLUDE_FROM_WORLD' variable to oemake, which doesn't imply brokennes... | Chris Larson | 2004-12-01 | 1 | -1/+1 |
* | BUGFIX: oe.build.mkstamp had a hardcoded path to the stamps dir. | Chris Larson | 2004-12-01 | 1 | -1/+1 |
* | add 'oemake -s' option to dump out a table of latest and preferred versions f... | Phil Blundell | 2004-11-28 | 1 | -1/+106 |
* | subversion use revisions not date | Marcin Juszkiewicz | 2004-11-19 | 1 | -28/+13 |
* | Attempt to correct an unintended consequence of the localdir fix. | Chris Larson | 2004-11-19 | 1 | -2/+2 |
* | Auto merged | Chris Larson | 2004-11-19 | 1 | -1/+1 |
* | apply patch from Murray Jensen to fix lost CVS_RSH when doing incremental update | Phil Blundell | 2004-10-31 | 1 | -0/+1 |
* | Make oeread suck a bit less. | Chris Larson | 2004-10-27 | 1 | -4/+0 |
* | Call oe.data.init() rather than manually initializing the dictionary. | Chris Larson | 2004-10-27 | 3 | -7/+7 |
* | Auto merged | Marcin Juszkiewicz | 2004-10-22 | 1 | -18/+21 |
* | allow for "-d /usr/src/CVS" parameter to cvs if you set | Holger Schurig | 2004-10-18 | 1 | -4/+7 |
* | back out previous mistaken change | Phil Blundell | 2004-10-15 | 1 | -5/+1 |
* | add current task to OVERRIDES during execution to facilitate "EXTRA_OEMAKE_pr... | Phil Blundell | 2004-10-13 | 1 | -1/+5 |
* | fix OEMASK handling | Rene Wagner | 2004-10-01 | 1 | -3/+4 |
* | also accept ".inc" as a legitimate file extension | Phil Blundell | 2004-09-21 | 1 | -1/+1 |
* | Add -n/--name option to oeimage, to allow us to force the IMAGE_NAME and ther... | Chris Larson | 2004-09-18 | 1 | -1/+7 |
* | quiet cvs/svn tarball creating | Marcin Juszkiewicz | 2004-08-26 | 1 | -2/+2 |
* | subversion fetcher based on cvs one | Marcin Juszkiewicz | 2004-08-25 | 1 | -0/+169 |
* | use _ not - to separate pv from pr in PREFERRED_VERSION_foo | Phil Blundell | 2004-08-07 | 1 | -1/+1 |
* | admit blank lines as legitimate python content | Phil Blundell | 2004-08-07 | 1 | -1/+1 |
* | rework handling of comments, blank lines and \-continuation | Phil Blundell | 2004-08-07 | 1 | -9/+14 |
* | use an empty OEMASK if none is set | Michael 'Mickey' Lauer | 2004-08-06 | 1 | -1/+1 |
* | only apply ?= assignments if variable is None, not if it is the empty string | Phil Blundell | 2004-08-05 | 1 | -1/+1 |
* | Add 'localdir' parameter to the cvs fetcher, specifically for binutils cvs, f... | Chris Larson | 2004-08-05 | 1 | -1/+6 |
* | Change oeread behavior to act like showdata by default. | Chris Larson | 2004-08-04 | 1 | -24/+13 |
* | Don't hardcode the location of fakeroot, to allow us to ASSUME_PROVIDED faker... | Chris Larson | 2004-08-04 | 1 | -1/+1 |
* | Show filename of log when displaying it, on failure. | Chris Larson | 2004-08-04 | 1 | -1/+1 |
* | remove special-casing of tag=HEAD | Phil Blundell | 2004-08-04 | 1 | -2/+2 |
* | improve keyboard error handling | Michael 'Mickey' Lauer | 2004-08-04 | 1 | -0/+1 |
* | improve performance by compiling the OEMASK regexp out of the loop | Michael 'Mickey' Lauer | 2004-08-04 | 1 | -7/+10 |
* | honour CVS_TARBALL_STASH_${PN} | Phil Blundell | 2004-08-02 | 1 | -1/+6 |
* | add support for DEFAULT_PREFERENCE when selecting version to build (sorts hig... | Phil Blundell | 2004-07-26 | 1 | -2/+6 |
* | receive tuple | Michael 'Mickey' Lauer | 2004-07-25 | 1 | -2/+2 |
* | count number of parsed, cached, skipped packages and print a statistic line | Michael 'Mickey' Lauer | 2004-07-24 | 1 | -4/+8 |
* | improve diagnostics when bad things happen during expansion | Phil Blundell | 2004-07-22 | 1 | -9/+13 |
* | reality check | Michael 'Mickey' Lauer | 2004-07-20 | 1 | -3/+1 |
* | get dir without having to rely on OEDIR | Michael 'Mickey' Lauer | 2004-07-20 | 1 | -1/+1 |
* | slightly improve provider hash progress output | Michael 'Mickey' Lauer | 2004-07-19 | 1 | -16/+8 |
* | fix formatting of diagnostic message | Phil Blundell | 2004-07-03 | 1 | -1/+1 |