All of lore.kernel.org
 help / color / mirror / Atom feed
* help with ERROR: Nothing RPROVIDES <recipe> error
@ 2021-12-13 11:26 Cardenas Jose Antonio (JCARDENA)
  2021-12-13 17:25 ` [yocto] " Quentin Schulz
  0 siblings, 1 reply; 2+ messages in thread
From: Cardenas Jose Antonio (JCARDENA) @ 2021-12-13 11:26 UTC (permalink / raw)
  To: yocto

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

Hi all.

I have added a recipe to BBMASK to skip the processing of this recipe for now, but when I try to compile the image i get ERROR: Nothing RPROVIDES <recipe> error. It's like I should say to yocto to reparse all recipes but I don't find the way to do it without remove the build directory and build again.

Regards.
José

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

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

* Re: [yocto] help with ERROR: Nothing RPROVIDES <recipe> error
  2021-12-13 11:26 help with ERROR: Nothing RPROVIDES <recipe> error Cardenas Jose Antonio (JCARDENA)
@ 2021-12-13 17:25 ` Quentin Schulz
  0 siblings, 0 replies; 2+ messages in thread
From: Quentin Schulz @ 2021-12-13 17:25 UTC (permalink / raw)
  To: yocto, Cardenas Jose Antonio (JCARDENA), yocto

Hi José,

On December 13, 2021 12:26:29 PM GMT+01:00, "Cardenas Jose Antonio (JCARDENA)" <joseantonio.cardenas@niko.eu> wrote:
>Hi all.
>
>I have added a recipe to BBMASK to skip the processing of this recipe for now, but when I try to compile the image i get ERROR: Nothing RPROVIDES <recipe> error. It's like I should say to yocto to reparse all recipes but I don't find the way to do it without remove the build directory and build again.
>

The issue is that you masked a recipe whose packages are required by other recipes packages. Find where the RDEPENDS is set for this recipe package and remove the package which depends on that recipe package from your image (usually, don't include it), or break the dependency chain there by removing the RDEPENDS.

Hope this helps,
Cheers,
Quentin

>Regards.
>José


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

end of thread, other threads:[~2021-12-13 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13 11:26 help with ERROR: Nothing RPROVIDES <recipe> error Cardenas Jose Antonio (JCARDENA)
2021-12-13 17:25 ` [yocto] " Quentin Schulz

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.