diff mbox series

[1/1] kas: corstone1000: disable multiconfig for firmware builds

Message ID 20240415092627.341741-2-bence.balogh@arm.com
State New
Headers show
Series Disable multiconfig for CS1000 firmware build | expand

Commit Message

bence.balogh@arm.com April 15, 2024, 9:26 a.m. UTC
From: Bence Balogh <bence.balogh@arm.com>

Multiconfig is only needed when recovery and the mass storage images
are built together. It is not needed when firmware-only build is used.

Signed-off-by: Bence Balogh <bence.balogh@arm.com>
---
 kas/corstone1000-firmware-only.yml | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/kas/corstone1000-firmware-only.yml b/kas/corstone1000-firmware-only.yml
index f1640367..6192a408 100644
--- a/kas/corstone1000-firmware-only.yml
+++ b/kas/corstone1000-firmware-only.yml
@@ -4,6 +4,8 @@  header:
 
 local_conf_header:
   firmwarebuild: |
+    BBMULTICONFIG:remove = "firmware"
+
     # Need to ensure the rescue linux options are selected
     OVERRIDES .= ":firmware"