Skip to content
Commit 5cd91671 authored by Ryan Roberts's avatar Ryan Roberts
Browse files

config: Support running multiple instances of ns-edk2-* in parallel.



ns-edk2-* previously relied upon assembling all the assets required for
semihosting in the package directory. Some of these assets were
dynamically generated at runtime. This was problematic for running
multiple instances in parallel.

So instead, create a per-instance temporary directory for semihosting
that is cleaned up at exit.

This approach means that we no longer need to expose the
{param:packagedir} macro, so remove that while we are at it.

Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent d48156be
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment