mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 20:59:42 +01:00
devtool: Handle workspaces for multiconfig
If a multiconfig recipe is passed to devtool, find the correct workspace name by removing the multiconfig prefix (From OE-Core rev: 42c0c25428be329101a920d31c5fa8cf1e04ee38) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7ec0bdc24a
commit
f5bc5c3443
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user