Add missing qemu-utils package to Debian ISO

After splitting the virtualization packages (Libvirt and QEMU) from
`starlingx/integ` and moving them to `starlingx/virt`, it has been
observed that the `qemu-img` command is no longer present in the
platform.

By taking a look at the packages migrated from `starlingx/integ` [1] to
`starling/virt` [2], one can see that the `qemu-utils` package was left
behind in the middle of this process.

Therefore, this change adds the package to the Debian ISO.

[1] 2d3951f713
[2] 886d1cc759

Story: 2010317
Task: 47779

Test Plan:
PASS - Build qemu package
PASS - Build image
PASS - Bootstrap system with built image
PASS - Verify that qemu-utils was correctly added by running:
       $ qemu-img -V

Change-Id: Iccb7d5e127173339a18f549d306af01bd06e4f62
Signed-off-by: Luan Nunes Utimura <LuanNunes.Utimura@windriver.com>
This commit is contained in:
Luan Nunes Utimura 2023-04-20 09:37:18 -03:00
parent 13a2cfc148
commit e5c284bb0d
1 changed files with 2 additions and 2 deletions

View File

@ -1,16 +1,16 @@
#libvirt
libvirt0
libvirt-clients
libvirt-daemon
libvirt-daemon-driver-lxc
libvirt-daemon-driver-qemu
libvirt-daemon-driver-storage-gluster
libvirt-login-shell
libvirt0
# qemu
#qemu
qemu-block-extra
qemu-guest-agent
qemu-system-common
qemu-system-data
qemu-system-x86
qemu-utils