Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: common_pc |
| 3 | #@DESCRIPTION: Machine configuration for running a common x86 |
| 4 | |
| 5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
| 6 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" |
| 7 | PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa" |
| 8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" |
| 9 | |
| 10 | require conf/machine/include/qemu.inc |
| 11 | DEFAULTTUNE ?= "core2-64" |
| 12 | require conf/machine/include/tune-core2.inc |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 13 | require conf/machine/include/qemuboot-x86.inc |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 14 | |
| 15 | KERNEL_IMAGETYPE = "bzImage" |
| 16 | |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 17 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 18 | |
| 19 | XSERVER = "xserver-xorg \ |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast xserver-xorg-extension-glx', '', d)} \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 21 | xf86-video-cirrus \ |
| 22 | xf86-video-fbdev \ |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 23 | xf86-video-vmware \ |
| 24 | xf86-video-modesetting \ |
| 25 | xserver-xorg-module-libint10 \ |
| 26 | " |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 27 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 28 | MACHINE_FEATURES += "x86 pci" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 29 | |
| 30 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 31 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 32 | KERNEL_MODULE_AUTOLOAD += "uvesafb" |
| 33 | KERNEL_MODULE_PROBECONF += "uvesafb" |
| 34 | module_conf_uvesafb = "options uvesafb mode_option=${UVESA_MODE}" |
| 35 | |
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 36 | WKS_FILE ?= "qemux86-directdisk.wks" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 37 | do_image_wic[depends] += "syslinux:do_populate_sysroot syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" |