[yocto] [meta-virtualization] No recipes available for meta-selinux and meta-virtualization layers

Mark Asselstine mark.asselstine at windriver.com
Mon Apr 10 12:06:11 PDT 2017


On Mon, Apr 10, 2017 at 3:59 AM, Pello Heriz
<pello.heriz at alumni.mondragon.edu> wrote:
> Hi,
>
> I have tried to build a core-image-minimal image with master branch of Yocto
> and I have added the meta-virtualization layer and it's dependency layers in
> order to have virtualization functionalities enabled when creating the
> image.
>
> The problem is that the bitbake execution fails due to there are missing
> some recipes for meta-selinux and meta-virtualization layers. This is the
> message that I can see in the terminal when it fails the execution:
>
> pello at pello-VirtualBox:/opt/yocto_GE/yocto_master_xen/poky/build$ bitbake
> core-image-minimal
> Parsing recipes: 100%
> |##################################################################################|
> Time: 0:09:00
> Parsing of 1981 .bb files complete (0 cached, 1981 parsed). 2752 targets,
> 204 skipped, 0 masked, 0 errors.
> ERROR: No recipes available for:
>
> /opt/yocto_GE/yocto_master_xen/poky/meta-selinux/recipes-devtools/rpm/rpm_5.4.16.bbappend
>
> /opt/yocto_GE/yocto_master_xen/poky/meta-selinux/recipes-extended/findutils/findutils_4.2.31.bbappend
>
> /opt/yocto_GE/yocto_master_xen/poky/meta-virtualization/recipes-kernel/linux/linux-yocto_4.8.bbappend


These are what are known as 'dangling bbappends', that is bbappends
for which there is no associated .bb. This happens for example when a
newer version of recipe is changed in one layer and we have yet to
make the associated change in meta-virt. Another case may be that we
have bbappends for recipes files which are only present when
additional layers are built. In most cases these are annoying and only
slightly concerning and thus we usually treat them as warmings and not
errors.

To make these errors become warnings set the following in your
local.conf or if you are building up your own custom layer you can
similarly do this in your layer.conf.

BB_DANGLINGAPPENDS_WARNONLY ?= "true"

Over time we usually apply updates to correct these, for example the
rpm_5 one should be corrected sometime in the near future, similarly
the kernel 4.8 one. Usually however expect some of these, be aware of
them, but don't make it stop your build.

Mark

>
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
>
> How can be solved this error? Are you planned to update some patch for
> solving this issue?
>
> Looking forward to your answer,
> Best regards,
> Pello
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



More information about the yocto mailing list