generic-poky/scripts/contrib
Hongxu Jia 926a117486 list-packageconfig-flags.py: fix searching bitbake module failed
Run list-packageconfig-flags.py on wrlinux's platform in which
the oe-core layer and bitbake layer in different directories:
----
../layers/oe-core/scripts/contrib/list-packageconfig-flags.py
Traceback (most recent call last):
  File "../layers/oe-core/scripts/contrib/list-packageconfig-flags.py", line 28, in <module>
    import bb.cache
ImportError: No module named bb.cache
----

The script import bb module from bitbake lib dir, the previous
lib dir was hardcode and only worked on poky but not for others.

In this situation, look for bitbake/bin dir in PATH could fix this issue.

[YOCTO #5060]

(From OE-Core rev: 9e749c430f97b1a30cdf0c13dacd2a985ef7b433)

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-30 16:23:47 +01:00
..
bb-perf bb-matrix: Fix min and max calculations 2013-01-21 10:22:08 +00:00
python python-2.7-manifest: Add missing python-ctypes dependency to python-multiprocessing 2013-08-26 12:15:49 +01:00
bbvars.py bbvars.py: add a script to look for undocumented variables 2011-01-12 00:55:49 -08:00
build-perf-test.sh scripts/contrib/build-perf-test.sh: fix passing arguments 2013-06-13 17:38:10 +01:00
ddimage scripts/contrib/*: fix arithmetic bashism 2013-07-18 21:25:35 +01:00
documentation-audit.sh documentation-audit.sh: Add/fix checks for skipped lines. 2012-12-13 15:18:42 +00:00
list-packageconfig-flags.py list-packageconfig-flags.py: fix searching bitbake module failed 2013-08-30 16:23:47 +01:00
mkefidisk.sh scripts/contrib/mkefidisk.sh: fix bashism 2013-08-06 12:39:52 +01:00
test_build_time.sh scripts/contrib: add build time regression test script 2011-07-20 15:27:31 +01:00
test_build_time_worker.sh scripts/contrib: add build time regression test script 2011-07-20 15:27:31 +01:00