summaryrefslogtreecommitdiff
path: root/scripts/lib/scriptpath.py
AgeCommit message (Collapse)AuthorFiles
2014-06-25scripts: consolidate code to find bitbake pathPaul Eggleton1
Several of these scripts were using duplicated code (and slightly different methods) to find the path to bitbake and add its lib subdirectory to the Python import path. Add some common code to do this and change the scripts to use it. Fixes [YOCTO #5076]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>