diff mbox series

docs/runfvp: add FVP_BINDIR configuration information

Message ID PH0PR10MB5545853883A0B60E30AB4735DE852@PH0PR10MB5545.namprd10.prod.outlook.com
State New
Headers show
Series docs/runfvp: add FVP_BINDIR configuration information | expand

Commit Message

Mohammed Javith Akthar M April 24, 2025, 6:16 a.m. UTC
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 <mohammedjavitham@ami.com>
---
 documentation/runfvp.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

-The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.
diff mbox series

Patch

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: