diff mbox series

arm-bsp/documentation: corstone1000: enable debug-tweaks

Message ID 20231106165201.327960-1-abdellatif.elkhlifi@arm.com
State New
Headers show
Series arm-bsp/documentation: corstone1000: enable debug-tweaks | expand

Commit Message

Abdellatif El Khlifi Nov. 6, 2023, 4:52 p.m. UTC
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

add debug.yml to the build command so the debug-tweaks image feature
is enabled

Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
---
 meta-arm-bsp/documentation/corstone1000/user-guide.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Jon Mason Nov. 7, 2023, 2:36 p.m. UTC | #1
On Mon, 06 Nov 2023 16:52:01 +0000, abdellatif.elkhlifi@arm.com wrote:
> add debug.yml to the build command so the debug-tweaks image feature
> is enabled
> 
> 

Applied, thanks!

[1/1] arm-bsp/documentation: corstone1000: enable debug-tweaks
      commit: ab0ecb5901dba2eba817e05ab28ff1f14229c8f0

Best regards,
diff mbox series

Patch

diff --git a/meta-arm-bsp/documentation/corstone1000/user-guide.rst b/meta-arm-bsp/documentation/corstone1000/user-guide.rst
index 5dfbde6c..838a04f1 100644
--- a/meta-arm-bsp/documentation/corstone1000/user-guide.rst
+++ b/meta-arm-bsp/documentation/corstone1000/user-guide.rst
@@ -174,7 +174,7 @@  To build a Corstone-1000 image for MPS3 FPGA, run:
 
 ::
 
-    kas build meta-arm/kas/corstone1000-mps3.yml
+    kas build meta-arm/kas/corstone1000-mps3.yml:meta-arm/ci/debug.yml
 
 Alternatively, to build a Corstone-1000 image for FVP, you need to accept
 the EULA at https://developer.arm.com/downloads/-/arm-ecosystem-fvps/eula
@@ -188,7 +188,7 @@  then run:
 
 ::
 
-    kas build meta-arm/kas/corstone1000-fvp.yml
+    kas build meta-arm/kas/corstone1000-fvp.yml:meta-arm/ci/debug.yml
 
 The initial clean build will be lengthy, given that all host utilities are to
 be built as well as the target images. This includes host executables (python,
@@ -414,7 +414,7 @@  boot. Run following commands to build such image.
   cd meta-arm
   git apply 0001-embedded-a-corstone1000-clean-secure-flash.patch
   cd ..
-  kas build meta-arm/kas/corstone1000-mps3.yml
+  kas build meta-arm/kas/corstone1000-mps3.yml:meta-arm/ci/debug.yml
 
 Replace the bl1.bin and cs1000.bin files on the SD card with following files:
   - The ROM firmware: <_workspace>/build/tmp/deploy/images/corstone1000-mps3/bl1.bin
@@ -952,7 +952,7 @@  documentation.
   cd meta-arm
   git am 0001-arm-bsp-u-boot-corstone1000-Skip-the-shim-by-booting.patch
   cd ..
-  kas shell meta-arm/kas/corstone1000-mps3.yml -c="bitbake u-boot trusted-firmware-a corstone1000-image -c cleansstate; bitbake corstone1000-image"
+  kas shell meta-arm/kas/corstone1000-mps3.yml:meta-arm/ci/debug.yml -c="bitbake u-boot trusted-firmware-a corstone1000-image -c cleansstate; bitbake corstone1000-image"
 
 Please update the cs1000.bin on the SD card with the newly generated wic file.