From 37e025f6f9c410005e0f1dee0767e38eaec01cbd Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Mon, 21 Jan 2013 16:40:07 +0200 Subject: bitbake: hob: Hob should display warnings generated during parsing -now Hob catches the warnings generated during parsing, and after the parsing is completed, if there are any warnings, it shows a bar that contains a message with how many warnings has encountered, and a button "View warnings" -when "View warnings" button is clicked, Hob shows a dialog with the warnings; if there more than 1 warning, you can use "Previous" and "Next" button to see them [YOCTO #3215] (Bitbake rev: d7b5311d35b3974398fecabfb5ecf1effa85c27e) Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/hobcolor.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/bb/ui/crumbs/hobcolor.py') 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: BLACK = "#000000" PALE_BLUE = "#53b8ff" DEEP_RED = "#aa3e3e" + KHAKI = "#fff68f" OK = WHITE RUNNING = PALE_GREEN -- cgit v1.2.3-54-g00ecf