summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 5189-5198 via svnmerge from Ross Burton2008-09-262-2/+8
* Merged revisions 5169-5170 via svnmerge from Ross Burton2008-09-261-1/+4
* hg fetcher: Apply fixes from Matt HoosierRichard Purdie2008-09-071-1/+4
* bitbake utils.py: Add explode_dep_versions, an improved version of explode_depsRichard Purdie2008-09-031-0/+27
* bitbake providers.py: Sync with upstreamRichard Purdie2008-09-031-1/+6
* bitbake/utils.py: Add prunedir function to utils collectionRichard Purdie2008-08-182-11/+12
* __init__.py: Error if SRCREV == INVALIDRichard Purdie2008-07-221-0/+5
* bitbake: apply r1075 from upstream to get postinsts working againMarcin Juszkiewicz2008-06-121-2/+2
* build.py: Fix task override handling (breaks compatibility but it didn't work...Richard Purdie2008-05-211-1/+1
* event.py: Revert accidental but harmless commitRichard Purdie2008-05-211-4/+0
* bitbake: Sync with upstreamRichard Purdie2008-05-193-2/+12
* bitbake: build.py: Need to run expandKeys before launching tasksRichard Purdie2008-05-131-0/+1
* bitbake: Sync with 1.8 branchRichard Purdie2008-05-134-35/+44
* runqueue.py: Fix default whitelist variable valueRichard Purdie2008-05-051-1/+1
* bitbake: Sync with 1.8 branch upstream for PREFERRED_PROVIDERS message improv...Richard Purdie2008-05-042-3/+28
* Use bb.utils.md5_file isntead of calling md5sumRoss Burton2008-05-011-8/+1
* Add md5_file and sha256_file checksum methods which use the builtin Python ch...Ross Burton2008-05-011-0/+31
* bitbake: Tweak new URI checkstatus code slightly fixing two corner cases.Richard Purdie2008-04-272-1/+4
* bitbake: Sync with bitbake 1.8 branchRichard Purdie2008-04-274-6/+44
* bitbake: Improve fetcher runcmd function so error messages are visable and va...Richard Purdie2008-04-081-5/+14
* bitbake: Add proxy support to CVS fetcher (patch from Cyril Chemparathy)Richard Purdie2008-04-081-1/+8
* bitbake: Fix a bug where changed files weren't getting spotted and an invalid...Richard Purdie2008-03-282-4/+4
* bitbake: Update with changes from bitbake 1.8 branchRichard Purdie2008-03-144-82/+147
* bitbake: Bump cache versionRichard Purdie2008-03-031-1/+1
* bitbake: Update to bitbake 1.8 branch headRichard Purdie2008-03-0312-470/+339
* bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fixRichard Purdie2008-02-112-4/+4
* bitbake: Update to 1.8.10 releaseRichard Purdie2008-01-203-4/+9
* bitbake: sync with upstream stable branch bugfixes and enhancementsRichard Purdie2008-01-204-21/+35
* CVS fetcher: added "fullpath" option to get full repository paths inside ofMarcin Juszkiewicz2008-01-161-4/+13
* CVS fetcher: add "norecurse" option to fetch directory from CVS without itsMarcin Juszkiewicz2008-01-161-1/+7
* cooker.py: Fix -g option breakage from previous commitsRichard Purdie2008-01-061-3/+2
* bitbake: Sync with bitbake upstream for various fixesRichard Purdie2008-01-063-131/+381
* bitbake fetcher: Make invalid url errors clearerRichard Purdie2007-11-271-1/+2
* bitbake: Add support for task specific lockfilesRichard Purdie2007-11-251-0/+8
* bitbake: Sync with upstream, fix some typos, add selfstamp flagRichard Purdie2007-11-252-3/+3
* bitbake: Convert fetcher code to using bb.utils locking functionsRichard Purdie2007-11-241-6/+3
* bitbake: Add bb.utils.lockfile() and bb.utils.unlockfile()Richard Purdie2007-11-241-1/+36
* Remove broken c based parser codeRichard Purdie2007-11-1714-5629/+0
* bitbake/fetchers: Sync with upstream bitbakeRichard Purdie2007-11-174-22/+16
* bitbake: Update SRCREV fetcher code to cope better with multiple SCM packagesRichard Purdie2007-11-133-14/+48
* bitbake: fetcher init - clear data's internal expand cache since the cached S...Richard Purdie2007-11-081-0/+3
* bitbake: git.py - Fix weird git checkout issues by using git-fetch, not git-p...Richard Purdie2007-11-081-1/+1
* bitbake: fetcher updates - Add BB_GENERATE_MIRROR_TARBALLS option to allow di...Richard Purdie2007-11-075-34/+47
* bitbake runqueue.py: Allow multiple options for deptask flag (from poky), fi...Richard Purdie2007-10-301-3/+4
* bitbake: Sync with upstreamRichard Purdie2007-10-302-17/+80
* bitbake data.py: Fix unexport handling (#OE3135)Richard Purdie2007-10-221-3/+3
* bitbake: providers.py: Fix perferred_version variable handlingRichard Purdie2007-10-211-1/+2
* bitbake: Fix taskdata whitespace splitting issuesRichard Purdie2007-10-121-1/+1
* bitbake: Sync bzr fetcher with upstreamRichard Purdie2007-10-111-7/+3
* bitbake: Add hg fetcher (from bitbake upstream)Richard Purdie2007-10-112-0/+152