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 | require conf/machine/include/tune-i586.inc |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 12 | require conf/machine/include/qemuboot-x86.inc |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 13 | |
| 14 | KERNEL_IMAGETYPE = "bzImage" |
| 15 | |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 16 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 17 | |
| 18 | XSERVER = "xserver-xorg \ |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 19 | ${@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] | 20 | xf86-input-vmmouse \ |
| 21 | xf86-input-keyboard \ |
| 22 | xf86-input-evdev \ |
| 23 | xf86-video-cirrus \ |
| 24 | xf86-video-fbdev \ |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 25 | xf86-video-vmware \ |
| 26 | xf86-video-modesetting \ |
| 27 | xserver-xorg-module-libint10 \ |
| 28 | " |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 29 | |
| 30 | MACHINE_FEATURES += "x86" |
| 31 | |
| 32 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" |
Brad Bishop | 37a0e4d | 2017-12-04 01:01:44 -0500 | [diff] [blame] | 33 | |
| 34 | WKS_FILE = "directdisk.wks" |
| 35 | do_image_wic[depends] += "syslinux:do_build syslinux-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" |