aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-07-27[cvs] Allow to checkout by date and timeHolger Hans Peter Freyther
2008-07-19providers.py: When a regexp fails to compile for PACKAGES_DYNAMIC, print a mo...Richard Purdie
2008-06-10Revert the '-' character fix in class names since it breaks thingsRichard Purdie
2008-05-21build.py: Make sure expandKeys has been called on the data dictonary before r...Richard Purdie
2008-05-19BBHandler.py: Correctly handle '-' characters in class names (#2958)Richard Purdie
2008-05-12utils.py: Add md5 and sha256 checksum generation functions from Ross Burton ...Richard Purdie
2008-05-11Allow to store the PersistData in a PERSISTENT_DIR.Holger Hans Peter Freyther
2008-05-09runqueue.py: Add bb.runqueue.check_stamp_fn() for use by packaged-staging, al...Richard Purdie
2008-05-09runqueue/taskdata.py: Make sure recrdeps tasks include all inter-task depende...Richard Purdie
2008-05-09runqueue.py: Flush stdout/stderr before forking to fix duplicate console outputRichard Purdie
2008-05-09providers.py: No longer weight providers on the basis of a package being "alr...Richard Purdie
2008-05-04runqueue.py: Add BB_STAMP_WHITELIST option which contains a list of stamps to...Richard Purdie
2008-05-04providers.py: Improve runtime PREFERRED_PROVIDERS warning messages to be more...Richard Purdie
2008-04-27lib/bb/fetch: Add ability to fetchers to check URL validity without downloadingRichard Purdie
2008-04-08fetch/__init__.py: Improve runfetchcmd so errors are seen and various GIT var...Richard Purdie
2008-04-08fetch/cvs.py Add proxy support to CVS fetcher (patch from Cyril Chemparathy/P...Richard Purdie
2008-03-17git.py: Work around refs/HEAD issues with git over http (fixes #3410)Richard Purdie
2008-03-16Add return value handling (thanks pH5)Richard Purdie
2008-03-13runqueue.py: Fix problems with recrdeptask handling where some idepends weren...Richard Purdie
2008-03-08cooker: fix traceback when using -b and -f togetherMichael 'Mickey' Lauer
2008-03-06taskdata.py: When handling build target failures make sure idepends are check...Richard Purdie
2008-02-28runqueue.py: Add BB_SCHEDULER and BB_STAMP_POLICY variablesRichard Purdie
2008-02-27fetch/__init__.py: Make fetcher timestamp updating non-fatal when permissions...Richard Purdie
2008-02-26Remove digraph and switch to new stamp checking code.Richard Purdie
2008-02-26Convert -b option to use taskdata/runqueueRichard Purdie
2008-02-26runqueue.py: Add StampUpdate eventRichard Purdie
2008-02-26shell.py: Update to use cooker.buildFile()Richard Purdie
2008-02-24build.py: Convert exec_task to use getVarFlagsRichard Purdie
2008-02-24cooker:Remove a debug message from the parsing loop to lower overheadRichard Purdie
2008-02-24cache: Optmise cache handling by more quickly detecting an invalid cache, onl...Richard Purdie
2008-02-24data_smart: Fix getVarFlags bug in data_smartRichard Purdie
2008-02-23cooker, BBHandler: Change parseConfigurationFile so it works on real data, no...Richard Purdie
2008-01-22git.py: Fix git branch tags fetchingRichard Purdie
2008-01-21runqueue.py: Fix exit code for build failures in --continue modeRichard Purdie
2008-01-20cvs.py: Add norecurse and fullpath options to cvs fetcher (from Poky/Marcin)Richard Purdie
2008-01-19taskdata/runqueue.py: Make taskdata and runqueue errors more user friendlyRichard Purdie
2008-01-18bitbake 1.9.x: add branch support to the git fetcher -- thanks Otavio Salvador.Michael 'Mickey' Lauer
2008-01-12wget.py: Change the wget fetcher failure handling to avoid lockfile problemsRichard Purdie
2008-01-06fetchers: Properly raise errors for invalid source URI protocols (from poky)....Richard Purdie
2008-01-06shell.py: Fix shell data updating problems (#1880)Richard Purdie
2008-01-06Fix shell showdata command (#3259)Richard Purdie
2008-01-06cooker.py: Add support for '-e target' (#3432)Richard Purdie
2008-01-06runqueue.py: Don't give a stacktrace for invalid tasks, have a user friendly...Richard Purdie
2008-01-06runqueue.py: Add task scheduler abstraction and some example schedulers. Impr...Richard Purdie
2008-01-05runqueue.py: Improve code commentsRichard Purdie
2008-01-05runqueue.py: Disable task number acceleration since it can allow the tasks to...Richard Purdie
2007-12-01Add selfstamp and lockfiles flagsRichard Purdie
2007-11-24Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky. Use these functi...Richard Purdie
2007-11-17Fetcher SRCREV handling updates, improvements and fixes from Poky, typo fix f...Richard Purdie
2007-11-08git.py: Use git-fetch instead of git-pull removing any need for merges when f...Richard Purdie