corstone1000-firmware-only.yml 628 B

1234567891011121314151617181920212223
  1. ---
  2. header:
  3. version: 14
  4. local_conf_header:
  5. firmwarebuild: |
  6. BBMULTICONFIG:remove = "firmware"
  7. # Need to ensure the rescue linux options are selected
  8. OVERRIDES .= ":firmware"
  9. # Need to ensure we build with a small libc
  10. TCLIBC = "musl"
  11. mass-storage: |
  12. # Ensure the Mass Storage device is absent
  13. FVP_CONFIG[board.msd_mmc.p_mmc_file] = "invalid.dat"
  14. test-configuration: |
  15. TEST_SUITES = "_qemutiny ping"
  16. # Remove Dropbear SSH as it will not fit into the corstone1000 image.
  17. IMAGE_FEATURES:remove = "ssh-server-dropbear"
  18. CORE_IMAGE_EXTRA_INSTALL:remove = "ssh-pregen-hostkeys"