summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2009-07-22Add .gitignore, ignore *.pyc.1.6Chris Larson
2007-06-10Update branches after releaseRichard Purdie
2007-05-20cooker.py: Fix invalid regexp in BBMASK error handling (missing import) (#1124)Richard Purdie
2007-05-20BBHandler.py: Raise ParseError for filenames with multiple underscores inste...Richard Purdie
2007-05-19Fix a second kind of __inherit_cache race (trunk + branches)Richard Purdie
2007-05-19parse_py/BBHandler.py: Make sure __inherit_cache is updated before calling in...Richard Purdie
2007-03-11Update ChangeLog for 1.7.x changes, cleanup TODORichard Purdie
2007-03-10bitbake-1.6: Make a commit to test my notify chain (we cache deps the right way)Holger Hans Peter Freyther
2007-02-16Another try: Release BitBake 1.6.6 with updated MANIFESTHolger Hans Peter Freyther
2007-02-16Add more files to our MANIFEST. It looks complete enoug nowHolger Hans Peter Freyther
2007-02-15branches/bitbake-1.6: Update the MANIFEST after the messed up 1.6.4 releaseHolger Hans Peter Freyther
2007-02-14Fix the manifest: Do not reference non existing filesHolger Hans Peter Freyther
2007-02-14Tag bitbake-1.6.4 and bump version numbersHolger Hans Peter Freyther
2007-02-14Lazy addition of the ChangeLog entry. Done with a quick scan through the svn logHolger Hans Peter Freyther
2007-02-13svn fetcher: add two backport patches from OE #829Marcin Juszkiewicz
2007-01-26svn fetcher: use 'svn update' to update sources - close OE#1367Marcin Juszkiewicz
2007-01-23fetch/svn.py: use username/password when provided in SRC_URI - close OE#1781Marcin Juszkiewicz
2007-01-23Remove the first attempt to integrate Marc's flex/lemon (like in trunk)Marcin Juszkiewicz
2007-01-23build.py: revert setting LC_ALL=C due to IRC discussionMarcin Juszkiewicz
2007-01-23lib/bb/build.py: Put LC_ALL=C on os.system callMarcin Juszkiewicz
2007-01-23Add proper GPLv2 headers to all BitBake files (from trunk)Marcin Juszkiewicz
2007-01-23usermanual: fix typo (from trunk)Marcin Juszkiewicz
2007-01-06Make cvs_port a string and an empty one as well. This should fix the concatin...Holger Hans Peter Freyther
2007-01-06CVS Fetcher: Added support for non-default port (needed for rxvt-unicode in OE).Marcin Juszkiewicz
2007-01-04svn.py: updated (C) to meMarcin Juszkiewicz
2007-01-04updated list of authors (from trunk)Marcin Juszkiewicz
2007-01-04added manpage from trunkMarcin Juszkiewicz
2007-01-04drop shebangs from lib/bb scripts (from trunk)Marcin Juszkiewicz
2007-01-04setup.py: use FHS compatible directories (from trunk)Marcin Juszkiewicz
2007-01-02bitbake-1.6 data.py: Backport emit_var fixes and add unexport flag supportRichard Purdie
2007-01-02bin/bitbake: Fix findBestProvider parameters (close #1715)Richard Purdie
2006-11-01BitBake: Tag 1.6.2 and 1.7.2 of BitBakeHolger Hans Peter Freyther
2006-10-31Add missing Changelog entryRichard Purdie
2006-10-31Add some missing entries to the ChangelogRichard Purdie
2006-10-31build.py: Add support for the interact flag, backported from trunkRichard Purdie
2006-10-29bitbake-1.6: Allow version field in DEPENDS (ignored for now)Richard Purdie
2006-10-21bitbake-1.6/lib/bb/shell.py: import bb to fix bb.providers referencesRichard Purdie
2006-08-16Remove a debug statement that crept inRichard Purdie
2006-08-15BitBake: Bump and add Versions 1.4.5 and 1.6.1Holger Hans Peter Freyther
2006-08-14trunk/bitbake/bin/bitbake:Richard Purdie
2006-08-14trunk/bitbake/lib/bb/providers.py:Richard Purdie
2006-08-14trunk/bitbake/bin/bitbake:Richard Purdie
2006-08-13trunk/bitbake/bin/bitbake:Richard Purdie
2006-08-13trunk/bitbake/lib/bb/build.py:Richard Purdie
2006-07-25 r420@snorf: ich | 2006-07-25 21:29:45 +0200Holger Hans Peter Freyther
2006-07-25 bitbake/doc/manual: Do not mention rdepends.dotHolger Hans Peter Freyther
2006-07-23lib/bb/parse/parse_c: Throw Parse Exceptions, crash less oftenHolger Hans Peter Freyther
2006-07-23lib/bb/parse/parser_c: Handle includes, requires, cope with our syntaxHolger Hans Peter Freyther
2006-07-23bitbake/lib/parser/parse_c: Avoid some segfaultsHolger Hans Peter Freyther
2006-07-15msg needs to import sys, it calls it Michael 'Mickey' Lauer