From 7484fb49a4fb2e84729ce11c4c8c0433a8365dc3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 10 Jul 2019 14:26:37 +0100 Subject: bitbake: tests: Add initial scenario based test for runqueue We need some tests for runqueue, its been something which has been hard to test for a long time. Add some dummy metadata to allow this, mirroring the OE structure in spirit. (Bitbake rev: 37564d7440c5d7aa05ec537f3b79026b1c83bb68) Signed-off-by: Richard Purdie --- bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf (limited to 'bitbake/lib/bb/tests/runqueue-tests/conf') 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 @@ +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" -- cgit v1.2.3-54-g00ecf