All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][dunfell][PATCH] meta-oe/conf/layer.conf: depend on meta-python
@ 2021-06-08  5:02 akash hadke
  2021-06-08  6:47 ` [oe] " Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: akash hadke @ 2021-06-08  5:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: nisha.parrakat, harpritkaur.bhandari, Mikko Rapeli

From: Mikko Rapeli <mikko.rapeli@bmw.de>

Fixes yocto-layers-check error:

ERROR: Nothing RPROVIDES 'python3-pyyaml' (but /home/builder/src/base/meta-openembedded/meta-oe/recipes-extended/ostree/ostree_2020.3.bb
 RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-pyyaml' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-pyyaml']
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ostree', 'python3-pyyaml']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
Signed-off-by: akash hadke <akash.hadke@kpit.com>
---
 meta-oe/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index adcec83..efdd04a 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -34,7 +34,7 @@ perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \
 # cause compatibility issues with other layers
 LAYERVERSION_openembedded-layer = "1"
 
-LAYERDEPENDS_openembedded-layer = "core"
+LAYERDEPENDS_openembedded-layer = "core meta-python"
 
 LAYERSERIES_COMPAT_openembedded-layer = "thud warrior zeus dunfell"
 
-- 
2.7.4


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

* Re: [oe] [meta-oe][dunfell][PATCH] meta-oe/conf/layer.conf: depend on meta-python
  2021-06-08  5:02 [meta-oe][dunfell][PATCH] meta-oe/conf/layer.conf: depend on meta-python akash hadke
@ 2021-06-08  6:47 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2021-06-08  6:47 UTC (permalink / raw)
  To: akash hadke
  Cc: openembedded-devel, Nisha Parrakat, Harpritkaur Bhandari, Mikko Rapeli

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

NAK meta-oe cannot depend on meta-python, fix your ostree change to respect
both PTEST_ENABLED and BBFILES_COLLECTIONS.

And more importantly make sure that all these changes you're proposing for
dunfell are already merged in master and if you believe that they are
specific only for dunfell, then you will need to explain it in the commit
message.

On Tue, Jun 8, 2021 at 7:04 AM akash hadke <akash.hadke@kpit.com> wrote:

> From: Mikko Rapeli <mikko.rapeli@bmw.de>
>
> Fixes yocto-layers-check error:
>
> ERROR: Nothing RPROVIDES 'python3-pyyaml' (but
> /home/builder/src/base/meta-openembedded/meta-oe/recipes-extended/ostree/
> ostree_2020.3.bb
>  RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'python3-pyyaml' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-pyyaml']
> ERROR: Required build target 'meta-world-pkgdata' has no buildable
> providers.
> Missing or unbuildable dependency chain was: ['meta-world-pkgdata',
> 'ostree', 'python3-pyyaml']
>
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
>
> Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
> Signed-off-by: akash hadke <akash.hadke@kpit.com>
> ---
>  meta-oe/conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
> index adcec83..efdd04a 100644
> --- a/meta-oe/conf/layer.conf
> +++ b/meta-oe/conf/layer.conf
> @@ -34,7 +34,7 @@
> perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \
>  # cause compatibility issues with other layers
>  LAYERVERSION_openembedded-layer = "1"
>
> -LAYERDEPENDS_openembedded-layer = "core"
> +LAYERDEPENDS_openembedded-layer = "core meta-python"
>
>  LAYERSERIES_COMPAT_openembedded-layer = "thud warrior zeus dunfell"
>
> --
> 2.7.4
>
>
> 
>
>

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

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

end of thread, other threads:[~2021-06-08  6:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  5:02 [meta-oe][dunfell][PATCH] meta-oe/conf/layer.conf: depend on meta-python akash hadke
2021-06-08  6:47 ` [oe] " Martin Jansa

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.