From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) by mx.groups.io with SMTP id smtpd.web12.9040.1623134847859685459 for ; Mon, 07 Jun 2021 23:47:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=bkWBSxQi; spf=pass (domain: gmail.com, ip: 209.85.218.49, mailfrom: martin.jansa@gmail.com) Received: by mail-ej1-f49.google.com with SMTP id k25so25276548eja.9 for ; Mon, 07 Jun 2021 23:47:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=YDlfieAUgPsWGi/3Rswe2QYE/Xi9w9PiLqjoi4ab+Jw=; b=bkWBSxQixzerpt4PlaykN2A7W7tuSIrmJDY/PcbRKX6EPA8wbxMq1atHdHWJFHPxlJ IXuHaHQLnfAvcsayyx2tO/Efhyiaxfd9kJUN8mV1BPjG47zqz0JUza1h2fFwq1yMoAUd g9IDkqA5lpNntTmQY7LzvqlXFBBYsLFMNFPzwaql+Fwsl5f9RK7HFanOFTqeCX9Hrg8m dj4etSb/7CUV1WOPCkm/itBxblH8mSbB7maHlvDsLm7a//nIMtyEDcTZrri2lKPx9pvz 947k5PtsoTGegzy8Pf7MWd/gJ9Oz6WynXHldwAQ1SKrp+/09s80FvE7XZoN6PmTdTDxy +95g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YDlfieAUgPsWGi/3Rswe2QYE/Xi9w9PiLqjoi4ab+Jw=; b=QdqHZ+m4wsH+t0ldVzHY74ZN6HRaXrS3FQk50GZtucGaFX3OWJoLxZjIa3VxuGsk2E m78pwvPWHt38NRXK+tHGCWY9u9DgQru365iDmaZTmsl7+RfFiTbSZDd1158EUQ9GgMpD 2WF6c2n1Jatqpx6JLbYw/jOWDvhN7MbJ+OOSh+IDYYiM10oboq7sOji+XlJ8Q6YfMa7f rpGdNWvLwtsPU7JmpMk1zAIemcUXdJb4KQlmXemIMI5+xsNhYXopGFx3yPUVRkiidhal kmqQV/HjnRHQRcSTYz5mB5I+ckcBVm+6tam1rzObNePUNycifB1dY9s1Wbpabivnt/+K WMsw== X-Gm-Message-State: AOAM533cFauWRh3n535NhqPXAM4fUUP2Gx1CxU+26P8vYjKDGsVmq7S/ 3ahg9dZObHqvE04sNGmx//bZ0EBRAuYesxlkAGE= X-Google-Smtp-Source: ABdhPJynzVr5vzwv8Rgp7uw+aUxexrnOrtJ7zdy85cst2GUC2rqLttQ3w1vmaCGGnprfHr3XdLjD/ExVaTp/QZN4cbg= X-Received: by 2002:a17:906:d97:: with SMTP id m23mr21761882eji.392.1623134846103; Mon, 07 Jun 2021 23:47:26 -0700 (PDT) MIME-Version: 1.0 References: <1623128523-11804-1-git-send-email-akash.hadke@kpit.com> In-Reply-To: <1623128523-11804-1-git-send-email-akash.hadke@kpit.com> From: "Martin Jansa" Date: Tue, 8 Jun 2021 08:47:15 +0200 Message-ID: Subject: Re: [oe] [meta-oe][dunfell][PATCH] meta-oe/conf/layer.conf: depend on meta-python To: akash hadke Cc: openembedded-devel , Nisha Parrakat , Harpritkaur Bhandari , Mikko Rapeli Content-Type: multipart/alternative; boundary="000000000000ecb27705c43b875a" --000000000000ecb27705c43b875a Content-Type: text/plain; charset="UTF-8" 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 wrote: > From: Mikko Rapeli > > 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 > Signed-off-by: akash hadke > --- > 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 > > > > > --000000000000ecb27705c43b875a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
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 prop= osing 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 com= mit message.

On Tue, Jun 8, 2021 at 7:04 AM akash hadke <akash.hadke@kpit.com> wrote:
=
From: Mikko Rapeli <mikko.rapeli@bmw.de<= /a>>

Fixes yocto-layers-check error:

ERROR: Nothing RPROVIDES 'python3-pyyaml' (but /home/builder/src/b= ase/meta-openembedded/meta-oe/recipes-extended/ostree/ostree_2020.3.bb =C2=A0RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-pyyaml' is unbuildable, removing...<= br> 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>
---
=C2=A0meta-oe/conf/layer.conf | 2 +-
=C2=A01 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 \
=C2=A0# cause compatibility issues with other layers
=C2=A0LAYERVERSION_openembedded-layer =3D "1"

-LAYERDEPENDS_openembedded-layer =3D "core"
+LAYERDEPENDS_openembedded-layer =3D "core meta-python"

=C2=A0LAYERSERIES_COMPAT_openembedded-layer =3D "thud warrior zeus du= nfell"

--
2.7.4




--000000000000ecb27705c43b875a--