From eb8dc40360f0cfef56fb6947cc817a547d6d9bc6 Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Tue, 14 Aug 2018 10:05:37 -0700 Subject: [Subtree] Removing import-layers directory As part of the move to subtrees, need to bring all the import layers content to the top level. Change-Id: I4a163d10898cbc6e11c27f776f60e1a470049d8f Signed-off-by: Dave Cobbley Signed-off-by: Brad Bishop --- poky/meta/conf/machine/qemux86-64.conf | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 poky/meta/conf/machine/qemux86-64.conf (limited to 'poky/meta/conf/machine/qemux86-64.conf') diff --git a/poky/meta/conf/machine/qemux86-64.conf b/poky/meta/conf/machine/qemux86-64.conf new file mode 100644 index 000000000..fcc44595e --- /dev/null +++ b/poky/meta/conf/machine/qemux86-64.conf @@ -0,0 +1,37 @@ +#@TYPE: Machine +#@NAME: common_pc +#@DESCRIPTION: Machine configuration for running a common x86 + +PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" +PREFERRED_PROVIDER_virtual/libgl ?= "mesa" +PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa" +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" + +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" + +XSERVER = "xserver-xorg \ + ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast xserver-xorg-extension-glx', '', d)} \ + xf86-video-cirrus \ + xf86-video-fbdev \ + xf86-video-vmware \ + xf86-video-modesetting \ + xserver-xorg-module-libint10 \ + " + +MACHINE_FEATURES += "x86 pci" + +MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" + +KERNEL_MODULE_AUTOLOAD += "uvesafb" +KERNEL_MODULE_PROBECONF += "uvesafb" +module_conf_uvesafb = "options uvesafb mode_option=${UVESA_MODE}" + +WKS_FILE ?= "directdisk.wks" +do_image_wic[depends] += "syslinux:do_populate_sysroot syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" -- cgit v1.2.3