M7350/oe-core/meta/conf/machine/qemux86.conf

29 lines
807 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
#@TYPE: Machine
#@NAME: common_pc
#@DESCRIPTION: Machine configuration for running a common x86
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
2024-09-09 08:57:42 +00:00
PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa"
PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa"
2024-09-09 08:52:07 +00:00
require conf/machine/include/qemu.inc
2024-09-09 08:57:42 +00:00
require conf/machine/include/tune-i586.inc
2024-09-09 08:52:07 +00:00
KERNEL_IMAGETYPE = "bzImage"
SERIAL_CONSOLE = "115200 ttyS0"
2024-09-09 08:57:42 +00:00
XSERVER = "xserver-xorg \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast', '', d)} \
2024-09-09 08:52:07 +00:00
xf86-input-vmmouse \
xf86-input-keyboard \
xf86-input-evdev \
2024-09-09 08:57:42 +00:00
xf86-video-cirrus \
xf86-video-fbdev \
xf86-video-vmware"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
MACHINE_FEATURES += "x86"
2024-09-09 08:52:07 +00:00
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"