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

arm/trusted-firmware-m: no need to run parse_manifest_list

This is part of the test instrumentation that we don't currently build.
A future recipe or patch can enable this properly and ensure it is
tested.

Change-Id: I02584920b00085dfe4efbff166684c5717f6cdf5
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2020-07-27 15:55:18 +01:00
parent cd6f152aa2
commit 1a2c728f63
@@ -41,7 +41,7 @@ TFM_DEPENDS ?= ""
DEPENDS += "${TFM_DEPENDS}"
DEPENDS += "cmake-native"
DEPENDS += "python3-cryptography-native python3-pyasn1-native"
DEPENDS += "python3-jinja2-native python3-cbor-native python3-pyyaml-native"
DEPENDS += "python3-cbor-native"
S = "${WORKDIR}/git/tfm"
B = "${WORKDIR}/build"
@@ -96,10 +96,6 @@ do_check_config() {
do_configure[cleandirs] = "${B}"
do_configure() {
cd ${S}
python3 tools/tfm_parse_manifest_list.py
cd -
cmake -G"Unix Makefiles" --build ${S} ${EXTRA_OECMAKE}
}