diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2021-03-03 13:25:55 +0800 |
|---|---|---|
| committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2021-03-03 14:43:31 +0800 |
| commit | 1eeb4a31e372b287391ff7461cd330087d7e4606 (patch) | |
| tree | 75455310fc9c305be14d1d154ce834dc2e9dbe37 | |
| parent | 1397fdd78f97e05d5e0a18e16b6abdf796f47776 (diff) | |
| download | meta-secure-core-1eeb4a31e372b287391ff7461cd330087d7e4606.tar.gz | |
tpm2simulator-native: remove recipe
Remove the recipe because it is unmaintained and its dependency python2
is EOL. Users can use ibmswtpm2 in meta-security as a replacement.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
| -rw-r--r-- | meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb b/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb deleted file mode 100644 index 3cbb594..0000000 --- a/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | SUMMARY = "TPM 2.0 Simulator Extraction Script" | ||
| 2 | DESCRIPTION = "The result of the extraction scripts is a complete set \ | ||
| 3 | of the source files for a Trusted Platform Module (TPM) 2.0 Simulator, \ | ||
| 4 | which runs under Windows, Linux, as well as Genode (by applying the \ | ||
| 5 | appropriate patches). \ | ||
| 6 | " | ||
| 7 | |||
| 8 | LICENSE = "BSD-2-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1415f7be284540b81d9d28c67c1a6b8b" | ||
| 10 | |||
| 11 | DEPENDS += "\ | ||
| 12 | python-native \ | ||
| 13 | python-beautifulsoup4-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | PV = "1.38+git${SRCPV}" | ||
| 17 | |||
| 18 | SRC_URI = "\ | ||
| 19 | git://github.com/stwagnr/tpm2simulator.git \ | ||
| 20 | " | ||
| 21 | SRCREV = "e45324eba268723d39856111e7933c5c76238481" | ||
| 22 | |||
| 23 | S = "${WORKDIR}/git" | ||
| 24 | |||
| 25 | inherit pythonnative lib_package cmake native | ||
| 26 | |||
| 27 | EXTRA_OECMAKE = "\ | ||
| 28 | -DCMAKE_BUILD_TYPE=Debug \ | ||
| 29 | -DSPEC_VERSION=116 \ | ||
| 30 | " | ||
| 31 | |||
| 32 | OECMAKE_SOURCEPATH = "${S}/cmake" | ||
| 33 | |||
| 34 | do_configure_prepend() { | ||
| 35 | sed -i 's/^SET = False/SET = True/' "${S}/scripts/settings.py" | ||
| 36 | } | ||
