Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | include conf/machine/include/x86-base.inc |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 2 | require conf/machine/include/qemuboot-x86.inc |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 3 | MACHINE_FEATURES += "wifi efi pcbios" |
| 4 | |
| 5 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
| 7 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 8 | ${XSERVER_X86_EXT} \ |
| 9 | ${XSERVER_X86_I915} \ |
| 10 | ${XSERVER_X86_I965} \ |
| 11 | ${XSERVER_X86_FBDEV} \ |
| 12 | ${XSERVER_X86_VESA} \ |
| 13 | ${XSERVER_X86_MODESETTING} \ |
| 14 | " |
| 15 | |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 16 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware eee-acpi-scripts" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 17 | |
| 18 | GLIBC_ADDONS = "nptl" |
| 19 | |
| 20 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 21 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 22 | IMAGE_FSTYPES += "wic wic.bmap" |
| 23 | WKS_FILE ?= "genericx86.wks" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 24 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" |
| 25 | do_image_wic[recrdeptask] += "do_bootimg" |