From 316a4cfc8ed752949e58b14df21b4f459ba2f885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 2 Dec 2022 17:55:12 +0100 Subject: [PATCH] cache_components: Add more document to the kernel / qemu options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's add a documentation about the environment variables that can be used with the `-k` and `-q` options. Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/static-build/cache_components.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/packaging/static-build/cache_components.sh b/tools/packaging/static-build/cache_components.sh index 9a15153c0..93fed54cf 100755 --- a/tools/packaging/static-build/cache_components.sh +++ b/tools/packaging/static-build/cache_components.sh @@ -90,7 +90,13 @@ Usage: $0 "[options]" Options: -c Cloud hypervisor cache -k Kernel cache + * Can receive a TEE environnment variable value, valid values are: + * tdx + If no TEE environment is passed, the kernel is built without TEE support. -q Qemu cache + * Can receive a TEE environnment variable value, valid values are: + * tdx + If no TEE environment is passed, QEMU is built without TEE support. -f Firmware cache * Requires FIRMWARE environment variable set, valid values are: * tdvf