From 64da0d77991c3bdd98a64060a338a4a2aac9551e Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 25 Aug 2016 07:41:01 -0700 Subject: qemux86.conf/qemux86-64.conf: set vars for runqemu Add qemuboot-x86.inc to reduce duplicated code, the x86/x86_64 bsps which can be boot by runqemu can require qemuboot-x86.inc. (From OE-Core rev: b5ff3dda2a576ba7e5d68198ea6c6eb49cf80eb8) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/conf/machine/qemux86-64.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/machine/qemux86-64.conf') diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index ac2c039ebf..b191ddd3cb 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf @@ -10,6 +10,7 @@ PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" require conf/machine/include/qemu.inc DEFAULTTUNE ?= "core2-64" require conf/machine/include/tune-core2.inc +require conf/machine/include/qemuboot-x86.inc KERNEL_IMAGETYPE = "bzImage" -- cgit 1.2.3-korg