0

I'm trying to add the meta-st-x-linux-ai to my yocto build setup so that I can have the onnxruntime python package available on my linux, but I get the following errors :

enter image description here

Notice that all my layers are on the kirkstone branch and I'm correctly mentionning all the necessary layers that meta-st-x-linux-ai depends on.

1 Answer 1

0

Seems like you're missing some recipes that the layer is trying to modify. If you don't need those recipes, you can turn those errors into warning with BB_DANGLINGAPPENDS_WARNONLY BB_DANGLINGAPPENDS_WARNONLY = "1"

But I would first check and verify that you're note missing a layer. Maybe the recipe's version changed and that's why they are not found. Or you're missing a whitelisted license (required for the gstreamer recipes).

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.