mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-16 07:05:14 +00:00
clh: Use vanilla kernel.
Qemu config alredy use vanilla kernel build for virtiofs. Lets make cosisntent the usage of kernel. Fixes: #1302 Depends-on: github.com/kata-containers/tests#3325 Signed-off-by: Carlos Venegas <jos.c.venegas.munoz@intel.com>
This commit is contained in:
parent
fdf69ab84c
commit
95b2cad095
@ -282,7 +282,7 @@ ifneq (,$(CLHCMD))
|
|||||||
DEFENABLEHUGEPAGES_CLH := true
|
DEFENABLEHUGEPAGES_CLH := true
|
||||||
DEFNETWORKMODEL_CLH := tcfilter
|
DEFNETWORKMODEL_CLH := tcfilter
|
||||||
KERNELTYPE_CLH = uncompressed
|
KERNELTYPE_CLH = uncompressed
|
||||||
KERNEL_NAME_CLH = $(call MAKE_KERNEL_VIRTIOFS_NAME,$(KERNELTYPE_CLH))
|
KERNEL_NAME_CLH = $(call MAKE_KERNEL_NAME,$(KERNELTYPE_CLH))
|
||||||
KERNELPATH_CLH = $(KERNELDIR)/$(KERNEL_NAME_CLH)
|
KERNELPATH_CLH = $(KERNELDIR)/$(KERNEL_NAME_CLH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user