From 6853055725b5c09a42aeeb57b7418d8c36632225 Mon Sep 17 00:00:00 2001 From: Mohammed Javith Akthar M Date: Thu, 24 Apr 2025 06:16:51 +0000 Subject: [PATCH] docs/runfvp: add FVP_BINDIR configuration information Related commit information is given below for reference. [1/1] arm/classes: add support to configure fvp-bindir commit: 42390742b10a62658d7cdd941d7f8f26c185c38a Signed-off-by: Mohammed Javith Akthar M Signed-off-by: Jon Mason --- documentation/runfvp.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/runfvp.md b/documentation/runfvp.md index be2d8614..d1331101 100644 --- a/documentation/runfvp.md +++ b/documentation/runfvp.md @@ -59,6 +59,16 @@ There are recipes for common FVPs in meta-arm already, and writing new recipes i If `FVP_PROVIDER` is not set then it is assumed that `FVP_EXE` is installed on the host already. +### `FVP_BINDIR` + +Optional parameter to configure the path of the FVP binary. For example, `fvp-base` uses path from the build host by default. This path can be customized by configuring like below. + +``` +FVP_BINDIR ?= "utilities/fvp/usr/bin" +``` + +Potential use case for this parameter configuration is to execute `runfvp` script without the need for bitbake environment initialization. + ### `FVP_CONFIG` Parameters passed to the FVP with the `--parameter`/`-C` option. These are expressed as variable flags so individual parameters can be altered easily. For example: