summaryrefslogtreecommitdiffstats
path: root/lib/bb/siggen.py
AgeCommit message (Collapse)Author
2011-01-10bitbake/siggen.py: Add a signature generator which adds the hash to the ↵Richard Purdie
stamp files (From Poky rev: 97789a160ad21ccc614f976fa5e2b306d816aabf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-10bitbake build/siggen/runqueue: Fix stampfile parametersRichard Purdie
The current parameters are not useful to the stampfile generator function as they can't uniquely define a task. This updated things so the parameters can identify unique tasks. (From Poky rev: 66c6200ff34e8eeca5d1a689bbf9d6a83818248f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-29runqueue: pass task hash information to tasksRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-12-29Implement task signaturesRichard Purdie
Includes functionality to find out what changes between two different signature data dumps. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Chris Larson <chris_larson@mentor.com>