All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Additional Hob code removal
@ 2017-06-15 14:33 Paul Eggleton
  2017-06-15 14:33 ` [PATCH 1/1] event: drop some unused events Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2017-06-15 14:33 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit 7b4e81772ed8789521661a3b32b576c91276ae34:

  bitbake-user-manual: Updated BBLAYERS_FETCH_DIR variable description (2017-06-15 11:15:52 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/bb-drob-hob-events
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/bb-drob-hob-events

Paul Eggleton (1):
  event: drop some unused events

 lib/bb/event.py | 21 ---------------------
 1 file changed, 21 deletions(-)

-- 
2.9.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] event: drop some unused events
  2017-06-15 14:33 [PATCH 0/1] Additional Hob code removal Paul Eggleton
@ 2017-06-15 14:33 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2017-06-15 14:33 UTC (permalink / raw)
  To: bitbake-devel

These were all used by support code for the Hob UI which has been
removed - nothing will currently fire or respond to these events.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 lib/bb/event.py | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/lib/bb/event.py b/lib/bb/event.py
index 6d8493b..eb5cd04 100644
--- a/lib/bb/event.py
+++ b/lib/bb/event.py
@@ -616,14 +616,6 @@ class FilesMatchingFound(Event):
         self._pattern = pattern
         self._matches = matches
 
-class CoreBaseFilesFound(Event):
-    """
-    Event when a list of appropriate config files has been generated
-    """
-    def __init__(self, paths):
-        Event.__init__(self)
-        self._paths = paths
-
 class ConfigFilesFound(Event):
     """
     Event when a list of appropriate config files has been generated
@@ -694,19 +686,6 @@ class LogHandler(logging.Handler):
         record.taskpid = worker_pid
         return True
 
-class RequestPackageInfo(Event):
-    """
-    Event to request package information
-    """
-
-class PackageInfo(Event):
-    """
-    Package information for GUI
-    """
-    def __init__(self, pkginfolist):
-        Event.__init__(self)
-        self._pkginfolist = pkginfolist
-
 class MetadataEvent(Event):
     """
     Generic event that target for OE-Core classes
-- 
2.9.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-15 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-15 14:33 [PATCH 0/1] Additional Hob code removal Paul Eggleton
2017-06-15 14:33 ` [PATCH 1/1] event: drop some unused events Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.