Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | header: |
2 | version: 11 | ||||
3 | includes: | ||||
4 | - kas/corstone1000-base.yml | ||||
5 | |||||
6 | machine: corstone1000-fvp | ||||
7 | |||||
8 | local_conf_header: | ||||
9 | fvp-config: | | ||||
10 | # Remove Dropbear SSH as it will not fit into the corstone1000 image. | ||||
11 | IMAGE_FEATURES:remove = " ssh-server-dropbear" | ||||
12 | INHERIT = " ${@bb.utils.contains('BUILD_ARCH', 'x86_64', 'fvpboot', '', d)}" | ||||
13 | LICENSE_FLAGS_ACCEPTED:append = " Arm-FVP-EULA" | ||||
14 | |||||
15 | target: | ||||
16 | - corstone1000-image |