summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf
blob: 8c7b754dab5e62744fcce8a9a67ff99b7e45946b (plain)
1
2
3
4
5
6
7
8
9
10
11
CACHE = "${TOPDIR}/cache"
THISDIR = "${@os.path.dirname(d.getVar('FILE'))}"
COREBASE := "${@os.path.normpath(os.path.dirname(d.getVar('FILE')+'/../../'))}"
BBFILES = "${COREBASE}/recipes/*.bb"
PROVIDES = "${PN}"
PN = "${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[0]}"
PF = "${BB_CURRENT_MC}:${PN}"
export PATH
STAMP = "${TOPDIR}/stamps/${PN}"
T = "${TOPDIR}/workdir/${PN}/temp"
BB_NUMBER_THREADS = "4"