From fb10983b991eaac4a1f4f3578f6891af8cf142db Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 26 Jul 2010 11:03:45 -0700 Subject: qemux86-64: Add new emulation machine for 64bit x86 Signed-off-by: Richard Purdie --- meta/conf/machine/qemux86-64.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 meta/conf/machine/qemux86-64.conf (limited to 'meta/conf/machine/qemux86-64.conf') diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf new file mode 100644 index 0000000000..85d79f686f --- /dev/null +++ b/meta/conf/machine/qemux86-64.conf @@ -0,0 +1,35 @@ +#@TYPE: Machine +#@NAME: common_pc +#@DESCRIPTION: Machine configuration for running a common x86 + +TARGET_ARCH = "x86_64" +PACKAGE_EXTRA_ARCHS = "x86" + +PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" +PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" +PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" +PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" + +require conf/machine/include/qemu.inc + +MACHINE_FEATURES += "x86" + +KERNEL_IMAGETYPE = "bzImage" + +SERIAL_CONSOLE = "115200 ttyS0" + +# We bypass swrast but we need it to be present for X to load correctly +XSERVER ?= "xserver-xf86-dri-lite \ + mesa-dri-driver-swrast \ + xf86-input-vmmouse \ + xf86-input-keyboard \ + xf86-input-evdev \ + xf86-video-vmware \ + qemugl" + +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" + +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d" + +TARGET_CC_ARCH = "-march=core2 -m64" -- cgit 1.2.3-korg