diff mbox series

arm-systemready/README.md: add ARM_FVP_EULA_ACCEPT

Message ID 20240710120927.2204506-1-amr.mohamed@arm.com
State New
Headers show
Series arm-systemready/README.md: add ARM_FVP_EULA_ACCEPT | expand

Commit Message

amr.mohamed@arm.com July 10, 2024, 12:09 p.m. UTC
From: Amr Mohamed <amr.mohamed@arm.com>

Update README.md file to add "ARM_FVP_EULA_ACCEPT=1"
with kas build commands.

Signed-off-by: Amr Mohamed <amr.mohamed@arm.com>
---
 meta-arm-systemready/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Jon Mason July 11, 2024, 8:02 p.m. UTC | #1
On Wed, 10 Jul 2024 13:09:27 +0100, amr.mohamed@arm.com wrote:
> Update README.md file to add "ARM_FVP_EULA_ACCEPT=1"
> with kas build commands.
> 
> 

Applied, thanks!

[1/1] arm-systemready/README.md: add ARM_FVP_EULA_ACCEPT
      commit: b2f6758fde316838d35eac3db437e2145afda772

Best regards,
diff mbox series

Patch

diff --git a/meta-arm-systemready/README.md b/meta-arm-systemready/README.md
index 49cfed6e..73cd188d 100644
--- a/meta-arm-systemready/README.md
+++ b/meta-arm-systemready/README.md
@@ -83,18 +83,18 @@  Currently, this layer only supports
 To build the firmware for Arm SystemReady on the supported machines (take the
 `fvp-base` machine as an example):
 
-    kas build kas/fvp-base.yml:kas/arm-systemready-firmware.yml
+    ARM_FVP_EULA_ACCEPT=1 kas build kas/fvp-base.yml:kas/arm-systemready-firmware.yml
 
 
 To run the Arm SystemReady ACS tests on the supported machines (take running
 Arm SystemReady IR on the `fvp-base` machine as an example):
 
-    kas build kas/fvp-base.yml:kas/arm-systemready-ir-acs.yml
+    ARM_FVP_EULA_ACCEPT=1 kas build kas/fvp-base.yml:kas/arm-systemready-ir-acs.yml
 
 To run the Linux distributions installation on the supported machines (take
 installing openSUSE on the `fvp-base` machine as an example):
 
-    kas build kas/fvp-base.yml:kas/arm-systemready-linux-distros-opensuse.yml
+    ARM_FVP_EULA_ACCEPT=1 kas build kas/fvp-base.yml:kas/arm-systemready-linux-distros-opensuse.yml
 
     kas shell \
         kas/fvp-base.yml:kas/arm-systemready-linux-distros-opensuse.yml \