From: Joshua Watt Date: Wed, 2 Jul 2025 16:41:47 +0000 (-0600) Subject: devtool: Handle workspaces for multiconfig X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42c0c25428be329101a920d31c5fa8cf1e04ee38;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git devtool: Handle workspaces for multiconfig If a multiconfig recipe is passed to devtool, find the correct workspace name by removing the multiconfig prefix Signed-off-by: Joshua Watt Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/devtool/__init__.py b/scripts/lib/devtool/__init__.py index fa6e1a34fd1..c9d7ade9ff7 100644 --- a/scripts/lib/devtool/__init__.py +++ b/scripts/lib/devtool/__init__.py @@ -147,6 +147,8 @@ def check_workspace_recipe(workspace, pn, checksrc=True, bbclassextend=False): Check that a recipe is in the workspace and (optionally) that source is present. """ + import bb.runqueue + _, pn = bb.runqueue.split_mc(pn) workspacepn = pn