From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by mx.groups.io with SMTP id smtpd.web10.435.1626798787678302538 for ; Tue, 20 Jul 2021 09:33:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=KLf+HY4g; spf=pass (domain: linaro.org, ip: 209.85.218.52, mailfrom: nicolas.dechesne@linaro.org) Received: by mail-ej1-f52.google.com with SMTP id nd37so35242292ejc.3 for ; Tue, 20 Jul 2021 09:33:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=SYfvez8memq7qHPRdzbVoeMv3PstiFs3mBRv8G+ZW8k=; b=KLf+HY4gRYCgFlZ8xFBcaUO3bIlV3UQUiI5424MAwGwmremsIqVpy7durTZ1UY7q60 pleRdnHlCt2LkNL6Rbdim8AgoHkJnSXkEXz07BFmArEdXY+hBPH4fkmORyW0AdIf9Q6Y XU0kuBa54lv7X17u8Irn/5u+2SOwHvNSNgnR78eyyHPHJZhu2cC2Znsvn3qbhYm+dWeD 8C9N1Qz7eB0CywzIhQd9UFjt2M6102uKhHIdNoZOR1XLbpp4YXTIKOBic8I49K7CnP6U Nt4o4xizxA6KgHqne+0YjTBLqYBP/tkcAQg12oyTQMBNrwnMSG90TqOZNgcVtHuhIVvY Ah3Q== 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; bh=SYfvez8memq7qHPRdzbVoeMv3PstiFs3mBRv8G+ZW8k=; b=Q/lcc1kTHPFu1641vZeyIlp3UT8DNiSnzFJbaIgBl8wDqyGjVDylnkXjF8FpErUz7X LUTMVQl5ZvdcNsC81gH3qIJvyDWloEtiwxwbzRSO/zYhWaeOIuvFRjw7WZGpUTSOeiIm jwlW1/kSAwvtW4Pe5yp+VxCoY/CwEeE+oQHIAc2vhSDlPrIXoPtDaMANxGLu1O0IFDGB 52aMeXy41T2EcZNSBmenYTXH8+R15FAn1nuRTOuzpRMEYvqHwcyus0YE31QQUBXbFbqz uslvFefDlvjZu30mEXHoWj37lIl+vOpn849FJDXQebDldgGRLyvX85QeVd+sGeDSEfqW 4Xqg== X-Gm-Message-State: AOAM531TxcWHLF3pn8hJL/WqFb9aI3hzOptrTerUs/ekiFRZM/0ThMXI FUsxfKs9psPlSoI62cBay7NZYldjOEeb20gVZtBzqw== X-Google-Smtp-Source: ABdhPJyo7yhwsus3cboP/yJmUnrm7tTK5u4MQ1lybf71cyM/eVLGOynt2M+fSis/gY1uj1ZkMbGHwu2Nt7BNU31lhes= X-Received: by 2002:a17:906:384c:: with SMTP id w12mr33649820ejc.445.1626798785945; Tue, 20 Jul 2021 09:33:05 -0700 (PDT) MIME-Version: 1.0 References: <20210720163052.11295-1-nicolas.dechesne@linaro.org> In-Reply-To: <20210720163052.11295-1-nicolas.dechesne@linaro.org> From: "Nicolas Dechesne" Date: Tue, 20 Jul 2021 18:32:54 +0200 Message-ID: Subject: Re: [PATCH 0/5] Various fixes for YP compatible To: akuster808 , openembedded-devel Content-Type: multipart/alternative; boundary="000000000000c1f9ee05c7909ba6" --000000000000c1f9ee05c7909ba6 Content-Type: text/plain; charset="UTF-8" d'oh... I meant to add it in the prefix.. but these patches are for dunfell branch. On Tue, Jul 20, 2021 at 6:31 PM Nicolas Dechesne < nicolas.dechesne@linaro.org> wrote: > There are some pending requests for YP compatible for layers which > depend on meta-oe, meta-python and meta-networking. In dunfell, these > layers do not PASS the yocto-check-layer compatibility script. With > these patches applied, I am able to get this: > > INFO: Summary of results: > INFO: > INFO: meta-networking ... PASS > INFO: meta-python ... PASS > INFO: meta-oe ... PASS > > Khem Raj (1): > libdevmapper,lvm2: Do not inherit license > > Nicolas Dechesne (4): > python3-markupsafe: remove recipe > python3-jinja2: remove recipe > python3-{pyyaml,cython,pyparsing}: move from meta-python to meta-oe > ostree: Do not check for meta-python > > .../recipes-devtools/python/python-cython.inc | 0 > .../python/python3-cython_0.29.14.bb | 0 > .../python/python3-pyparsing_2.4.6.bb | 0 > .../python/python3-pyyaml_5.3.1.bb | 0 > .../recipes-extended/ostree/ostree_2020.3.bb | 2 +- > meta-oe/recipes-support/lvm2/lvm2.inc | 5 +-- > .../python/python3-jinja2/run-ptest | 3 -- > .../python/python3-jinja2_2.11.2.bb | 43 ------------------- > .../python/python3-markupsafe/run-ptest | 3 -- > .../python/python3-markupsafe_1.1.1.bb | 2 - > 10 files changed, 3 insertions(+), 55 deletions(-) > rename {meta-python => meta-oe}/recipes-devtools/python/python-cython.inc > (100%) > rename {meta-python => meta-oe}/recipes-devtools/python/ > python3-cython_0.29.14.bb (100%) > rename {meta-python => meta-oe}/recipes-devtools/python/ > python3-pyparsing_2.4.6.bb (100%) > rename {meta-python => meta-oe}/recipes-devtools/python/ > python3-pyyaml_5.3.1.bb (100%) > delete mode 100644 > meta-python/recipes-devtools/python/python3-jinja2/run-ptest > delete mode 100644 meta-python/recipes-devtools/python/ > python3-jinja2_2.11.2.bb > delete mode 100644 > meta-python/recipes-devtools/python/python3-markupsafe/run-ptest > delete mode 100644 meta-python/recipes-devtools/python/ > python3-markupsafe_1.1.1.bb > > -- > 2.29.2 > > --000000000000c1f9ee05c7909ba6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
d'oh... I meant to add it in the prefix.. but the= se patches are for dunfell branch.=C2=A0

On Tue, Jul 20, 2021 at 6:31 PM Nic= olas Dechesne <nicolas.de= chesne@linaro.org> wrote:
There are some pending requests for YP compatible for laye= rs which
depend on meta-oe, meta-python and meta-networking. In dunfell, these
layers do not PASS the yocto-check-layer compatibility script. With
these patches applied, I am able to get this:

INFO: Summary of results:
INFO:
INFO: meta-networking ... PASS
INFO: meta-python ... PASS
INFO: meta-oe ... PASS

Khem Raj (1):
=C2=A0 libdevmapper,lvm2: Do not inherit license

Nicolas Dechesne (4):
=C2=A0 python3-markupsafe: remove recipe
=C2=A0 python3-jinja2: remove recipe
=C2=A0 python3-{pyyaml,cython,pyparsing}: move from meta-python to meta-oe<= br> =C2=A0 ostree: Do not check for meta-python

=C2=A0.../recipes-devtools/python/python-cython.inc |=C2=A0 0
=C2=A0.../python/python3-cython_0.29.14.bb=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 |=C2=A0 0
=C2=A0.../python/python3-pyparsing_2.4.6.bb=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0|=C2=A0 0
=C2=A0.../python/python3-pyyaml_5.3.1.bb=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 |=C2=A0 0
=C2=A0.../recipes-extended/ostree/ostree_2020.3.bb=C2=A0 |=C2=A0 2 +- =C2=A0meta-oe/recipes-support/lvm2/lvm2.inc=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0|=C2=A0 5 +--
=C2=A0.../python/python3-jinja2/run-ptest=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0|=C2=A0 3 --
=C2=A0.../python/python3-jinja2_2.11.2.bb=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0| 43 -------------------
=C2=A0.../python/python3-markupsafe/run-ptest=C2=A0 =C2=A0 =C2=A0 =C2=A0|= =C2=A0 3 --
=C2=A0.../python/python3-markupsafe_1.1.1.bb=C2=A0 =C2=A0 =C2= =A0 =C2=A0 |=C2=A0 2 -
=C2=A010 files changed, 3 insertions(+), 55 deletions(-)
=C2=A0rename {meta-python =3D> meta-oe}/recipes-devtools/python/python-c= ython.inc (100%)
=C2=A0rename {meta-python =3D> meta-oe}/recipes-devtools/python/= python3-cython_0.29.14.bb (100%)
=C2=A0rename {meta-python =3D> meta-oe}/recipes-devtools/python/python3-pyparsing_2.4.6.bb (100%)
=C2=A0rename {meta-python =3D> meta-oe}/recipes-devtools/python/py= thon3-pyyaml_5.3.1.bb (100%)
=C2=A0delete mode 100644 meta-python/recipes-devtools/python/python3-jinja2= /run-ptest
=C2=A0delete mode 100644 meta-python/recipes-devtools/python/python3-= jinja2_2.11.2.bb
=C2=A0delete mode 100644 meta-python/recipes-devtools/python/python3-markup= safe/run-ptest
=C2=A0delete mode 100644 meta-python/recipes-devtools/python/pytho= n3-markupsafe_1.1.1.bb

--
2.29.2

--000000000000c1f9ee05c7909ba6--