From e6fccbb463f2522bb0d20bf07054ce5428a3c1be Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 25 Nov 2007 13:54:43 +0000 Subject: bitbake: Sync with upstream, fix some typos, add selfstamp flag git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3227 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bitbake/ChangeLog') diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 4125e03169..4fddeca86c 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -12,6 +12,19 @@ Changes in BitBake 1.8.x: - Add bzr fetcher - Add support for cleaning directories before a task in the form: do_taskname[cleandirs] = "dir" + - bzr fetcher tweaks from Robert Schuster (#2913) + - Add mercurial (hg) fetcher from Robert Schuster (#2913) + - Fix bogus preferred_version return values + - Fix 'depends' flag splitting + - Fix unexport handling (#3135) + - Add bb.copyfile function similar to bb.movefile (and improve movefile error reporting) + - Allow multiple options for deptask flag + - Use git-fetch instead of git-pull removing any need for merges when + fetching (we don't care about the index). Fixes fetch errors. + - Add BB_GENERATE_MIRROR_TARBALLS option, set to 0 to make git fetches + faster at the expense of not creating mirror tarballs. + - SRCREV handling updates, improvements and fixes from Poky + - Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky Changes in Bitbake 1.8.8: - Rewrite svn fetcher to make adding extra operations easier -- cgit v1.2.3-54-g00ecf