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