Fix: system-tests: kvmconfig is deprecated
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 3 Mar 2021 14:29:43 +0000 (09:29 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 3 Mar 2021 14:29:43 +0000 (09:29 -0500)
Starting in 5.11 with commit:

  commit 9bba03d4473df0b707224d4d2067b62d1e1e2a77
  Author: Masahiro Yamada <masahiroy@kernel.org>
  Date:   Wed Dec 23 15:35:42 2020 +0900

      kconfig: remove 'kvmconfig' and 'xenconfig' shorthands

      Linux 5.10 is out. Remove the 'kvmconfig' and 'xenconfig' shorthands
      as previously announced.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/check-build-needs.sh

index cf51ab2ace0df6a14443ad910c5a4fd642bea679..0c82007ce9a7adf4d725f4949fcce8c1629df0a9 100644 (file)
@@ -61,7 +61,7 @@ if [ $NEED_MODULES_BUILD -eq 1 ] || [ $NEED_KERNEL_BUILD -eq 1 ] ; then
   make --directory="$LINUX_PATH" olddefconfig
 
   if [ $BUILD_DEVICE = 'kvm' ] ; then
-    make --directory="$LINUX_PATH" kvmconfig
+    make --directory="$LINUX_PATH" kvm_guest.config
   fi
 
   make --directory="$LINUX_PATH" modules_prepare
This page took 0.024119 seconds and 4 git commands to generate.