On Wed, 8 May 2024 at 23:19, Worik Stanton via lists.yoctoproject.org
<worik.stanton=tirotech.co...@lists.yoctoproject.org> wrote:
> The system (before a build) has two subdirectories:
>
> * layers: Consists of "meta-*" directories, and "openembedded-core" all  git 
> repositories pinned to particular commits
> * meta-mybuild: Consisting of "recipies-*" and a "conf" directories
>
> I expect it is that latter directory my warning is originating from.

The warning is:
WARNING: No recipes in default available for:
  
/home/yocto/thisbuild-yocto/layers/openembedded-core/../meta-thisbuild-nxp/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.imx.bbappend

What this means is bitbake is looking for recipe file called
gstreamer1.0-plugins-base_1.20.0.imx.bb and can't find it anywhere in
configured layers. This can happen for multiple reasons:

1. That recipe file used to be available, but someone updated the
layer containing it to a different revision where the file was either
removed or updated to a different version (which is encoded into the
filename). You need to find out whether that has happened, and either
revert to the original revision, or rename the bbappend to match. Try
using 'find' command with a generous wildcard expression to see what
would roughly match in the overall tree.

2. The needed file is available, but the the layer containing it is
not enabled in conf/bblayers.conf. Again, you need to find out how
this happened and either add the needed layer, or remove the bbappend.

3. The file is not available in any of the layers. You need to go over
the list of required layers in documentation for meta-this-build-nxp,
and find everything you can about layers it depends on, and perhaps
look at commit history for bbappend as well to find out
which layer it's meant to be used with.

Without a specific look at your setup it's hard to say much more.

Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63064): https://lists.yoctoproject.org/g/yocto/message/63064
Mute This Topic: https://lists.yoctoproject.org/mt/105973256/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to