]> code.ossystems Code Review - openembedded-core.git/commit
scripts: add scriptutils module
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 19 Dec 2014 11:41:54 +0000 (11:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Dec 2014 17:30:52 +0000 (17:30 +0000)
commita8f90528981127fbace3e901c6e3dfe8b45b98ab
tree5d661dd1fdaffd404aeff3067f142afabf9f70b9
parentfa07ada1cd0750f9aa6bcc31f8236205edf6b4ed
scripts: add scriptutils module

Add a utility module for scripts. This is intended to provide functions
only really useful before bitbake has been found (or only of particular
interest to scripts). At the moment this includes functions for setting
up a logger and for loading plugins.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/scriptutils.py [new file with mode: 0644]