summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf')
-rw-r--r--bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf11
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 @@
1CACHE = "${TOPDIR}/cache"
2THISDIR = "${@os.path.dirname(d.getVar('FILE'))}"
3COREBASE := "${@os.path.normpath(os.path.dirname(d.getVar('FILE')+'/../../'))}"
4BBFILES = "${COREBASE}/recipes/*.bb"
5PROVIDES = "${PN}"
6PN = "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[0]}"
7PF = "${BB_CURRENT_MC}:${PN}"
8export PATH
9STAMP = "${TOPDIR}/stamps/${PN}"
10T = "${TOPDIR}/workdir/${PN}/temp"
11BB_NUMBER_THREADS = "4"