1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 16:59:30 +00:00

arm/secure-partitions: allow network operations during do_configure

trusted-services and psa-arch-tests both use FetchContent to download
more source during configure, and they can't easily be seeded with the
correct sources in advance (unlike TF-M).

Until this is fixed upstream, allow network use during do_configure.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-02-11 10:56:08 +00:00
committed by Jon Mason
parent 77fac4cf2a
commit 59db2ebad7
@@ -20,3 +20,8 @@ SECURITY_LDFLAGS = ""
TARGET_LDFLAGS = "-Wl,--build-id=none -Wl,--hash-style=both"
do_configure[cleandirs] = "${B}"
# Currently trusted-services and psa-arch-tests use FetchContent to download
# more sources during do_configure. Until this is resolved we need to allow
# network operations.
do_configure[network] = "1"