1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-30 14:48:57 +00:00

bsp: Restore the ability to build firmware only

To allow us to continue to ship Corstone-1000 releases that only include
the firmware with the built in Linux image we need a way to build it
outside of the multiconfig builds.

Signed-off-by: Drew Reed <Drew.Reed@arm.com>
This commit is contained in:
Drew Reed
2024-02-20 15:47:40 +00:00
committed by Ross Burton
parent 02a7283944
commit 1e972c5637
2 changed files with 29 additions and 3 deletions

View File

@@ -0,0 +1,25 @@
---
header:
version: 14
local_conf_header:
rescuebuild: |
# Need to ensure the rescue linux options are selected
OVERRIDES .= ":firmware"
# Need to ensure we build with a small libc
TCLIBC="musl"
mass-storage: |
# Ensure the Mass Storage device is absent
FVP_CONFIG[board.msd_mmc.p_mmc_file] = "invalid.dat"
test-configuration: |
TEST_SUITES = "_qemutiny ping"
# Remove Dropbear SSH as it will not fit into the corstone1000 image.
IMAGE_FEATURES:remove = "ssh-server-dropbear"
CORE_IMAGE_EXTRA_INSTALL:remove = "ssh-pregen-hostkeys"
target:
- corstone1000-flash-firmware-image
- perf