From fdcf1f232a9428064a66361258fe14ff24c2ee9e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 10 Nov 2021 16:24:12 +0000 Subject: [PATCH] arm-bsp/python3-imgtool: remove, this is now in meta-python A newer version of this recipe is now in meta-python[1] [1] https://git.openembedded.org/meta-openembedded/commit/?id=94fc0589b50f43afd1a19303a40389652929bf38 Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../corstone1000-imgtool/python3-imgtool_1.7.1.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-arm-bsp/recipes-devtool/corstone1000-imgtool/python3-imgtool_1.7.1.bb diff --git a/meta-arm-bsp/recipes-devtool/corstone1000-imgtool/python3-imgtool_1.7.1.bb b/meta-arm-bsp/recipes-devtool/corstone1000-imgtool/python3-imgtool_1.7.1.bb deleted file mode 100644 index 06d52d09..00000000 --- a/meta-arm-bsp/recipes-devtool/corstone1000-imgtool/python3-imgtool_1.7.1.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "MCUboot's image signing and key management" -LICENSE = "Apache-2.0" -AUTHOR = "The MCUboot committers , \ - Abdellatif El Khlifi " - -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e32b214fd9c204b77a99a97aa903757b" - -SRC_URI[md5sum] = "de0005dc13ce9e5e6aecdedfd0956286" - -DEPENDS:corstone1000 = "python3-cryptography python3-intelhex python3-click python3-cbor" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk"