Skip to content
Snippets Groups Projects
Commit d259bbec authored by Leandro Ribeiro's avatar Leandro Ribeiro
Browse files

ci: replace kvmconfig with kvm_guest.config


Remove the following warning:

WARNING: 'make kvmconfig' will be removed after Linux 5.10
Please use 'make kvm_guest.config' instead.

Signed-off-by: default avatarLeandro Ribeiro <leandro.ribeiro@collabora.com>
parent ec1ce9fc
No related branches found
No related tags found
2 merge requests!905color-lcms: Introduction and implementation of LCMS plugin,!677Replace kvmconfig with kvm_guest.config
Checking pipeline status
......@@ -43,7 +43,7 @@
variables:
FDO_UPSTREAM_REPO: wayland/weston
FDO_REPO_SUFFIX: "$BUILD_OS/$BUILD_ARCH"
FDO_DISTRIBUTION_TAG: '2021-08-03.2-clang'
FDO_DISTRIBUTION_TAG: '2021-08-13.0-replace-kvmconfig'
include:
......
......@@ -70,7 +70,7 @@ if [[ -n "$KERNEL_DEFCONFIG" ]]; then
fi
make ARCH=${LINUX_ARCH} ${KERNEL_DEFCONFIG}
make ARCH=${LINUX_ARCH} kvmconfig
make ARCH=${LINUX_ARCH} kvm_guest.config
./scripts/config \
--enable CONFIG_DRM \
--enable CONFIG_DRM_KMS_HELPER \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment