Hi
I am trying to use devtool in combination with multiconfig for the
first time, so probably I am doing something wrong.
I have created a very simple multiconfig
cat build/conf/multiconfig/arm.conf
MACHINE = "qemuarm"
And then I want to modify bash:
devtool modify multiconfig:arm:bash
If then I try to run:
devtool build multiconfig:arm:bash
NOTE: Starting bitbake server...
ERROR: No recipe named 'multiconfig:arm:bash' in your workspace
So I run:
devtool build bash
But that builds for x86 instead of for arm...
Simply patching check_workspace_recipe does not do the trick:
@@ -145,6 +145,8 @@ def check_workspace_recipe(workspace, pn,
checksrc=True, bbclassextend=False):
is present.
"""
+ pn = pn.split(":")[-1]
+
workspacepn = pn
for recipe, value in workspace.items():
Any idea or documentation to follow?
Thanks!
--
Ricardo Ribalda
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#139339):
https://lists.openembedded.org/g/openembedded-core/message/139339
Mute This Topic: https://lists.openembedded.org/mt/74753055/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-