All of lore.kernel.org
 help / color / mirror / Atom feed
* No recipes available for meta-selinux and meta-virtualization layers
@ 2017-04-10  7:59 Pello Heriz
  2017-04-10 13:05 ` Joe MacDonald
  2017-04-10 19:06   ` Mark Asselstine
  0 siblings, 2 replies; 4+ messages in thread
From: Pello Heriz @ 2017-04-10  7:59 UTC (permalink / raw)
  To: meta-virtualization, yocto, joe_macdonald, Philip Tricca, mark.hatle

[-- Attachment #1: Type: text/plain, Size: 1361 bytes --]

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@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

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

[-- Attachment #2: Type: text/html, Size: 1607 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: No recipes available for meta-selinux and meta-virtualization layers
  2017-04-10  7:59 No recipes available for meta-selinux and meta-virtualization layers Pello Heriz
@ 2017-04-10 13:05 ` Joe MacDonald
  2017-04-10 19:06   ` Mark Asselstine
  1 sibling, 0 replies; 4+ messages in thread
From: Joe MacDonald @ 2017-04-10 13:05 UTC (permalink / raw)
  To: Pello Heriz; +Cc: yocto, meta-virtualization

Hi Pello,

[No recipes available for meta-selinux and meta-virtualization layers] On 17.04.10 (Mon 09:59) Pello Heriz 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:

Yeah, Mark and I have discussed a few times that we're sorely out of
date in meta-selinux right now.  At different times we've each said we
were going to do an update to the layer, but frankly we're both pretty
swamped and there's a couple of infrastructural issues too that we've
both been hoping to resolve "pretty soon".

That said, as a stop-gap, you could try checking out the updated
master-next branch in meta-selinux.  Just a few minutes ago I pushed
some changes that may resolve some of those issues for you.

Also, just FYI, I don't typically test anything in meta-selinux outside
of the combination with DISTRO=poky-selinux or oe-selinux and a
core-image-selinux, so you may encounter issues I haven't seen when
building something else.  But we're happy to take patches for those
additional cases, just know that you may be blazing your own trail.

-J.

> 
> pello@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
> 
> 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

-- 
-Joe MacDonald.
:wq


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-virtualization] No recipes available for meta-selinux and meta-virtualization layers
  2017-04-10  7:59 No recipes available for meta-selinux and meta-virtualization layers Pello Heriz
@ 2017-04-10 19:06   ` Mark Asselstine
  2017-04-10 19:06   ` Mark Asselstine
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Asselstine @ 2017-04-10 19:06 UTC (permalink / raw)
  To: Pello Heriz; +Cc: yocto, meta-virtualization

On Mon, Apr 10, 2017 at 3:59 AM, Pello Heriz
<pello.heriz@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@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: No recipes available for meta-selinux and meta-virtualization layers
@ 2017-04-10 19:06   ` Mark Asselstine
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Asselstine @ 2017-04-10 19:06 UTC (permalink / raw)
  To: Pello Heriz; +Cc: joe_macdonald, yocto, meta-virtualization, mark.hatle

On Mon, Apr 10, 2017 at 3:59 AM, Pello Heriz
<pello.heriz@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@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-10 19:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10  7:59 No recipes available for meta-selinux and meta-virtualization layers Pello Heriz
2017-04-10 13:05 ` Joe MacDonald
2017-04-10 19:06 ` [meta-virtualization] " Mark Asselstine
2017-04-10 19:06   ` Mark Asselstine

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.