From patchwork Mon May 9 15:55:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 7776 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15B55C433FE for ; Mon, 9 May 2022 15:56:07 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.93.1652111765683317270 for ; Mon, 09 May 2022 08:56:06 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 04B621480; Mon, 9 May 2022 08:56:05 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 61C6E3F73D; Mon, 9 May 2022 08:56:04 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: nd@arm.com, naveen.kumar.saini@intel.com Subject: [meta-zephyr][PATCH 1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe Date: Mon, 9 May 2022 16:55:55 +0100 Message-Id: <20220509155600.2363787-1-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 09 May 2022 15:56:07 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57032 python3-pygments has been in oe-core since Dunfell (5c0d4e59). Signed-off-by: Ross Burton --- .../python/python3-pygments_2.10.0.bb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb deleted file mode 100644 index c4b63c1..0000000 --- a/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -# SPDX-FileCopyrightText: Huawei Inc. -# SPDX-License-Identifier: Apache-2.0 - -SUMMARY = "Python pygments" -HOMEPAGE = "https://pypi.org/project/Pygments/" -DESCRIPTION = "Pygments is a syntax highlighting package written in Python." -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" -SRC_URI = "https://files.pythonhosted.org/packages/b7/b3/5cba26637fe43500d4568d0ee7b7362de1fb29c0e158d50b4b69e9a40422/Pygments-2.10.0.tar.gz" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "Pygments" -SRC_URI[md5sum] = "87369a4e15019caf9cf056ab2c5858b3" -BBCLASSEXTEND = "native nativesdk" From patchwork Mon May 9 15:55:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 7775 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12871C433EF for ; Mon, 9 May 2022 15:56:07 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.75.1652111766132853722 for ; Mon, 09 May 2022 08:56:06 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C1A53153B; Mon, 9 May 2022 08:56:05 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2B49E3F73D; Mon, 9 May 2022 08:56:05 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: nd@arm.com, naveen.kumar.saini@intel.com Subject: [meta-zephyr][PATCH 2/6] meta-zephyr-core/python3-sphinx: remove, duplicate of oe-core recipe Date: Mon, 9 May 2022 16:55:56 +0100 Message-Id: <20220509155600.2363787-2-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220509155600.2363787-1-ross.burton@arm.com> References: <20220509155600.2363787-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 09 May 2022 15:56:07 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57033 This has been in oe-core since kirkstone (1899e59). Signed-off-by: Ross Burton --- .../python/python3-sphinx_4.2.0.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb diff --git a/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb deleted file mode 100644 index 290fabb..0000000 --- a/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -# SPDX-FileCopyrightText: Huawei Inc. -# SPDX-License-Identifier: Apache-2.0 - -DESCRIPTION = "Python documentation generator" -HOMEPAGE = "http://sphinx-doc.org/" -SECTION = "devel/python" -LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" - -inherit setuptools3 pypi - -PYPI_PACKAGE = "Sphinx" -SRC_URI[sha256sum] = "94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6" -BBCLASSEXTEND = "native nativesdk" From patchwork Mon May 9 15:55:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 7777 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E11EAC433F5 for ; Mon, 9 May 2022 15:56:16 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.96.1652111766818130924 for ; Mon, 09 May 2022 08:56:07 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8AC5A1570; Mon, 9 May 2022 08:56:06 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E98113F73D; Mon, 9 May 2022 08:56:05 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: nd@arm.com, naveen.kumar.saini@intel.com Subject: [meta-zephyr][PATCH 3/6] meta-zephyr-core/python3-pyparsing: remove, duplicate of oe-core recipe Date: Mon, 9 May 2022 16:55:57 +0100 Message-Id: <20220509155600.2363787-3-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220509155600.2363787-1-ross.burton@arm.com> References: <20220509155600.2363787-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 09 May 2022 15:56:16 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57034 This recipe has been in oe-core since gatesgarth (182c1af2). Signed-off-by: Ross Burton --- .../python/python3-pyparsing_2.4.7.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb b/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb deleted file mode 100644 index 0cb0d36..0000000 --- a/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb +++ /dev/null @@ -1,14 +0,0 @@ -# SPDX-FileCopyrightText: Huawei Inc. -# SPDX-License-Identifier: Apache-2.0 - -SUMMARY = "Python pyparsing" -HOMEPAGE = "https://pypi.org/project/pyparsing" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "pyparsing" -SRC_URI[md5sum] = "f0953e47a0112f7a65aec2305ffdf7b4" -SRC_URI[sha256sum] = "c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1" -BBCLASSEXTEND = "native nativesdk" From patchwork Mon May 9 15:55:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 7780 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8084C433EF for ; Mon, 9 May 2022 15:56:16 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.96.1652111766818130924 for ; Mon, 09 May 2022 08:56:07 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 53FE11480; Mon, 9 May 2022 08:56:07 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B29B73F73D; Mon, 9 May 2022 08:56:06 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: nd@arm.com, naveen.kumar.saini@intel.com Subject: [meta-zephyr][PATCH 4/6] meta-zephyr-core/python3-packaging: remove, duplicate of oe-core recipes Date: Mon, 9 May 2022 16:55:58 +0100 Message-Id: <20220509155600.2363787-4-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220509155600.2363787-1-ross.burton@arm.com> References: <20220509155600.2363787-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 09 May 2022 15:56:16 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57035 This recipe has been in oe-core since hardknott (c51fde1d). Signed-off-by: Ross Burton --- .../python/python3-packaging_21.0.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb diff --git a/meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb deleted file mode 100644 index f857224..0000000 --- a/meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -# SPDX-FileCopyrightText: Huawei Inc. -# SPDX-License-Identifier: Apache-2.0 - -SUMMARY = "Python packaging" -HOMEPAGE = "https://pypi.org/project/packaging" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "packaging" -SRC_URI[md5sum] = "240ba5823ed31051a1254e74c9d18d55" -SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" -BBCLASSEXTEND = "native nativesdk" From patchwork Mon May 9 15:55:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 7778 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6826C433FE for ; Mon, 9 May 2022 15:56:16 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.70.1652111769023469459 for ; Mon, 09 May 2022 08:56:09 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1C9E4153B; Mon, 9 May 2022 08:56:08 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7BEDC3F73D; Mon, 9 May 2022 08:56:07 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: nd@arm.com, naveen.kumar.saini@intel.com Subject: [meta-zephyr][PATCH 5/6] meta-zephyr-core/python3-imgtool: remove, duplicate of meta-python recipe Date: Mon, 9 May 2022 16:55:59 +0100 Message-Id: <20220509155600.2363787-5-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220509155600.2363787-1-ross.burton@arm.com> References: <20220509155600.2363787-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 09 May 2022 15:56:16 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57036 This recipe has been in meta-python since kirkstone (94fc0589b). Signed-off-by: Ross Burton --- .../python/python3-imgtool_1.7.2.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb diff --git a/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb b/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb deleted file mode 100644 index 40d8176..0000000 --- a/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -# SPDX-FileCopyrightText: Huawei Inc. -# SPDX-License-Identifier: Apache-2.0 - -SUMMARY = "Python imgtool" -HOMEPAGE = "https://pypi.org/project/imgtool" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://setup.cfg;md5=3f78c6150b7d619a476c799812e31d5a" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "imgtool" -SRC_URI[md5sum] = "08fe63c644977aa8f9e6038e2067c3de" -SRC_URI[sha256sum] = "799484f3f61e398ac4157548f309b6baa4084e464176449694ba9de7909eed6e" -BBCLASSEXTEND = "native nativesdk" From patchwork Mon May 9 15:56:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 7779 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09DD7C4332F for ; Mon, 9 May 2022 15:56:17 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.76.1652111769282498746 for ; Mon, 09 May 2022 08:56:09 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DBB5F1570; Mon, 9 May 2022 08:56:08 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4498A3F73D; Mon, 9 May 2022 08:56:08 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: nd@arm.com, naveen.kumar.saini@intel.com Subject: [meta-zephyr][PATCH 6/6] meta-zephyr-core/python3-pylink: remove, obviously unused Date: Mon, 9 May 2022 16:56:00 +0100 Message-Id: <20220509155600.2363787-6-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220509155600.2363787-1-ross.burton@arm.com> References: <20220509155600.2363787-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 09 May 2022 15:56:17 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57037 This recipe wasn't actually named *.bb, so it wasn't parsed at all, so it can't have been used. Signed-off-by: Ross Burton --- .../recipes-devtools/python/python3-pylink | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pylink diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pylink b/meta-zephyr-core/recipes-devtools/python/python3-pylink deleted file mode 100644 index ddfe3ca..0000000 --- a/meta-zephyr-core/recipes-devtools/python/python3-pylink +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Python pylink-square" -HOMEPAGE ="https://pypi.org/project/pylink-square" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=8aa920a7ab8eabc590a0ab6dbe1b3bf2" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "pylink-square" -SRC_URI[md5sum] = "e156ee1c73516e8b2cf52347f6c663f3" -SRC_URI[sha256sum] = "45674112acab890483ee738bb3957e18cc6063dca763fc91283f890fb72d2f59" -BBCLASSEXTEND = "native nativesdk"