bitbake/msg.py: Drop manually created domain lists
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Aug 2011 14:25:58 +0000 (15:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Aug 2011 08:49:11 +0000 (09:49 +0100)
commit3612b6e8ab4b5d79177a49cd5d5b4135792aee5b
tree45b9912c8a2d3ea87d9a30adf6b97739acf51613
parentc1d579ab0e17d5d001e7b985959c566c60748f95
bitbake/msg.py: Drop manually created domain lists

This patch removes the majority of the domain related code from bb.msg
on the grounds that we now support dynamic creation of logging domains
so having this hardcoded is just error prone and less flexible. It also
makes the msg code overly and needlessly complex.

It also removes the bb.msg.debug/note/warn/plain/error functions since
we might as well remove them rather than try and fix them at this point.

(Bitbake rev: 7627b561cbcb1482b464d69db70f38ea663180f3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/msg.py