mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
bitbake: event: drop some unused events
These were all used by support code for the Hob UI which has been removed - nothing will currently fire or respond to these events. (Bitbake rev: 03ba8db0595723286ad462fa197f862e1efdf0de) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
246b2fde38
commit
b367cd91d1
@@ -616,14 +616,6 @@ class FilesMatchingFound(Event):
|
|||||||
self._pattern = pattern
|
self._pattern = pattern
|
||||||
self._matches = matches
|
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):
|
class ConfigFilesFound(Event):
|
||||||
"""
|
"""
|
||||||
Event when a list of appropriate config files has been generated
|
Event when a list of appropriate config files has been generated
|
||||||
@@ -694,19 +686,6 @@ class LogHandler(logging.Handler):
|
|||||||
record.taskpid = worker_pid
|
record.taskpid = worker_pid
|
||||||
return True
|
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):
|
class MetadataEvent(Event):
|
||||||
"""
|
"""
|
||||||
Generic event that target for OE-Core classes
|
Generic event that target for OE-Core classes
|
||||||
|
|||||||
Reference in New Issue
Block a user