1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 02:20:30 +00:00

arm-bsp/python3-imgtool: add the recipe

Until this is integrated into meta-python, hold a copy of
python3-imgtool in meta-arm-bsp used by trusted-firmware-m.

Change-Id: I2e86be503bee03de549f5714dc52921165afa2bf
Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
Signed-off-by: Arpita S.K <Arpita.S.K@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Abdellatif El Khlifi
2021-10-29 12:27:48 +01:00
committed by Jon Mason
parent f3ba65844a
commit 401647d16c
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ LAYERSERIES_COMPAT_meta-arm-bsp = "honister"
LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
# This won't be used by layerindex-fetch, but works everywhere else
LAYERDEPENDS_meta-arm-bsp:append:corstone1000 = " meta-python"
LAYERDEPENDS_meta-arm-bsp:append:musca-b1 = " meta-python"
LAYERDEPENDS_meta-arm-bsp:append:musca-s1 = " meta-python"
@@ -0,0 +1,14 @@
SUMMARY = "MCUboot's image signing and key management"
LICENSE = "Apache-2.0"
AUTHOR = "The MCUboot committers <mcuboot@groups.io>, \
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>"
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"