Date
1 - 3 of 3
Dynamic layer or recipe not working
Andy Pont <andy.pont@...>
Konrad wrote… I was trying to follow the example of the meta-freescale layer which has both .bb and .bbappend files within dynamic layers. Having thought about it some more I realise that it could just be in one of the regular recipe-xxxxx directories and didn’t need to be in a dynamic layer after all. -Andy.
|
|
On Tue, Dec 17, 2019 at 1:15 AM Andy Pont <andy.pont@...> wrote:
share what changes you made. -Andy. |
|
Andy Pont <andy.pont@...>
Hello, I have created a new dynamic layer within my projects custom meta-layer and have added a new recipe to it. When I try to build the image it tells me that nothing RPROVIDES the recipe and if I try to build the recipe on its own it says “Nothing PROVIDES…”. I have tried running: $ bitbake-layers show-recipes | grep <recipe_name> …and nothing is returned. How do I determine whether it is the dynamic layer that isn’t being found or the recipe itself that isn’t correct. -Andy. |
|