From a8cb17f9821f32f47890795f4b19a5ace3fc18f4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 18 Feb 2021 12:46:37 +0000 Subject: [PATCH] arm/python3-intelhex: add recipe for new trusted-firmware-m Until this is integrated into meta-python (patches sent), hold a copy of python3-intelhex in meta-arm for trusted-firmware-m 1.2. Change-Id: I3e7b765cf44b3d6db7fe066bc24415190a33c97c Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../trusted-firmware-m/python3-intelhex_2.3.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-arm/recipes-bsp/trusted-firmware-m/python3-intelhex_2.3.0.bb diff --git a/meta-arm/recipes-bsp/trusted-firmware-m/python3-intelhex_2.3.0.bb b/meta-arm/recipes-bsp/trusted-firmware-m/python3-intelhex_2.3.0.bb new file mode 100644 index 00000000..a38cee8d --- /dev/null +++ b/meta-arm/recipes-bsp/trusted-firmware-m/python3-intelhex_2.3.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Python library for Intel HEX files manipulations" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4eba844696655c3eae07aca8e3a94772" + +SRC_URI[sha256sum] = "892b7361a719f4945237da8ccf754e9513db32f5628852785aea108dcd250093" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk"