diff options
| author | Ross Burton <ross@burtonini.com> | 2021-11-02 12:32:34 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-02 08:06:11 -0700 |
| commit | 94fc0589b50f43afd1a19303a40389652929bf38 (patch) | |
| tree | 11fc9d6ebb67e56420d9cf3249ade4c68d7ebac3 /meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb | |
| parent | 32d397a06d4cd4b6c05dbacc473d06e84283c1c4 (diff) | |
| download | meta-openembedded-94fc0589b50f43afd1a19303a40389652929bf38.tar.gz | |
python3-imgtool: add recipe
imgtool is part of MCUboot, used to sign images and manage keys.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb b/meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb new file mode 100644 index 0000000000..c957fce3ac --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-imgtool_1.8.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "MCUboot's image signing and key management tool" | ||
| 2 | |||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://imgtool/main.py;beginline=3;endline=18;md5=9965f09ae52c04886a1f04e13ccdce57" | ||
| 5 | |||
| 6 | SRC_URI += "file://cbor2.patch;striplevel=2" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "4858f5c5f48cfa4a0bb99e60d00aa291172a7ecc2afe4fb77ed96121f59b6e2f" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "python3-cbor2 python3-click python3-cryptography python3-intelhex" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
