From 5ae8ad3316e52f7faa018aa408dc606edeabbb34 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Tue, 31 Aug 2021 16:27:40 -0700 Subject: xen-image-minimal: supply bootloader config for qemux86-64 machine Add a dedicated bootloader config for the qemux86-64 machine so that the 'pmtmr=0' kernel command line argument can be provided, which removes an error message that otherwise occurs in syslog during boot which is detected by an OEQA test case causing it to fail. A new kickstart file is provided that applies the new bootloader config and it is supplied as an override to WKS_FILE for this image. This is work towards enabling the Xen Test Framework (XTF) in the OEQA testimage framework. Signed-off-by: Christopher Clark Signed-off-by: Bruce Ashfield --- recipes-extended/images/xen-image-minimal.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-extended') diff --git a/recipes-extended/images/xen-image-minimal.bb b/recipes-extended/images/xen-image-minimal.bb index b4ddda2f..fbdd007b 100644 --- a/recipes-extended/images/xen-image-minimal.bb +++ b/recipes-extended/images/xen-image-minimal.bb @@ -74,6 +74,7 @@ build_syslinux_cfg () { # Enable runqemu. eg: runqemu xen-image-minimal nographic slirp WKS_FILE:x86-64 = "directdisk-xen.wks" +WKS_FILE:qemux86-64 = "qemuboot-xen-x86-64.wks" QB_MEM ?= "-m 400" QB_DEFAULT_KERNEL ?= "none" QB_DEFAULT_FSTYPE ?= "wic" -- cgit v1.2.3-54-g00ecf