Make qemu part a bit smaller

This commit is contained in:
James Page 2018-11-05 14:35:33 +00:00
parent 08053460e3
commit fc8a176a1a
1 changed files with 16 additions and 0 deletions

View File

@ -576,6 +576,22 @@ parts:
# runtime # runtime
# * is not used to avoid directory merge conflicts # * is not used to avoid directory merge conflicts
snap/microstack/current/: ./ snap/microstack/current/: ./
filesets:
qemu:
- usr/lib/*
- lib/*
- usr/share/*
- on amd64:
- bin/qemu-system-x86
- on i386:
- bin/qemu-system-x86
- on armhf:
- bin/qemu-system-arm
- on arm64:
- bin/qemu-system-arm
stage: [$qemu]
prime: [$qemu]
kvm-support: kvm-support:
plugin: nil plugin: nil