mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
xen-image-minimal now requires systemd. Add poky-altcfg (which has systemd amongst other things) as an includes in the xen.yml file to work around this. Also, xen requires openssh instead of dropbear. So, override that entry. Signed-off-by: Jon Mason <jon.mason@arm.com>
17 lines
375 B
YAML
17 lines
375 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
|
|
|
header:
|
|
version: 14
|
|
includes:
|
|
- ci/meta-virtualization.yml
|
|
- ci/poky-altcfg.yml
|
|
|
|
local_conf_header:
|
|
meta-virt: |
|
|
DISTRO_FEATURES:append = " virtualization xen"
|
|
sshd: |
|
|
IMAGE_FEATURES:append = " ssh-server-openssh"
|
|
|
|
target:
|
|
- xen-image-minimal
|