summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/crumbs/hobcolor.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/hobcolor.py')
-rw-r--r--bitbake/lib/bb/ui/crumbs/hobcolor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobcolor.py b/bitbake/lib/bb/ui/crumbs/hobcolor.py
index e10f546e52..3316542a20 100644
--- a/bitbake/lib/bb/ui/crumbs/hobcolor.py
+++ b/bitbake/lib/bb/ui/crumbs/hobcolor.py
@@ -30,6 +30,7 @@ class HobColors:
30 BLACK = "#000000" 30 BLACK = "#000000"
31 PALE_BLUE = "#53b8ff" 31 PALE_BLUE = "#53b8ff"
32 DEEP_RED = "#aa3e3e" 32 DEEP_RED = "#aa3e3e"
33 KHAKI = "#fff68f"
33 34
34 OK = WHITE 35 OK = WHITE
35 RUNNING = PALE_GREEN 36 RUNNING = PALE_GREEN