mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 22:08:47 +00:00
snap: Update for QEMU 5.2.0
QEMU 5.2.0 needs ninja-build package installed on the build environment. The default-configs were copied to $QEMU_SRC/default-configs but that does take any effect, so instead it is now copied to $QEMU_SRC/default-configs/devices and the configs for i386 were updated. Also it had to change some arguments being passed to configure as Meson was failing due inconsistent paths: ./meson.build:1:0: ERROR: The value of the 'libdir' option is '/usr/lib/qemu' which must be a subdir of the prefix '/snap/kata-containers/current/usr'. Note that if you pass a relative path, it is assumed to be a subdir of prefix. Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
This commit is contained in:
@@ -24,6 +24,7 @@ CONFIG_SD=n
|
||||
|
||||
# Automotive
|
||||
CONFIG_CAN_BUS=n
|
||||
CONFIG_CAN_CTUCANFD=n
|
||||
CONFIG_CAN_PCI=n
|
||||
CONFIG_CAN_SJA1000=n
|
||||
|
||||
@@ -56,6 +57,7 @@ CONFIG_USB_TABLET_WACOM=n
|
||||
CONFIG_USB_UHCI=n
|
||||
CONFIG_USB_XHCI=n
|
||||
CONFIG_USB_XHCI_NEC=n
|
||||
CONFIG_USB_XHCI_PCI=n
|
||||
|
||||
# ISA
|
||||
CONFIG_IDE_ISA=n
|
||||
|
Reference in New Issue
Block a user