summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-09 17:06:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-11 23:21:27 +0000
commita40875b7271cc1737cc42b14e185ce4a63662036 (patch)
tree906f382a3b7dc4067fd4b2ca1b297f427ff72e04 /bitbake/lib/bb/tests
parentd6eadc937ad2d50cd91bf7eec28f970c1afd9937 (diff)
downloadpoky-a40875b7271cc1737cc42b14e185ce4a63662036.tar.gz
bitbake: siggen: Drop non-multiconfig aware siggen support
All siggens in common use should now support multiconfig, drop the compatibility code. (Bitbake rev: b36545b4df6d935ed312ff407d4e0474c3ed8d1a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests')
-rw-r--r--bitbake/lib/bb/tests/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/runqueue.py b/bitbake/lib/bb/tests/runqueue.py
index 061a5a1f80..cc87e8d6a8 100644
--- a/bitbake/lib/bb/tests/runqueue.py
+++ b/bitbake/lib/bb/tests/runqueue.py
@@ -288,7 +288,7 @@ class RunQueueTests(unittest.TestCase):
288 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir: 288 with tempfile.TemporaryDirectory(prefix="runqueuetest") as tempdir:
289 extraenv = { 289 extraenv = {
290 "BBMULTICONFIG" : "mc-1 mc_2", 290 "BBMULTICONFIG" : "mc-1 mc_2",
291 "BB_SIGNATURE_HANDLER" : "TestMulticonfigDepends", 291 "BB_SIGNATURE_HANDLER" : "basichash",
292 "EXTRA_BBFILES": "${COREBASE}/recipes/fails-mc/*.bb", 292 "EXTRA_BBFILES": "${COREBASE}/recipes/fails-mc/*.bb",
293 } 293 }
294 tasks = self.run_bitbakecmd(["bitbake", "mc:mc-1:f1"], tempdir, "", extraenv=extraenv, cleanup=True) 294 tasks = self.run_bitbakecmd(["bitbake", "mc:mc-1:f1"], tempdir, "", extraenv=extraenv, cleanup=True)