summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-12-10 16:53:19 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2011-01-04 14:46:49 +0000
commit098f63d6727e3b4db0a8906deee52c75f03047fb (patch)
treea6937b895dc0126fa684695b15e42700f8fb3eb2 /bitbake/lib/bb/cooker.py
parent5a92e67b8655d0971c6e3e8233e984ef9ad42997 (diff)
downloadpoky-098f63d6727e3b4db0a8906deee52c75f03047fb.tar.gz
Rename command events, adjust compareRevisions
- Moved the logic for comparing revisions from cooker into command - Removed 'Cooker' from the event names - Renamed the 'ExitCode' event into CommandExit, and changed CommandFailed to be a subclass of CommandExit (Bitbake rev: c51ed5d7a9971fad6019dac6c35a71b8a54ab16a) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
-rw-r--r--bitbake/lib/bb/cooker.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
index 3b4eae8c4c..8ac88b99a4 100644
--- a/bitbake/lib/bb/cooker.py
+++ b/bitbake/lib/bb/cooker.py
@@ -191,10 +191,6 @@ class BBCooker:
191 191
192 logger.plain("%-35s %25s %25s", p, lateststr, prefstr) 192 logger.plain("%-35s %25s %25s", p, lateststr, prefstr)
193 193
194 def compareRevisions(self):
195 ret = bb.fetch.fetcher_compare_revisons(self.configuration.data)
196 bb.event.fire(bb.command.CookerCommandSetExitCode(ret), self.configuration.event_data)
197
198 def showEnvironment(self, buildfile = None, pkgs_to_build = []): 194 def showEnvironment(self, buildfile = None, pkgs_to_build = []):
199 """ 195 """
200 Show the outer or per-package environment 196 Show the outer or per-package environment