summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/toasterui.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-13 14:02:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-14 23:05:14 +0100
commit471310e5e75d35e572edd1a5638aa3999439e2f3 (patch)
tree790c0e0c266299cfc497d4b10ff5ac970dc95ccb /bitbake/lib/bb/ui/toasterui.py
parentda467519c2624496ad8f939bf494e8f9aff4d9e3 (diff)
downloadpoky-471310e5e75d35e572edd1a5638aa3999439e2f3.tar.gz
bitbake: cooker/toasterui: Drop SEND_DEPENDS_TREE UI feature
Now the event is sent unconditionally we can drop this feature as its no longer needed. (Bitbake rev: 473deeb0fc6065693e1fcfcbb8b79753103db537) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/toasterui.py')
-rw-r--r--bitbake/lib/bb/ui/toasterui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py
index addd5cc2fa..c2d41f791f 100644
--- a/bitbake/lib/bb/ui/toasterui.py
+++ b/bitbake/lib/bb/ui/toasterui.py
@@ -39,7 +39,7 @@ import os
39# module properties for UI modules are read by bitbake and the contract should not be broken 39# module properties for UI modules are read by bitbake and the contract should not be broken
40 40
41 41
42featureSet = [bb.cooker.CookerFeatures.HOB_EXTRA_CACHES, bb.cooker.CookerFeatures.SEND_DEPENDS_TREE, bb.cooker.CookerFeatures.BASEDATASTORE_TRACKING, bb.cooker.CookerFeatures.SEND_SANITYEVENTS] 42featureSet = [bb.cooker.CookerFeatures.HOB_EXTRA_CACHES, bb.cooker.CookerFeatures.BASEDATASTORE_TRACKING, bb.cooker.CookerFeatures.SEND_SANITYEVENTS]
43 43
44logger = logging.getLogger("ToasterLogger") 44logger = logging.getLogger("ToasterLogger")
45interactive = sys.stdout.isatty() 45interactive = sys.stdout.isatty()