aboutsummaryrefslogtreecommitdiffstats
path: root/kas/corstone1000-firmware-only.yml
blob: 6192a40872347431d449b8095ddd2644508983f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
header:
  version: 14

local_conf_header:
  firmwarebuild: |
    BBMULTICONFIG:remove = "firmware"

    # 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"