diff options
Diffstat (limited to 'bitbake/lib/bb/tests/runqueue-tests/conf')
-rw-r--r-- | bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf b/bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf new file mode 100644 index 0000000000..8c7b754dab --- /dev/null +++ b/bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf | |||
@@ -0,0 +1,11 @@ | |||
1 | CACHE = "${TOPDIR}/cache" | ||
2 | THISDIR = "${@os.path.dirname(d.getVar('FILE'))}" | ||
3 | COREBASE := "${@os.path.normpath(os.path.dirname(d.getVar('FILE')+'/../../'))}" | ||
4 | BBFILES = "${COREBASE}/recipes/*.bb" | ||
5 | PROVIDES = "${PN}" | ||
6 | PN = "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[0]}" | ||
7 | PF = "${BB_CURRENT_MC}:${PN}" | ||
8 | export PATH | ||
9 | STAMP = "${TOPDIR}/stamps/${PN}" | ||
10 | T = "${TOPDIR}/workdir/${PN}/temp" | ||
11 | BB_NUMBER_THREADS = "4" | ||